/*
Theme Name: OnLand
Author: Lukasz J
Description: Custom Help and Support theme based on Underscore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onland

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OnLand is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

/* unsupported page */
.unsupported .svg-systemdown{
	margin-top: -5em;
}
.unsupported .svg-systemdown svg{
	min-height: 254px;
}

/* mainteance page */
.TeranetCorp_Logo_maintenance{
	max-width: 50%;
	padding-bottom: 4em;
	max-height: 22%;
}

.system-maintenance h1{
	font-size: 20px;
}

.system-maintenance .right-column-margin{
	margin-left: initial;
}

.system-maintenance .content-area {
    min-height: 400px;
    padding-top: 80px;
}

.system-maintenance .iefix{
    margin-left: 8%;
}

.system-maintenance .svg-systemdown{
    /* padding-top: 6em; */
	max-width: 280px;
	max-height: 280px;
}

.system-maintenance .svg-systemdown svg{
    max-width: 250px;
    max-height: 50%;
    /* margin-top: 30px; */
    vertical-align: middle;
	position: relative;
	top:140px;
}

@media screen and (max-width: 767px) {
	.system-maintenance .iefix{
    margin-left: initial;
}
.system-maintenance .svg-systemdown{
    padding-top: 2em;
	margin-bottom: 0;
}
.system-maintenance .svg-systemdown svg{
    position: inherit !important;
}
}

.right-column-margin{
	margin-left:30px;
}

@media screen and (max-width: 767px) {
	.right-column-margin{
	margin-left:initial;
}
.svg-systemdown{
	margin-bottom:50px;
}

.site-main{
	text-align: center;
}
.content-area {
	padding-top: 140px !important;
}
.hide-xs-sm{
	display:none;
}
.logo-onland{
		max-width: 70%;
		max-height: 10%;
	}
}

@media screen and (min-width: 768px) {
	.front-page .logo-onland{
		display: none;
	}
	
}

.site-main{
	margin-bottom: 80px;
}

.getMoreHelpWidget{
    width: 100%;
    min-height: calc(100vh - 30em); 
    background: url("Abstract_Background.svg") no-repeat;
    background-size: cover;
    padding: 5.5% 0 2% 0;
    margin-top: 2%;
}



/*--------------------------------------------------------------
# IE fixes
--------------------------------------------------------------*/

img {
	max-height: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
	margin: initial !important;
	top: auto !important;
}
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
	
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */


#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
	line-height: 1.375rem;
    /* font-size: 62.5%; */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body,
button,
input,
select,
textarea {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    /* font-size: 26px; */
    font-size: 1rem;
    line-height: 1.5;
	-ms-overflow-style: scrollbar; /* IE scrollbar overlay fix */
}

body{
	color: #000;
}


/*-- Remove double underline on abbr --*/
abbr[title] {
  text-decoration: none;
}

.defaultDarkBlueBtn{
  font-size: 1rem;
  border-radius: 2px;
  background-color: #345680;
  color: #fff;
  padding: 10px 16px 10px 16px;
}

.error404 .page-content .defaultDarkBlueBtn:hover{
  background-color: #2A4566;
  color: #fff;
  text-decoration: none;
}

.error404 .page-content .defaultDarkBlueBtn:active{
  background-color: #2A4566;
  color: #fff;
  text-decoration: none;
}

.error404 .page-content .defaultDarkBlueBtn:active:hover{
  background-color: #2A4566;
  color: #fff;
  text-decoration: none;
}

.btn-default {
    border-color: #fff;
	border: 0;
}

.error404 .defaultDarkBlueBtn {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-decoration: none;
}

main.mainPages h1 {
line-height: 1.3em;
}

main.mainPages article h2 {
font-size: 20px;
line-height: 1.4em;
padding: 0;
margin: 0 0 12px;
}

main.mainPages article h3 {
font-size: 16px;
line-height: 22px;
font-weight: 500;
margin: 8px 0;
color: #007960;
}

main.mainPages article h4 {
font-size: 16px;
font-weight: 400;
color: #007960;
padding: 0 0 8px 0;
margin: 0;
}

main.mainPages article h5 {
font-size: 14px;
font-weight: 400;
padding: 0;
margin-bottom: 8px;
}

main.mainPages article p {
padding: 2px 0;
margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
    color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}

.page-title-unavailable{
	margin-top:50px;
}

.entry-content p a, .entry-content li a {
text-decoration: underline;
}

.entry-header p a {
text-decoration: none;
}

a {
cursor: pointer;
color: #1460AA;
}


a:focus{
	 outline-offset: 0px;
}

/* list-unstyled class */

.mainPages .entry-content .list-unstyled {
  padding: 0;
  margin: 0;
}

.mainPages .entry-content .list-unstyled li {
  padding: 0.35rem 0;
}

.mainPages .entry-content .list-unstyled li:before {
display:none;
}

main.mainPages article .black-bullet ul li:before{
	background-color: #000;
}

.mainPages .entry-content .list-unstyled a {
text-decoration: none;
padding: 0;
}

b, strong{
	font-weight: 500;
}

::-moz-placeholder {
  font-size: 1rem;
  opacity: 1;
  color: #767676;
}
:-ms-input-placeholder {
  font-size: 1rem;
  color: #767676;
}
::-webkit-input-placeholder {
   font-size: 1rem;
   color: #767676;
}

::placeholder {
   font-size: 1rem;
   color: #767676;
}

.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #767676;
}
.form-control::-webkit-input-placeholder {
  color: #767676;
}

.error404 p{
margin-bottom: 0px;	
}

.site-content .site-main a:hover{
	/* color: #009778; */
	color: #2a4566;
    text-decoration: underline;
}

:focus:not(div):not(main):not(legend):not(fieldset):not(html) {
    outline: 2px solid #ff7f01;
}

.btn:focus {
    outline: 2px solid #ff7f01;
}

.form-control:focus {
    outline: 2px solid #ff7f01;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
   font-size: 1rem;
}

h1 {
    font-size: 28px;
    /* font-size: calc(25px + .5vw); */
	margin-top: 0;
}

@media (max-width: 767px) {
h1 {
    font-size: 20px;
}	
}

.page-template-default .entry-header h1{
	margin-top: 4px;
}

.page-header {
    border-bottom: 0;
	margin: 0;
}

.searchExcerpt p{
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: block;
	padding-right: 5px;
	z-index: -1;
}

.entry-header .search-term{
	font-weight: 500;
}

/* .searchExcerpt p::before{ */
	/* content: "..."; */
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
/* } */
/* .searchExcerpt p::after{ */
	/* content: ""; */
    /* position: absolute; */
    /* right: 0; */
    /* width: 1rem; */
    /* height: 1rem; */
    /* margin-top: 0.2rem; */
	/* background-color: #fff; */
/* } */

.searchExcerpt p:after{
	/* content: "A"; */
	/* position: relative; */
	/* right: 100px; */
	/* top: 700px; */
	

  /* content: '...'; */

  /* position: absolute; */

   /* right: 0; */
  /* bottom: 116px; */
}

/* blog page */
.page-title {
    margin-bottom: 34px;
	margin-top: 4px;
}

.newsArticles h2 a {
    font-size: 1.25rem;
    font-size: calc(14px + .3vw);
    line-height: 1.75rem;
    color: #1460AA;
}
.mainPages .newsArticles h2 {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
    max-width: 900px;
}

.mainPages .newsArticles:last-of-type h2 {
    border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.mainPages h1:not(.entry-title):not(.page-title){
	margin-top: 20px;
}

h2 {
    font-size: 1.25rem;
    /* font-size: calc(16px + .5vw); */
	font-weight: 400;
}

.mainPages h2{
	padding-bottom: 10px;
	padding-top: 10px;
}

/* search results page */
.search-results .entry-title a{
	color: #1460AA;
	font-size: 1.25rem;
}

.search-results .entry-title{
	padding-bottom: 2px;
	padding-top: 0;
}

.entry-summary{
	border-left: solid 2px #009778;
	padding-left: 20px;
}

.search-results .entry-summary {
}

.mainPages .page-header.searchHeader{
    margin-top: 0px;
}
.mainPages .searchHeader h1{
	margin-top: 5px;
}

.search-results article{
	padding-bottom: 24px;
	margin-bottom: 28px;
	border-bottom: 1px solid #ccc;
}

dfn,
cite,
em,
i {
    font-style: italic;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
	padding: 0;
}

h5{
	font-size:1rem;
}

.widget-title {
    margin-bottom: 20px;
	margin-top: 15px;
}

.widget-area h2{
	font-size: 28px;
}

@media (max-width: 767px) {
.widget-area h2{
	font-size: 20px;
}	
}


.fa.fa-angle-right {
    padding-left: 5px;
}

/*-- INT - UL List --*/
main.mainPages article ul {
list-style-type: none;
margin: 0 0 0 14px;
padding: 0
}

main.mainPages article ul li {
Padding: 4px 0;
line-height: 22px;
}

main.mainPages article ul li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #009778;
  border-radius: 50%;
  margin-left: -14px;
  margin-bottom: 2px;
}

main.mainPages article .borderLeftOnlandGreen ul li{
margin: 0;
list-style: none;
padding: 2px 0;
}

/*-- GS - Green Border Left List (Search Hours) --*/
.borderLeftOnlandGreen {
padding-left: 16px;
}

.borderLeftOnlandGreen h3 {
    font-size: 16px;
    color: #007960;
    padding: 0 0 8px 0;
    margin: 0 !important;
}

/*-- INT - OL List --*/

main.mainPages article ol {
padding-left: 20px;
}

main.mainPages article ol li {
Padding: 4px 0;
line-height: 22px;
}

/*-- Note/tip --*/
.note {
padding-left: 28px;
margin: 16px 0 8px;
background: #fff url("/wp-content/uploads/2017/09/note.png") no-repeat 0 1px;
background-size: 20px 20px;
display: block;
}

.tip {
padding-left: 28px;
margin: 16px 0 8px;
background: #fff url("/wp-content/uploads/2017/09/Tip-1.png") no-repeat 0 1px;
background-size: 20px 20px;
display: block;
}

main.mainPages article ol ol {
    list-style: none;
    padding-left: 0;
	Padding: 0;
	margin-left: -16px;
}

main.mainPages article ol ol li{
	Padding: 0;
	margin: 16px 0 8px;
}

main.mainPages article ol ol .note{
	padding-left: 28px;
}

main.mainPages article ol ol .tip{
	padding-left: 28px;
}

/*--------------------------------------------------------------
# Branding
--------------------------------------------------------------*/

.custom-logo-link img {
    max-width: 563px;
	max-height: 100%;
    min-width: 195px;
    width: calc(50px + 31vw);
    /* height: 5vh; */
	/* vertical-align:-webkit-baseline-middle; */
}
@media (max-width: 767px) {
    .custom-logo-link img {
        /* padding-top: 10px; */
	padding-top: 7px;
    vertical-align: super;
    }
}
/*--------------------------------------------------------------
# Helper classes
--------------------------------------------------------------*/

.help-block {
	margin-top: 0;
    margin-bottom: 0;
	font-size: .89rem;
	color: #000;
}

.borderLeftOnlandGreen{
	border-left: 3px solid #009778;
	padding-left: 10px;
}

.helpTopicsAnchors a{
	color: #1460AA;
}

.mainPages .entry-content .helpTopicsAnchors .list-unstyled {
	column-count: 3;
}

.mainPages .entry-content .helpTopicsAnchors .list-unstyled li{
	padding: 10px 0 0 0;
}

@media (min-width: 767px) and (max-width: 992px) {
.mainPages .entry-content .helpTopicsAnchors .list-unstyled {
	column-count: 2;
}
}

@media (max-width: 767px) {
.mainPages .entry-content .helpTopicsAnchors .list-unstyled {
	column-count: 1;
}
}

.rightAngle:after{
	content: "\f105";
    font-family: FontAwesome;
   font-size: 35px;
   
    position: relative;
    top: -150px;
    left: 50%;
	color: #767676;
}

@media (max-width: 768px) {
	.rightAngle:after{
	content: "";   
    position: static;
}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-default {
    background-color: #fff;
    border: 0;
	margin-bottom: 1.8%;
}
.navbar-right {
    margin-top: 1.7vw;
	/* margin-top: 3vh; */
}

@media (max-width: 767px) {	
	.navbar-right {
    margin-top: 0;
	/* margin-top: 3vh; */
}
}

.site-header .navbar-collapse {
	float: right;
}

@media (min-width: 2000px) {
	.navbar-right {
    margin-top: 2rem;
}
}

.navbar-default .navbar-nav>li>a {
    border-right: 1px solid #ccc;
    padding: 0 30px 0 30px;
    font-size: 1.25rem;
    font-size: calc(12px + .6vw);
    white-space: nowrap;
	color: #000;
}

@media (min-width: 992px) {
.navbar-default .navbar-nav>li>a {	font-size: 1.25rem;
}
}

.navbar-default .navbar-nav>li:nth-of-type(2) a {
    border-left: 0;
    padding-left: 1.25rem;
}
.navbar-default .navbar-nav>li:last-child a {
    padding-right: 0;
	border-right:0;
}

.navbar-default .navbar-nav>.active>a:focus {
    color: #009778;
    /* text-decoration: none; */
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #007960;
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #009778;
    text-decoration: none;
}

/* langauge nav */
.languageToggleNav ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
}

.languageToggleNav ul li {
    display:inline-block;
}

.languageToggleNav ul li a{
    color: #000;
}

.languageToggleNav ul li a:focus, .languageToggleNav ul li a:hover {
    color: #009778;
    text-decoration: none;
}

.languageToggleNav {
    padding-right: 1rem;
    padding-top: 5px;
    /* padding-bottom: 5px; */
}

@media (max-width: 1024px) {
	.navbar-default .navbar-nav>li>a {
    padding: 0 1rem 0 1rem;
}
}

@media (max-width: 767px) {
	
	.site-header .navbar{
		min-height: 0;
		margin-bottom: 0px;
	}
	
	.site-header .navbar-header{
		float: right;
	}
	
	.site-header .navbar-default
	{
		padding-top: 5px;
		padding-bottom: 0;
	}
    
	/* hamburger menu */
    .navbar-default .navbar-collapse {
        background-color: #fff;
    }
    .navbar-nav {
        padding: 0;
    }
    .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
	.navbar-collapse .nav>li{
		padding-left: 2px;
		padding-right: 2px;
	}
    .navbar-default .navbar-nav>li>a {
        color: #1460aa;
        font-size: 1rem;
        margin-top: 1rem;
		padding: 0px 1.25rem;
		border-right: 0;
		display: block;
    }
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    /* color: #fff; */
	color: #1460aa;
	}
	.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /* background-color: #009778; */
}
	
    .glyphicon.glyphicon.glyphicon-remove {
        float: right;
        font-size: 20px;
    }
    .navbar-default .navbar-nav>li:first-child a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 0;
        /* height: 64px; */
        
        padding-bottom: 1em;
        padding-top: 1em;
    }
    /* .navbar-default .navbar-nav>li>a { */
        /* border-left: 0; */
        /* padding-left: 0; */
        /* padding-right: 0; */
		/* display: block; */
    /* } */
	
	/* .navbar-default .navbar-nav>li:nth-last-child(3) a { */
     /* padding-left: 0; */
	/* } */
	/* .navbar-default .navbar-nav>li:nth-last-child(4) a { */
     /* padding-left: 0; */
	 /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
	 /* padding-bottom: 2em; */
	/* } */
	.navbar-default .navbar-nav>li:nth-last-child(4) {
	 border-bottom: 1px solid #ccc;
	 padding-bottom: 1em;
	}
	
	/* .navbar-default .navbar-nav>li:nth-last-child(2) a { */
	 /* padding-bottom: 1em; */
	/* } */
    .closeX {
        position: absolute;
        right: 2px;
        top: 2px;
		margin-bottom: 0;
		font-size: 36px;
        cursor: pointer;
		background-color: transparent;
		width: 1.5em;
    }
	.closeX img {
        width: 16px;
		height: 16px;
		/* fill: #fff !important; */
		margin-bottom: 6px;
    }
	.navbar-collapse .nav .helpCentreLink{
	color: #111;
    font-size: 1rem;
    /* margin-top: 20px; */
	border-bottom: 1px solid #ccc;
    border-left: 0;
    /* height: 64px; */
    padding: .5em 1.28rem;
	}
	/* .closeX img:hover { */
        /* color: white; */
		/* background-color: #767676; */
		/* border-radius: 25px; */
    /* } */
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
        width: 23px;
        height: 2px;
        border-radius: 50px;
    }
    
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #1460aa;
        background-color: transparent;
        text-decoration: underline;
    }
    .navbar-default .navbar-nav>li:first-child a:hover {
        text-decoration: none;
    }
	
	 .languageToggleNav {
        margin-bottom: 0.5rem;
        background: #efefef;
		padding-bottom: 6px;
    }
	
	.languageToggleNav ul li {
    display:inline-block;
	padding-left: 20px;
	border-left: 1px solid #ccc;
	}
	
	.languageToggleNav ul li:nth-child(1) {
    border-left: 0;
	padding-right: 20px;
	}
}


/* back button */
/* .backToNews a i{ */
	/* color: #1460AA; */
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	/* margin-right: 2px; */
/* } */

.backToNews a{
	color: #000;
	padding: 0px 6px 1px 24px;
    background: url(assets/images/go.arrow.back.svg) no-repeat;
    background-size: 20px;
}

/* .backToNews:before{ */
    /* background: url(assets/images/go.arrow.back.svg) no-repeat left 50%; */
	/* padding: 15px; */
	/* padding-right: 5PX; */
	/* margin-right: 5px; */
	/* background-size: 20px; */
	/* content:""; */
/* } */

.backToNews a {
   
}

   

/* div.wpcf7-mail-sent-ok:before { */

	/* background:url(assets/images/checkmark.cc.large.svg) no-repeat left 50%;	  */
/* } */

/*--------------------------------------------------------------
## Off-Canvas slide out menu
--------------------------------------------------------------*/

@media (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        width: 260px;
        /*example + never use min-width with this solution */
        overflow-y: scroll;
        height: 100%;
    }
    .navbar-toggle {
        padding: 12px 8px;
        margin-top: 0;
        margin-right: 0;
        background-image: none;
        border: 0;
        border-radius: 0;
		top: -2px;
    } 
	
	.navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
	
	.navbar-default .navbar-toggle:focus {
        outline: 2px solid #ff7f01;
		 background-color: transparent;
    }
	
	.no-scroll {
		position: fixed;
	}
	
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        border: 0;
        border-color: #ccc;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        padding: 0;
        text-shadow: none;
    }
	
	.mobile-menu-overlay{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #000;
		opacity: 0;
		display: none;
		z-index: 999;
		transition: opacity .5s linear;
	}
	.open-menu{
		display: block;
		opacity: .5;
	}
   
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/


.blog .innerBlogContainer, .search .innerBlogContainer{
	min-height: 458px;
}

.paginationBottom{
	/* position: absolute !important; */
	/* bottom: 0; */
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.blog article:last-of-type{
	padding-bottom: 60px;
}

.search article:last-of-type{
	padding-bottom: 20px;
	margin-bottom: 70px;
}

@media (max-width: 767px) {
	/* .search article:last-of-type{ */
	/* padding-bottom: 20px; */
	/* margin-bottom: 70px; */
/* } */
.search article{
	display: inline-block;
}
}

.onlandPagination {
    position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
	/* display: flex; */
}

@media (min-width: 768px) {
.blog .onlandPagination {
 
	position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}
.search .onlandPagination {
    /* margin-left: 286px; */
    /* margin-right: 0; */
    /* transform: none;	 */
	/* position: relative; */
	position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
	margin-left: -2.5%;
}

.paginationBottom{
	 /* left: 0; */
  /* right: 0; */
  /* margin: 0 auto; */
}
}
@media (min-width: 930px) {
	.search .onlandPagination {
    /* position: relative; */
    /* left: 26%; */
    /* margin-right: auto; */
    /* transform: none; */
	 left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
	margin-left: -2.5%;
}
.blog .onlandPagination {
 
	position: relative;
    left: 284px;
    margin-right: auto;
    transform: none;
}
}

@media (min-width: 1446px) {
	
.search .onlandPagination {
    position: static;
    margin-left: 334px;
    margin-right: 0;
    transform: none;
}
}

.onlandPagination:before,
.onlandPagination:after {
  content: '';
  display: table;
  clear: both;
}
.olHidden {
  display: none;
  visibility: hidden;
}

.onlandPagination {
  margin-top: 2rem;
  margin-bottom: 0;
   border: 1px solid #ccc;
   border-left: 0;
   border-radius: 3px;
}


.onlandPagination,
.onlandPaginationForm {
  display: inline-block;
  float: left;
  position: relative;
  /* display: inline-flex; */
}
.onlandPagination img{
	width: 10px;
	height: auto;
}


.onlandPagination .link, .onlandPagination .disabledNav, .onlandPagination .totalPages, .onlandPagination .enabledNav {
  padding: 0.15rem 0.857142rem;
  height: 30px !important;
  border-left: 1px solid #ccc;
  float: left;
  display: inline-block;
  background: #eee;
  text-decoration: none;
}

@media (max-width: 767px) {
	
.onlandPagination,
.onlandPaginationForm {
  /* display: inline; */
  /* float: left; */
  display: inline-flex;
  width: 100%;
}
	
.onlandPagination .link, .onlandPagination .disabledNav, .onlandPagination .enabledNav {
  display: inline-block;
    max-width: 40px;
    min-width: 40px;
}

.onlandPagination {
    position: relative;
    left: auto;
    margin-right: auto;
    transform: none;
	/* display: flex; */
}

}

.onlandPagination .disabledNav img{
	opacity: 0.5;
}

.onlandPagination .totalPages{
	padding: 0.2rem 1.8rem;
	height: 30px !important;
}

@media (max-width: 767px) {
.onlandPagination .totalPages{
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 0.2rem 0.8rem;
	flex: 1 2 auto;
}
}

.onlandPagination .link:hover, .onlandPagination .enabledNav:hover  {
  background: #ccc;
}

.onlandPagination .enabledNav:hover .fa {
  color: #000;
}

.onlandPagination .link:hover .fa{
	color: #000;
}

.onlandPagination .fa{
	color: #767676;
}

.onlandPagination input[type="text"] {
  padding: 0.1rem 0.857142rem;
  min-height: 30px;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 0;
  text-align: center;
  max-width: 88px;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
	.onlandPagination input[type="text"] {
  padding: 0.1rem 0.857142rem;
  min-height: 30px;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 0;
  text-align: center;
  /* max-width: 88px; */
  max-width: 100%;
  /* width: calc(26vw - 15px); */
  display: inline-block;
  flex: 1 2 auto;
}
}

.tooltip-inner{
	padding: 12px 16px;
	font-size: 1rem;
	white-space:nowrap;
    max-width:none;
}

@media (min-width: 767px) {
.paginationTop{
	display: none;
}
}

.paginationTop .onlandPagination {
  margin-top: 0;
  margin-bottom: 20px;
}

/* pagination validation */
.paginationError {
	position: absolute;
	border: 1px solid #ccc;
	padding: .625rem;
	/* right: 74px; */
	/* margin-top: 1rem; */
	top: 50px;
	/* top: calc(100% + 0.5rem); */
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
	border-radius: 3px;
    font-size: 1rem;
    line-height: 1rem;
    width: 10.125rem;
	color: #CF1818;
	z-index: 1;
	font-weight: normal;
	display:none;
}

.paginationError:after{
    content: '';
    display: block;
    position: absolute;
    top: -9px;
	left: 30px;
    /* right: 50%; */
    width: 17px;
    height: 17px;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(224deg);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.container {
    width: 100%;
    max-width: 1250px !important;
    padding: 0 1rem;
}
.content-area {
	padding-top: 140px;
}
@media (max-width: 767px) {
.content-area {
    min-height: 400px;
}
}
.lineDivider {
    height: 1px;
    background-color: #ccc;
    margin: 20px 0 20px 0;
}

.footerSeperator{
	 height: 1px;
    background-color: #ccc;
    margin: 20px 0 20px 0;
	margin-top: 10px;
}

@media (max-width: 767px) {
.footerSeperator{
    margin: 20px 0 0 0;
}
}
.mainPages .entry-content {
	word-wrap: break-word;
    overflow-wrap: break-word;
	padding-right: 5%;
}

.contactUsPage .mainPages .entry-content, .blog .mainPages .entry-content {
	word-wrap: break-word;
    overflow-wrap: break-word;
	padding-right: 0;
}

@media (max-width: 767px) {
	.mainPages .entry-content {
	padding-right: 0;
}
}

.imgTxtReverse .gca-column.one-half.second {   
margin-left: 0;
margin-top: 20px;
}

@media (min-width: 801px) {
	.gca-utility.columns-container.imgTxtReverse{
	 display: flex;
     flex-wrap: wrap;
}

.imgTxtReverse .gca-column.one-half.first{
order: 2;	
}

.imgTxtReverse .gca-column.one-half.second{
	order: 1;
	padding-right: 20px;
	margin-top: 0;
}
}

aside {
margin: 12px 0;
}

.footer-widget-area {
margin: 12px 0;
}

/*-- GS - Topic Sections --*/
.TopicSections {
padding: 16px 0;
}


/*--------------------------------------------------------------
# FAQ list/answers
--------------------------------------------------------------*/

.faqH2List{
	border-top: 1px solid #ccc;
	padding-top: 28px !important;
}

.faqCatGroups{
	padding-bottom: 1px;
	margin-bottom: 0px;
}

.faqContainer p a{
    color: #1460AA;
	text-decoration: none;
}

/*--------------------------------------------------------------
# WordPress default Image alignment
--------------------------------------------------------------*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

.mainPages img{
    max-width: 100%;
    height: auto;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}



.helpTopicsFrontPage {
    border: solid 1px #ccc;
	border-left: 0;
    /* border-left: solid 5px #009778; */
    /* min-height: 160px; */
    border-radius: 0 3px 3px 0;
    margin-bottom: 30px;
	/* padding-right: 1%; */
    /* padding-left: 5%; */
	/* padding-bottom: 5%; */
    /* padding-top: 5%; */
	padding: 24px;
}

@media (min-width: 767px) and (max-width: 992px) {
	.helpTopicsFrontPage ul {
    padding: 0;
    padding-right: 16px;
}
}
@media (max-width: 767px) {
    .helpTopicsFrontPage .HelpTopicsBackgroundGraphic {
        padding: 0 !important;
        width: 0 !important;
        background: none !important;
        background-size: 0 !important;
    }
    .helpTopicsFrontPage {
        min-height: 0;
        padding-left: 2%;
		margin-bottom: 16px;
		padding-bottom: 10px;
		padding-top: 10px;
    }
    .helpTopicsFrontPage ul li {
        font-size: 0.875rem;
    }
	
	.helpTopicsFrontPage ul li:last-child {
    display:inline-block;
	position: absolute;
	right: 26px;
	top: 7px;
	}
	
	.helpTopicsFrontPage ul li:nth-last-child(2) {
    display:none;
	}
	
    .helpTopicsFrontPage .widget-title {
        margin-bottom: 6px;
        /* margin-top: 15px; */
		margin-right: 86px;
		font-size: 1rem;
    }
	
	.helpTopicsFrontPage .media-left, .media>.pull-left {
    padding-right: 0;
	}
	
	/* .helpTopicsFrontPage .media-body, .media-left, .media-right { */
    /* display: inherit; */
/* } */
}

/*--------------------------------------------------------------
# Custom Panels
--------------------------------------------------------------*/
.customPanel{
	border: 0;     
	-webkit-box-shadow: none;
    box-shadow: none;
	}
	
	.customPanel .panel-heading{
		font-weight: normal;
	}

.customPanel .panel-heading, .customPanel .panel-footer{
	background-color: #fff;
	border:0;
	padding: 0px;
}

.customPanel .panel-body{padding: 0;}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 1.5rem;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0;
}

.wpcf7-form{
margin-top: 2rem;	
}

.wpcf7-form label {
    margin-bottom: 5px;
	min-width: 184px;
    font-weight: 400;
    color: #000;
}

.hiddenInput{
display: none;
visibility: hidden;	
}

#subject{display:none;}

.optionalField{
	color: #767676;
}

.form-group .visible {
  max-width: 450px;
  min-width: 184px;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #ccc;
}

.form-group {
  max-width: 450px;
}

.wpcf7-form-control-wrap .description{
	/* height: 100% !important; */
}

@media screen and (min-width: 769px) {
/* #phone, #pinnum{ */
	/* width:236px; */
/* } */

/* #ext, #instrumentnum{ */
	/* width: 184px; */
/* } */

.form-group-number{
/* float: left; */
display: inline-block;
margin-right: 26px;
width: 200px;
}

.form-group-ext{
display: inline-block;
width: 220px;
}
.phoneWrap{
	display: flex;
}
}

.wpcf7-textarea{
 
}

textarea.form-control {
  max-width: 450px;
  max-height: 165px;
  border-radius: 3px;
  border: solid 1px #ccc;
}

span.wpcf7-form-control-wrap.attFile {
    width: 0;
}
span.wpcf7-form-control-wrap.attFile #attFile{
    width: 0;
	height: 0;
}

input[type="file"]{
	visibility: hidden;
    height: 0;
	width: 0;
	padding:0;
	margin:0;
}

#removeBtn{
	display: none;
	margin-left: 12px;
	padding-left: 16px;
    background: url(assets/images/cancel.attachment.svg) no-repeat center left;
    background-size: 10px 10px;
	color: #1460aa;
	border: 0;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
}

#removeBtn:hover{
    color: #2a4566;
    text-decoration: underline;
}

#uploadedFile{
	/* display: inline-block; */
	display: none;
}
#uploadedFile:focus{
	outline: 2px solid #ff7f01;
}

.acceptFile:hover span{
	text-decoration: none !important;
}

.attFileLabel:hover {
	text-decoration: underline;
	background-color: #fff;
    border-bottom: 0;
	color: #2a4566;
	}
	
	.paperclip{
	/* padding: 0px 6px 10px 22px; */
	background: url("assets/images/attachment.svg") no-repeat;
	background-size: 20px;
	width:20px;
	margin-right: 6px;
	}

/* a.button:hover span.title {color: red;} */
/* a.button:hover span.tagline {color: blue;} */

.attBtn{
	background-color: #fff;
	color: #1460aa;
	border: 0;
	padding: 0;
	font-size: 1rem;
	white-space: normal;
	text-align: left;
	/* display: inherit; */
	/* max-width: 100%; */
	/* width: 142px; */
}

.wpcf7-form .attFileLabel{
	cursor: pointer;
	width: auto;
	display: inline-flex;
	min-width: 1px;
	margin-bottom: 0;
	color: #1460aa;
}

.wpcf7-form .attFileLabel:hover{
	    color: #2a4566;
}

.form-group.fileAtt{
	margin-bottom: 0;
	margin-top: 20px;
}

.acceptFile{
	color: #767676;
	font-size: 16px;
	white-space: normal;
}
.acceptFile > span{
	margin-left: 10px;
	margin-right: 10px;
	color: #ccc;
}

/* .attBtn:hover { */
    /* text-decoration: underline; */
    /* background-color: #fff; */
    /* border-bottom: 0; */
	/* color: #2A4566; */
/* } */

.btn-primary.attBtn.active, .btn-primary.attBtn:active, .btn-primary.attBtn:active:focus {
    color: #1460aa;
    background-color: #fff;
    border:0;
}

.btn.attBtn.active, .btn.attBtn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.readOnly{
	border: 0;
	display: none;
}

.wpcf7-submit{
  width: 210px;
  height: 40px;
  border: 0;
  border-radius: 3px;
  background-color: #345680;
  color: #fff;
  margin-top: 30px;
    margin-bottom: 10px;
}

.wpcf7-submit:hover{
	background-color: #2A4566;
}

.requiredText{
	color: #CF1818;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	font-size: 1rem !important;
}

.show-menu-arrow {
  background: url(assets/images/dropdown.svg) no-repeat;
  background-position: right 5px center;
  background-size: 20px 18px;
}

.onland-calendar:before{
	content: "\e805";
    font-family: onland;	
}

.ol-right-arrow:before {
	content: "\e832";
    font-family: onland;
	color: #212121;
	font-size: 14px;
    font-weight: 700;
}

.ol-left-arrow:before {
	content: "\e822";
    font-family: onland;
	color: #212121;
	font-size: 14px;
    font-weight: 700;
}

.buttonwrapper {
  position: relative;
}


.combobox {
			max-width: 450px;
			min-width: 184px;
			width: 100%;
			display: inline-block;
			position: relative;
		}
		
.combobox .error{
	color: #CF1818;
	margin-bottom: 6px;
}

.textbox-container.error:not(label) {
    border: solid 1px #CF1818 !important;
	margin-bottom: 6px !important;
	border-radius: 3px;
}

		#textbox {
			/* font-size: 1em; */
			color: #767676;
			background-color: #fff;
			height: 40px;
			max-width: 450px;
			min-width: 184px;
			padding: 8px 12px;
			padding-right: 9%;
			line-height: 1.42857143;
			margin: 0;
			border: solid 1px #ccc;
			border-radius: 3px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.textbox-container:focus{
			outline: 2px solid #ff7f01;
			box-shadow: none;
		}
		
		.textbox-container:hover{
			cursor: pointer;
		}
		#textbox.selections {color: #069;}
		.combobox button.toggle:focus {
			outline: none;
			box-shadow: none;
		}
		.combobox button.toggle {
			background-color: #fff;
			padding: 0;
			border-top: 8px solid #6c6c6c;
			border-right: 8px solid transparent;
			border-bottom: none;
			border-left: 8px solid transparent;
			position: absolute;
			right: 10px;
			top: 21px;
			width: 16px;
		}

		.combobox .clear {
			position: absolute;
			top: 13px;
			right: 4px;
			width: 31px;
			height: 26px;
			background-color: #fff;
			border: none;
			cursor: pointer;
		}

		.combobox .clear::before {
			content: '▼';
			position: absolute;
			top: 0;
			left: 12px;
			z-index: 1;
			font-size: 12px;
			color: #767676;
			line-height: 1;
			width: 9px;
			height: 7px;
		}

		main.mainPages article .combobox ul {
			display: none;
			list-style: none;
			margin: 0;
			/* padding: 10px 0; */
			outline: none;
			
			    background-color: #fff;
				border: .0625rem solid #ccc;
				max-height: 30rem;
				overflow: auto;
				position: absolute;
				top: 40px;
				width: 100%;
				z-index: 1;
		}
		
		main.mainPages article .combobox ul li:before{
		display: none;
		}

		main.mainPages article .combobox li {
			padding: 12px .75rem;
			position: relative;
			cursor: default;
			/* text-indent: -28px; */
			/* margin-left: 28px; */
		}

		.combobox .activedescendant {
			background-color: #eaeef2;
			color: #069;
			text-decoration: underline;
			color: #000;
			/* outline: 2px solid #ff7f01; */
		}

		.combobox li[aria-selected="true"] {
			color: #000;
			background-color: rgba(52,86,128,.25);
			}

		.combobox li[aria-selected="true"].activedescendant {
			color: #000;
			background-color: rgba(52,86,128,.25);			
			}

		.combobox li span.check::before {
			content: ' ';
			line-height: 1;
			text-align: center;
			height: 1rem;
			width: 1rem;
			margin-right: 0.75rem;
			border: .0625rem solid #ccc;
			border-radius: .1875rem;
			background-color: #fff;
			display: inline-block;
			vertical-align: text-bottom;
		}

		.combobox li[aria-selected="true"] span.check::before {			
			content: "\e82b";
			font-family: onland;
			color: #fff;
			font-size: .625rem;
			font-weight: 400;
			background-color: #345680;
			padding-top: 2px;
			}
			
			#select-all{
			border-bottom: .0625rem solid #ccc;
			}
			.label-text{
			  color: #767676;
			  vertical-align: baseline;
			}

.reasonchange{
	display: none !important;
    visibility: hidden !important;
}

#reasonchange{
	display: none;
}

#date{
	padding-right: 50px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {} input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #000;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

.invalidcharacters td, .invalidcharacters tr {
padding: 15px;
border: 1px solid #ccc;
}

/* table{ */
 /* width:100%;	 */
/* } */
.table-responsive{
	border: 0;
}

@media screen and (min-width: 769px) {

.customGlossaryTable { 
  width: 100%; 
}

/* thead { white-space: nowrap;} */

.customGlossaryTable tr:nth-of-type(2n) {border-top: 0;}

.customGlossaryTable tr td { vertical-align: top;}

.customGlossaryTable tr td:first-of-type { white-space: nowrap; width: 21%;}

.customGlossaryTable tr td:first-child { font-size:1rem;}

.customGlossaryTable tbody td, .customGlossaryTable tbody th {text-align:left; padding: 10px 20px 10px 20px;}

.customGlossaryTable tbody th {font-weight: 500; background-color: #efefef;}

.customGlossaryTable tbody tr { border-top: 1px solid #ccc;}

.customGlossaryTable tr {border-bottom: solid 1px #ccc;}

.customGlossaryTable tbody tr:first-child { border-top: 0; border-bottom: 0;}

}

@media screen and (max-width: 768px) {
.customGlossaryTable {width:100%;}

.customGlossaryTable thead {display: none;}

.customGlossaryTable tr:nth-of-type(2n) {}

.customGlossaryTable tbody tr:after{content: "\00a0";}

.customGlossaryTable tr td:first-child { font-weight:500;font-size:1rem;}

.customGlossaryTable tbody td, .customGlossaryTable tbody th {display: block;}

.customGlossaryTable tbody th {visibility: hidden; height: 0; margin-top: -5px;}

.customGlossaryTable tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
}

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/

.red-asterisk {
	color: #CF1818;
	padding-left: 4px;
}

.site-main .elementor .note p, .site-main .elementor .tip p {
   padding:0;
   margin-bottom: 16px;
}



.page-template-default .type-page .entry-header{
    border-bottom: 1px solid #ccc;
 	margin-bottom: 1em;
    padding-bottom: 1em;
	margin-right: 5%;
}

.site-main .elementor .elementor-section-boxed {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.site-main .elementor .elementor-section-boxed .elementor-section-boxed {
margin: 0;
padding:0;
}

.elementor-section-boxed .elementor-section-boxed, .elementor-section-boxed:last-of-type{
   border-bottom: 0 !important;
}


@media (min-width: 768px) and (max-width: 991px) {
.entry-content .elementor .elementor-column {
	width:100% !important
}
}

.elementor-column-gap-default .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.elementor-column-gap-narrow .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.elementor-column-gap-extended .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.elementor-column-gap-wide .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-column-gap-wider .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.ui-widget-header {
    border: 1px solid #dddddd !important;
    background: black;
    color: #333333;
    font-weight: bold;
}



/*--------------------------------------------------------------
# Graphics
--------------------------------------------------------------*/
/*-- INT - Images with border--*/
.graphics {
border: 1px solid #ccc;
}

figure {
margin: 8px 0 16px;
}

figure img {
    border: 1px solid #ccc;
}

figcaption {
font-size: 14px;
line-height: 20px;
margin-top:8px;
text-align: left !important;
}
.elementor figure img {
    border: 1px solid #ccc;
}

.elementor figure.elementor-image-box-img img {
    border: 0;
}
.site-main .elementor .elementor-widget figure {
    margin: 8px 0 16px;
}

/*--------------------------------------------------------------
# Scroll to top
--------------------------------------------------------------*/

.scrolltop {
	width: auto;
    height: 35px;
	color: #1460aa;
	padding: 6px 8px 6px 8px;
	/* opacity: 0.8; */
	border-radius: 3px;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: fixed;
    right: 2%;
    bottom: 30px;
    display: none;
    z-index: 100000;
}

.scrolltop:hover {
	/* width: auto; */
    /* height: 35px; */
	color: #fff;
	padding: 6px 8px 6px 8px;
	/* opacity: 0.8; */
	border-radius: 3px;
	background-color: #2A4566;
	box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
    /* cursor: pointer; */
    /* position: fixed; */
    /* right: 2%; */
    /* bottom: 30px; */
    /* display: none; */
    /* z-index: 100000; */

}

/* .scrolltop .fa.fa-arrow-circle-o-up{ */
/* font-size: 1.5em; */
/* margin-right: 0.3rem; */
/* vertical-align: top; */
/* } */

.backToTopArrow{
	padding: 0px 6px 10px 22px;	
	margin-left: 5px;
	background: url("assets/images/go.arrow.top.svg") no-repeat;
	background-size: 20px;
}

.scrolltop:hover .backToTopArrow{
	background: url("assets/images/go.arrow.top.hover.svg") no-repeat;
	fill: #fff;
	background-size: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer .lineDivider{
	margin-bottom: 16px;
}

.site-footer h2{
	font-size: 20px;
}

.site-footer ul li {
    display: inline-block;
    padding: 0;
}

.site-footer ul li a{
   color: #000;
}

.site-footer ul li a:hover{
color: #2a4566;
}

.site-footer ul {
    padding: 0;
}
.policyMenuSection ul {
    float: right;
	text-align: center;
	margin-right: -15px;
	display: flex;
}

.policyMenuSection ul li {
    padding-left: 24px;
}

.policyMenu{
	margin: 0;
}

#footerLogos {
    margin-top: 12px;
}

.TeranetCorpLogo {	
	/* max-width: 13em; */
    /* float: left; */
    width: 208px;
    min-height: 1.875rem;
}

.TeranetCorpLogoColumn a:first-of-type{
	/* font-size: 0; */
}

.TeranetLegalText {
    padding-top: 1%;
	/* margin-left: 50px; */
	   width: calc(100% - 20px);
}

@media (max-width: 767px) {
.TeranetLegalText {
    padding-top: 0;
	width: 100%;
}
.govLogos a:first-of-type {
    margin-right: 20px !important;
}	
}
@media (max-width: 991px) {
	.TeranetLegalText {
    margin-left: 0;
}
.govLogos{    position: absolute;
    right: 20px;
    /* top: 0px; */
bottom: -20px;}

}

.soLogo {
    /* padding-right: 1.5em; */
	/* min-width: 14.3125rem; */
    height: 3.25rem;
	min-width: 206px;
    /* height: 46px; */
}

.govLogos a:first-of-type{
  margin-right: 40px;
}

.govLogos a:first-of-type:hover, .govLogos a:first-of-type:focus{
  text-decoration: none;
}

.govLogos a:first-of-type{
  /* font-size: 0; */
}

@media screen and (min-width: 769px) {


.onLogo {
	max-width: 8.4375rem !important;
}	
	
}

.onLogo {
    /* max-width: 8.4em; */
	/* width:calc(90.5px + 4.1vw); */
	max-width: 7rem;
    height: 2.75rem;
}
.govLogos {
	/* display: flex; */
	/* justify-content: flex-end; */
	/* float: right; */
	text-align: right;
}
@media (max-width: 767px) {
    .govLogos {
        /* margin-top: 30px; */
		float: none;
        text-align: center;
		border-bottom: 1px #ccc solid;
		padding-bottom: 24px;
		display: inline-block;
		width: 100%;
    position: static;
    right: 0;
    bottom: 0;
    }
	
.TeranetCorpLogo {
    float: none;
	margin-bottom: 20px;
	margin-top: 30px;
	margin: 1rem 0px 0.75rem 0px;
}

.site-info{
	padding: 10px 0;
}

}

.bottomFooterContainer {
    background-color: #efefef;
    padding-top: 12px;
    margin-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

.bottomFooterContainer .site-info p{
  margin-left: -15px;
}



@media (max-width: 767px) {
    .bottomFooterContainer {
        text-align: center;
		margin-top: 20px;
    }
	
	.copyrightBBorder{
		border-bottom: 1px #ccc solid;
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 0;
	}
	
    .policyMenuSection ul {
        float: none;
		margin-top: 12px;
		margin-bottom: 20px;
	text-align: center;
	display: inline-block;
    }
	.policyMenuSection ul li {
    padding-top: 5px;
	padding-left: 0;
	text-align: center;
	width: 100%;
	}
	
	.policyMenuSection{
		/* margin-bottom: 30px; */
	}
	
	.marginFix{
		margin-left: -15px;
		margin-right: -15px;
	}

    #footerLogos {
        text-align: center;
		/* margin-top: 10px; */
    }
}

@media (max-width: 350px) {
	.soLogo {
    width: 146px;
	min-width: auto;
    height: 2.375rem;

}
}
@media (max-width: 1024px) and (min-width: 350px) {
	.soLogo {
    min-width: auto;
    width: 10.1875rem;
    height: 2.375rem;
}
}

@media (max-width: 1024px) and (min-width: 992px) {
.govLogos{    
	position: absolute;
	right: 20px;
	bottom: -6px;
	}
}

@media (max-width: 1024px) {
#footerLogos {
		margin-top: 5px;
    }

.onLogo {
    width: 6.25rem;
    height: 2.75rem;
}

.TeranetCorpLogo {
    width: 10.5rem;
}
	
	.bottomFooterContainer {
    margin-top: 5px;
}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.TeranetCorpLogo {
    margin: 0 0 0.75rem 0; 
}

}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	#footerLogos {
		display: flex;
		justify-content: space-between; /* align horizontal */
		align-items: center;	
	}
	/* #footerLogos .col-md-6{ */
		/* width: 18%;	 */
	/* } */
	#footerLogos .col-md-7{
		width: 38%;	
	}
	#footerLogos .col-md-5{
		width: 55%;	
	}
	.TeranetLegalText{
		width: 100% !important;
		padding-top: 0;
	}
	.TeranetCorpLogoColumn{
		width: 232px;
		min-width: 232px;
		margin-right: 0px;
	}
}


@media screen and (min-width: 1145px) {
	.TeranetLegalText {
    margin-left: 1.5rem;
	padding-top: 24px;
	width: 100%;
}
#footerLogos .col-md-7 {
    width: 46%;
}
}
@media screen and (min-width: 1356px) {
#footerLogos .col-md-7 {
    width: 62%;
}
}

@media screen and (min-width: 1025px) {
	#footerLogos {
		display: flex;
		justify-content: space-between; /* align horizontal */
		align-items: center;	
	}
	.TeranetLegalText{
		margin-left: 0;
	}
	.TeranetCorpLogoColumn{
		width: 232px;
		min-width: 232px;
		margin-right: 0px;
	}
		.govLogos a:first-of-type{
		margin-right: 48px;
	}
}

/* Custom recent news widget */
.onland-recent-news{
max-width: 410px;	
}
@media (max-width: 767px) {
#footerNews{
border-bottom: 1px solid #ccc;	
}	
}

.onland-recent-news ul li{
padding-bottom: 5px;
display: inherit;	
}

.onland-recent-news ul li:nth-of-type(1){
padding-bottom: 15px;
display: inherit;	
}

.onland-recent-news .post-date{
margin-bottom: 5px;
display: block;	
}

.onland-recent-news .link-more{
padding-top: 5px;
}

.onland-recent-news .link-more a{
color: #1460aa;
}

.onland-recent-news ul li a{
color: #1460aa;
}

.onland-recent-news ul li a:hover{
color: #2a4566;
}

.footerHelp .widget .menu {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-footer-resources-container .menu{
	flex-direction: column;
}

.footerHelp .widget_nav_menu .menu-footer-resources-container ul li, .footerHelp .widget_nav_menu .menu-footer-resources_fr-container ul li{
	width:100%;
}

.footerHelp .widget_nav_menu ul li{
	padding-bottom: 5px;
	    width: 33.33333333%;
}
@media (max-width: 992px) {
	.footerHelp .widget_nav_menu ul li{
	padding-bottom: 5px;
	width: 50%;
}
}

@media (max-width: 768px) {
	.footerHelp .widget_nav_menu ul li{
	padding-bottom: 5px;
	width: 100%;
}
}

/* page terms template */
.page-template-page-terms .site-header {
	  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.page-template-page-terms .entry-header h1{
	padding-top: 2%;
	padding-bottom: 2%;
	font-size: 40px;
	font-size: calc(30px + .5vw);
}

.page-template-page-terms .footerTop{
	display: none;
}

.page-template-page-terms .footerBegin{
	display: none;
}

/* Get More Help Widget Banner above footer */


.getMoreHelpWidget .textwidget p{
	color: #fff;
	padding-top: 1.5%;
	font-size: 1.25rem;
}

.getMoreHelpWidget .textwidget {
		display: inline-block;
		padding-right: 30px;
}

.getMoreHelpWidget .contactUsLink{
	color:#fff;
	border-radius: 2px;
	border: solid 1px #fff;
	padding: 12px 20px 12px 20px;
	display: inline-block;
	font-size: 1.25rem;
	white-space: nowrap;
}

@media (max-width: 767px) {
.getMoreHelpWidget .contactUsLink {
    padding: 5px 32px 5px 32px;
    margin-bottom: 20px;
	margin-top: 10px;
}
.getMoreHelpWidget{
    margin-top: 8%;
}
}

.contactUsLink:hover{
	border-color: #2A4566;
	text-decoration: none;
	background-color: #2A4566;
}

.single-post .footerBegin{
	display: none;
}

/* Utility Classes
--------------------------------------------- */

.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}

.vertical-spacer {
	clear: both;
	margin-bottom: 30px;
}

.columns-container {
	clear: both;
	overflow: hidden;
}

.mt-10 {
margin-top: 6em;
}
