@import url(bootstrap.css );
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);

/* CSS Document */

#Body {
    /*original color was 8a8a8a*/
    color: #636363;
    background: #FFF;
    width: 100%;
    overflow-x: hidden;
}

.body_bg {
    /*min-height: 100%; Emoke*/
    width: 100%
}
.dnnEditState .body_bg {
	padding-right:25px;
}
html,
body,
.Normal,
.NormalDisabled,
.NormalDeleted {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    /*height: 100%;*/
    line-height: 24px;
    /*Was 18px Mark changed to 24px per Chads request 2017-07-11*/
    font-size: 15px;
    /*Emoke*/
}

.gsc-input-box {
    height: 30px !important;
}

p {
    margin: 0px 0px 15px 0px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.showmobileapp,
#mobileSearch {
    display: none;
}

.small,
.disclosure,
.note {
    font-size: 13px;
}
/*sticky header 02.11.2021.*/
#mobHeader {
	border-bottom:1px solid #ccc;
}

#TopHeader {
	border-bottom:1px solid #ccc;
	-webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.loggedin #TopHeader, .personabar-visible #TopHeader {
    position: relative;
}
.loggedin .heighsection {
    padding-top: 0;
}
.visible_desktop.mobileheader {
	position: fixed;
    width: 100%;
    z-index: 1000;
      -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
	background:#fff;
}
.stickmob {
	margin-top:-8px;
	
}
.heighsection {
	padding-top:92px;
	 position: relative;
}
.stickmob  .mob_box {
	padding: 29px 0 20px 0;
}
.dnn_logo img {
	  -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.HeaderSearchToggle #blueheaderbar .White a.topnav.dropdownabout {
	padding-right: 8px;
}
.topnav.dropdownabout img {
	display:inline-block;
	max-width:11px;
}
.linkListingHead {
  position: absolute;
  z-index: 1000;
  top: 44px;
  right: 15px;
  left: unset;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.13);
  max-width:500px;
  min-width:630px;
}
.linkListingHead .Border {
 background-color: rgba(44, 77, 156, 0.9);
  position: relative;
  padding: 30px 35px;
}
.linkListingHead ul {
	display:inline-block;
	padding-left:0;
	margin:0;
}
.linkListingHead ul:nth-child(1) {
	margin-right:35px;
}
.linkListingHead ul li, .linkListingHead ul li a {
	color:#fff;
	font-size:15px;
}
.linkListingHead ul li {
	list-style-type:none;
}
@media screen and (min-width: 767px) {
.stickmob .mob_box {
    padding: 0 0 20px 0;
}
.stickmob .dnn_logo img {
	max-width:230px;
	  -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.stickmob .head_mid {
    margin-bottom: 11px;
}
.heighsection {
	padding-top:114px;
}
}
@media screen and (min-width: 960px) {
.heighsection {
	padding-top:115px;
}
}
@media screen and (min-width: 992px) {
#TopHeader {
	position: fixed;
    width: 100%;
    z-index: 1000;
      -webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
	background:#fff;
}
.heighsection {
	padding-top:150px;
}
.sticky .header_top_bg {
	margin-top:-53px;
	-webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.sticky a.SearchLink {
	margin-top: -53px;
	-webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.sticky .head_two {
    padding: 10px 0 20px 0;
	-webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
.sticky #dnn_HeadPaneRight .headerlogin {
	margin-top:-53px;
	-webkit-transition: all .2s ease-in .2s;
    -moz-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s;
}
}
@media screen and (min-width: 1024px) {
.heighsection {
    padding-top: 198px;
    /*    was 164 prior to 2024-09-27*/
}
}
@media screen and (min-width: 1200px) {
.heighsection {
    padding-top: 186px; 
/*    was 148 prior to 2024-09-27*/
}
}
/*Emoke*/

.mobileonly {
    display: none;
}

/*Emoke*/

.table-responsive {
    width: 100%;
}

header,
nav,
section,
footer {
    display: block;
}

.hiddenMail {
    cursor: pointer;
}

A,
A:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    /* Firefox 4 */
    -webkit-transition: color ease 300ms;
    /* Safari and Chrome */
    -o-transition: color ease 300ms;
    /* Opera */
    -ms-transition: color ease 300ms;
    /* IE9? */
    color: #2c4d9c;
    font-size: 13px;
    /*Emoke*/
}

A:active {
    color: #2c4d9c;
    text-decoration: none;
}

A:visited {
    color: #2c4d9c;
    text-decoration: none;
}

A:hover {
    color: #2c4d9c;
    text-decoration: underline;
}

A:focus {
    color: #2c4d9c;
    outline: none;
    -moz-outline: none;
}

p a {
    font-size: 1em !important;
    font-weight: bold;
}

.footer_menu_list a {
    font-weight: normal;
}


.dnn_logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

h1 {
    color: #2c4d9c;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

h2 {
    color: #2c4d9c;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

h3 {
    color: #2c4d9c;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 25px 0 5px;
    text-transform: uppercase;
}

h4 {
    color: #2c4d9c;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h5 {
    color: #2c4d9c;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.articleHeadline h2 a {
    color: #2c4d9c;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 25px 0 25px 0;
    text-transform: uppercase;
    display: block;
}

.NewsArticles .article {
    min-height: 324px;
}

.RadGrid_Default .rgRow a {
    width: 10px !important;
    height: 10px !important;
    display: block;
}

form#Form {
    height: 100%;
}

.ModuleTitle_SubMenu {
    z-index: 9999!important;
}

.clearfix:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.DS-blueWrapper.clearfix {
    clear: both;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.DynamicForms_SaveFormDiv {
    border-top: none !important;
}

#dnn_ctr811_DynamicForms_TBR_GUID07ed849a-65d8-4a55-b36a-52aba31c4958YourQue {
    height: 200px !important;
}


a#dnn_dnnLOGO_hypLogo {
    height: 68px;
    position: relative;
    z-index: 1000;
    display: block;
    cursor: pointer;
}

/*Reka 8th Aug*/

.contentimg {
    max-width: 100%;
    width: 260px !important;
    float: right;
    margin: 0 0 10px 10px;
}

/*Emoke 28th July*/

.SpacingBottom {
    margin: 1em 0px;
}

/*Emoke 29th July*/

.headerlogin a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    letter-spacing: .05em;
    margin-left: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

/*Emoke*/

.overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 400px;
}

/*Emoke 1th Aug.*/

.now {
    color: #2C4D9C !important;
}

/*Emoke 1th Aug.*/

.headerlogin,
.headerlogin:visited,
a.onlymobile,
a.onlymobile:visited {
    border: 2px solid #2c4d9c;
    /*Emoke*/
    padding: 6px 20px;
    display: inline-block;
    background: #2c4d9c;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    float: right;
    letter-spacing: .05em;
    margin-left: 14px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0.2px 0.2px 0px 2px inset;
    /*Emoke -9th May 2016*/
}

#Submit {
    border: 2px solid #ccc;
    padding: 6px 20px;
    display: inline-block;
    background: #2c4d9c;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    float: right;
    letter-spacing: .05em;
    margin-left: 14px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 18px;
}

#loginLink1 {
    padding-top: 1em;
}

#loginLink1 {
    clear: both;
}

#loginLink1 a {
    color: #393b3d;
    text-decoration: none;
    font-weight: bold;
}

#loginLink1 a:hover {
    text-decoration: underline;
}
.navContainer {
    float: right;
}
ul.megamenu li.level0:nth-child(1) {
    margin-left: 0;
   /* float: left;*/
}

.loginpane {
    float: right;
    position: relative;
    width: auto;
    min-width: 246px;
}

.slidingDiv {
    display: none;
}

.loginiframe {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    /*opacity:0;*/
    position: absolute;
    top: 69px;
    z-index: 1000;
    height: 345px;
    background-color: #fff;
    right: 0px;
                     
}

.FBBIframe input[type="radio"] {
    margin: 4px !important;
}

.usern {
    margin-bottom: 10px;
}

.loginiframe.iframeshow {
    opacity: 1;
    z-index: 10000;
    height: 295px;
    width: 297px;
}

.FBBIframe {
    padding: 16px;
    position: relative;
    z-index: 100;
    font-family: 'Open Sans', sans-serif;
    width: 297px;
    max-width: 100%
}

.closebutton {
    color: #fff;

    cursor: pointer;
    font-weight: 700;
    position: absolute;
    right: 9px;
    top: 73px;
    z-index: 10001;
}

.loginIframeHeader {
    background: #2c4d9c;
    color: #fff;
    font-weight: 700;
    margin: -15px -15px 1em -15px;
    padding: 1em;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.onbankingsummit {
    background: #2c4d9c;
    color: #fff;
    padding: 5px 10px;
    border: none;
}

.loginIframeHeader .triungle {
    background: transparent;
    border-color: #686c70 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 11px 0 11px;
    bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 0;
    margin: 0 auto -8px auto;
    padding: 0;
    position: absolute;
    width: 0;
}
.White {
    /*margin-bottom:30px;*/
}

/*homepage new layout*/
.full_bottom_blue {
    background-color:#c3e6ff;
    padding:50px 0;
}
@media screen and (max-width: 991px) {
.full_bottom_blue .col-md-6:nth-child(1) {
    padding-bottom:40px;
}
.HomeNewsFeed .Rightimg {
    display:none;
}
}
.HomeNewsFeed {
    background-color:#dbdbdb;
    /*border-top:1px solid #868481;
    border-bottom:1px solid #868481;*/
}
.HomeNewsFeed .Lefttext {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 288px;
}
.HomeNewsFeed h2 a {
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.HomeNewsFeed .readmorebtn{
    display: inline-block;
    cursor: pointer;
    background: #2c4d9c;
    border: 2px solid #999999;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}
.HomeNewsFeed .readmorebtn:hover {
    background: transparent;
    text-decoration: none;
    color: #2c4d9c;
    border: 2px solid #2c4d9c;
}
@media screen and (max-width: 1200px) {
.HomeNewsFeed .Lefttext {
    height: 230px;
}
.HomeNewsFeed h2 a {
    font-size:18px;
    margin-bottom:0;
}
.HomeNewsFeed h2 {
    line-height: 0.6;
    margin: 27px 0 15px 0;
}
.HomeNewsFeed .readmorebtn {
    padding: 6px 20px;
    font-size: 14px !important;
}
}
@media screen and (max-width: 991px) {
.HomeNewsFeed .Lefttext {
    height:auto;
}
}
/*Added by Mark 2019-04-24*/
.full_bottom.testimonial {
    padding: 50px 0;
    text-align: left;
}
.full_bottom.testimonial img {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
.full_bottom.testimonial .col-md-6:nth-child(1) {
    padding-bottom:40px;
}
.full_bottom.testimonial img {
    width: 90%;
    margin: 0 auto;
}
}
/*END*/
#slvj-video-embed {
    max-width: 100%;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 30;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;

    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    width: 700px;
    height: 540px;
    margin: auto;
    max-width: 100%;
    z-index: 250;
}

.slvj-lightbox {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 0;

    background-color: #FFFFFF;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 53;
}

#slvj-close-icon {
    background-image: url(images/close-icon.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;

    position: absolute;
    top: 10px;
    right: 10px;

    z-index: 551;
}

#slvj-close-icon:hover {
    cursor: pointer;
}

.popupbkgr {
    background: rgba(255, 255, 255, .7);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.extlinkcontent {
    background: #fff;
    border: 2px solid #999;
    left: 37%;
    padding: 1%;
    position: fixed;
    top: 30%;
    width: 30%;
}

.extlinkcontent p {
    word-wrap: break-word;
}

a.linkbutton {
    border: 1px solid #9fa1a3;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.66);
    -moz-box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.66);
    box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.66);
    color: #686c70;
    display: inline-block;
    font-size: .923em;
    letter-spacing: .3em;
    padding: 3px 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.13);
    text-decoration: none;
    text-transform: uppercase;
}

a.linkbutton:hover {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
}

.mega_submenu Column2 {
    position: relative;
}

.advert {
    margin-top: -76px;
}

/* Base Styles */

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    position: relative;
}

#cssmenu {
    width: 233px;
}

#cssmenu a {
    line-height: 1.3;
}

#cssmenu>ul>li:first-child {}

#cssmenu>ul>li>a {
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
}

/*#cssmenu > ul > li:first-child > a > span {
  padding: 0;
} */

#cssmenu>ul>li:first-child:hover {}

#cssmenu>ul>li {}

#cssmenu>ul>li:hover {}

#cssmenu>ul>li>a {
    font-size: 1.3em;
    display: block;
    color: #000;
}

#cssmenu>ul>li>a>span {
    display: block;
}

#cssmenu>ul>li>a:hover {
    text-decoration: none;
}

#cssmenu>ul>li.active {
    border-bottom: none;
}

#cssmenu>ul>li.has-sub>a span {
    background: url(images/plus_sign.png) 96% center no-repeat;
    text-align: right;
    padding: 10px 35px 10px 0;
}

#cssmenu>ul>li>a span {
    padding: 10px 35px 10px 0;
    text-align: right;
}

#cssmenu>ul>li.has-sub.active>a span {
    background: url(images/minus_sign.png) 96% center no-repeat;
}

#cssmenu ul ul {
    display: none;
    background: #fff;
}

#cssmenu ul ul li {}

#cssmenu ul ul li:last-child {
    border-bottom: none;
}

#cssmenu ul ul a {
    padding: 5px 37px 5px 0;
    display: block;
    color: #333333;
    font-size: 1.1em;
    font-weight: normal;
    text-align: right;
}

#cssmenu ul ul a:before {}

#cssmenu ul ul a:hover {
    color: #616161;
}


#dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
    color: #328DDE!important;
}

.clear {
    clear: both;
}

.dnnSearchBoxClearText {
    background-image: url(images/search_icon.png);
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    padding: 4px 25px;
    position: absolute;
    right: -80px;
    top: -1px;
    width: 65px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0px;
    color: #5e5e5e;
    text-align: center;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

a.dnnSearchBoxClearText {
    width: 65px;
    height: 24px;
    cursor: pointer;
}

.footer_box {
    border-top: 1px solid rgb(136, 133, 130);
}

/* ********** Container Style ************** */


/*.Head {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}*/

/**************** Login page******************/

@media only screen and (max-width:767px) {

    .loginContent .LoginPanel {
        width: 100% !important;
    }

    .loginContent .dnnFormItem .dnnLoginRememberMe {
        white-space: nowrap;
    }

    .loginContent .dnnFormLabel {
        display: block !important;
        text-align: left !important;
    }
}

/**************** register page******************/

@media only screen and (max-width:767px) {

    .dnnRegistrationForm {
        min-width: inherit !important;
    }

    .dnnRegistrationForm .dnnForm {
        width: 100%;
    }

    .dnnRegistrationForm .dnnFormLabel {
        display: block !important;
        text-align: left !important;
    }

    .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
        display: block !important;
        float: none !important;
        text-align: left !important;
        width: 100%;
    }

    .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
        right: auto !important;
        position: static !important;
        margin-left: 5px !important;
    }

    .dnnRegistrationForm .dnnForm .dnnFormItem {
        padding: 0px !important;
        margin: 0px !important;
    }

    .dnnRegistrationForm .dnnFormItem input[type="text"],
    .dnnRegistrationForm .dnnFormItem input[type="password"],
    .dnnRegistrationForm .dnnFormItem input[type="email"],
    .dnnRegistrationForm .dnnFormItem input[type="tel"],
    .dnnRegistrationForm .dnnFormItem select,
    .dnnRegistrationForm .dnnFormItem textarea {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

/**************** Password page******************/

@media only screen and(max-width:767px) {
    .dnnSendPasswordContent {
        width: auto !important;
    }
    .dnnSendPasswordContent .dnnLabel {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }
    .dnnSendPasswordContent a.dnnFormHelp,
    .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
    .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
        position: static;
    }
    .dnnSendPasswordContent input[type="text"],
    .dnnSendPasswordContent input[type="password"],
    .dnnSendPasswordContent input[type="email"],
    .dnnSendPasswordContent input[type="tel"],
    .dnnSendPasswordContent select,
    .dnnSendPasswordContent textarea {
        width: 90%;
        margin-bottom: 10px !important;
    }
    .dnnSendPasswordContent ul.dnnActions {
        padding: 0 !important;
    }
}

/* ********** Control Panel Style ************** */

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
    font-size: 12px;
    color: #973939;
    text-decoration: none;
    font-weight: normal;
}

A.CommandButton:hover {
    color: #973939;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
    color: #000;
    text-decoration: underline;
}

.FileManager A:hover {
    color: #000;
    text-decoration: none;
}

/*.full_bottom {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 30px 0 0 0;
}*/

/* ********** Pane Style ************** */

.row [class*="Pane"] {
    margin: 0px 0px 30px 0px;
    position: relative;
}

.DNNEmptyPane {
    display: none;
}

/* ********** Breadcrumb Style ************** */

.breadcrumb,
.breadcrumbBox a,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #686c70;
}

a.breadcrumb:hover,
.breadcrumbBox a:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #2c4d9c
}

.Breadcrumb_bg {
    margin-bottom: 30px;
}

.mobile_icon {
    font-size: 35px;
    color: #000;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #FFF;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-align: center;
}

.mobile_icon.active .fa:before {
    content: "\f00d";
    font-size: 35px;
    font-family: "FontAwesome";
}

#mobile_menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    z-index: 906;
    background: #fff;
    display: none;
    border: 1px solid #999999;
}

#mobile_menu .menu_main {
    padding: 10px;
}
@media screen and (max-width: 991px) {
#mobile_menu\ Bootstrap {
	border: 1px solid #999999;
	display: none;
}
#mobile_icon .active::after, #mobile_icon.active::after, .menuItem .active:after {
    display:none;
}
.mobile_icon.menu_icon.active {
	background:none;
}
.menumob.open div#mobile_menu\ Bootstrap {
	display:block;
}
#mobile_menu\ Bootstrap .navbar-nav {
	float:none;
}
#mobile_menu\ Bootstrap .navbar-nav .open .dropdown-menu {
    position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.multi_menu {
    margin: auto;
}

.multi_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.multi_menu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.multi_menu ul li img {
    vertical-align: middle;
}

.multi_menu ul li a {
    font-size: 15px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    color: #cccccc;
    display: block;
    text-decoration: none;
    outline: none;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.multi_menu ul li a:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.multi_menu ul li a {
    display: inline-block;
}

.multi_menu ul li a {
    display: block;
}

.multi_menu ul li span {
    font-family: 'Oswald', sans-serif;
    padding: 10px 0px;
    display: block;
    color: #294e9d;
    /*Emoke*/
    font-size: 1.4em;
}
.Item-1>a:nth-child(1)>span:nth-child(2),
.Item-2>a:nth-child(1)>span:nth-child(2),
.Item-3>a:nth-child(1)>span:nth-child(2),
.Item-4>a:nth-child(1)>span:nth-child(2) {
    color: #294e9d;
    text-transform: uppercase;
}

/*Emoke*/

.Item-5,
.Item-6,
.Item-7,
.Item-8,
.Item-9 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7d7d7+1,999999+100 */
    background: rgb(215, 215, 215);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(215, 215, 215, 1) 1%, rgba(153, 153, 153, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(215, 215, 215, 1) 1%, rgba(153, 153, 153, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(215, 215, 215, 1) 1%, rgba(153, 153, 153, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#999999', GradientType=0);
    /* IE6-9 */
}

/*Emoke*/

.Item-5>a:nth-child(1)>span:nth-child(1),
.Item-6>a:nth-child(1)>span:nth-child(1),
.Item-7>a:nth-child(1)>span:nth-child(1),
.Item-8>a:nth-child(1)>span:nth-child(1),
.Item-9>a:nth-child(1)>span:nth-child(1) {
    color: #fff !important;
}

/*Emoke*/

.multi_menu ul li .menu_arrow {
    background-image: url(images/arrow-1blue.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    display: block;
    width: 40px;
    padding: 0px;
    height: 40px;
    float: right;
    text-indent: 0px;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    line-height: 40px;
    font-size: 0;
}

.multi_menu ul li .menu_arrow.arrow_opened {}

.multi_menu ul li .menu_arrow.arrow_closed {
    background-position: right -178px;
}

.multi_menu ul ul {
    display: none;
    background: #fff;
    padding: 2px 0px 5px 0px;
    margin: 0px;
}

.multi_menu ul li.current>ul {
    display: block;
}

.multi_menu ul li.active>a,
.multi_menu ul li a:hover {}

.multi_menu ul li.current>a,
.multi_menu ul li.current>a:hover {
    border-bottom: 1px solid #cccccc;
    color: #FFF;
}

.multi_menu ul li a {
    padding: 0 0 0 15px;
}

.multi_menu ul li li a {
    padding: 0 0 0 30px;
}

.multi_menu ul li li li a {
    padding: 0 0 0 45px;
}

.multi_menu ul li li li a span {
    color: #294e9d;
    font-size: 1.1em;
}

.multi_menu ul li li li li a {
    padding: 0 0 0 60px
}

.header_element.Open .icon {
    background-color: #ed474a;
}

.multi_menu ul li.active>a,
.multi_menu ul li a:hover {
    color: #000;
}

.multi_menu ul li.current>a,
.multi_menu ul li.current>a:hover {
    background-color: #fff;
}

/* ********** HEADER ************** */

/*top menu*/

/*sub menu*/

#top_menu .menuslide {
    display: none;
    float: left;
    overflow: hidden;
    position: absolute;
}

#top_menu ul ul {}

#top_menu .menuslide ul li {
    display: block;
    clear: both;
    padding: 0px;
    margin: 0px;
    position: relative;
}

#top_menu .menuslide ul li span {
    color: inherit;
    display: block;
    padding: 9px 30px 9px 30px;
    margin: 0px;
    background: none;
    white-space: nowrap;
    font-size: 13px;
}

#top_menu .menuslide ul li a {
    display: block;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    background: none;
    float: left;
    line-height: 24px;
    height: auto;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
}

#top_menu .menuslide ul {
    float: left;
    left: 0px;
    position: relative;
}

#top_menu .menuslide ul a {
    color: #777777;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms;
    /* Opera */
    -ms-transition: background-color ease-in 200ms;
    /* IE9? */
}

#top_menu .menuslide ul>li.dir>a {
    background: url(images/arrow-1.png) no-repeat right 20px;
}

#top_menu .menuslide ul>li.dir>a:hover,
#top_menu .menuslide ul>li.dir>a.menu_hover {
    background-position: right 20px;
}

#top_menu .menuslide ul a:hover,
#top_menu .menuslide ul a.menu_hover,
#top_menu .menuslide ul>li.dir>a:hover,
#top_menu .menuslide ul>li.dir>a.menu_hover {
    background-color: #0154a0;
    color: #FFFFFF;
}

/* ********** Other Style ************** */

.dnn_layout {
    width: 970px;
    margin: 0px auto;
    padding: 0 20px;
}

#dnn_wrapper {
    position: relative;
}

/* ********** CONTENT ************** */

.header_top_bg {
    background: #2c4d9c;
    padding: 10px 0;
}

.head_two {
    padding: 20px 0;
}

.HeadPaneLeft {
    float: right;
}

.GoogleSearch,
.HeadPaneRight {
    float: right;
}

.GoogleSearch {
    margin-right: -60px;
    margin-top: 9px;
}

.GoogleSearch2 {
    margin-right: -50px;
    margin-top: 9px;
    float: right;
    width: 12%;
}

.GoogleSearch3 {
    margin-right: -41px;
    margin-top: 9px;
    float: right;
    width: 12%;
}

.dnn_logo {
    float: left;
    margin-bottom: -55px;
    z-index: 8;
    position: relative;
}

.nav_box {
    float: right;
}

.bigheading {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #2c4d9c;
    text-transform: uppercase;
    margin: 0;
}

.white_bigheading {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

/*Emoke*/

.dnnPrimaryAction.dynamicforms_link {
    display: inline-block;
    cursor: pointer;
    background: rgb(44, 77, 156) none repeat scroll 0% 0%;
    border: 2px solid rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
}

/*Emoke*/

.dnnPrimaryAction.dynamicforms_link:hover {
    cursor: pointer;
    background: #0154a0;
    text-decoration: none;
    border: 2px solid rgb(153, 153, 153);
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
}

/*Emoke*/

.centered {
    text-align: center;
}

/*Emoke*/

.nocaps {
    text-transform: unset !important;
    letter-spacing: 0.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2c4d9c;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: normal;
    margin: 0 0 25px 0;
}

/*Emoke*/

.whitetext {
    color: #fff;
}

/*Emoke*/

.Full_Screen_PaneB {
    padding-bottom: 30px;
    margin-top: -30px;
}

/*Emoke*/

.FBFS_img {
    max-width: 315px;
    width: 100%;
}

/*Emoke*/

.repr_img {
    max-width: 158px;
    width: 100%;
    display: block;
    margin: auto;
}

/*Emoke*/

/*CALCULATOR*/

.CalculatorTab {
    width: 100%;
    background-color: #2c4d9c;
    list-style: none;
    height: 50px;
    clear: both;
}

.CalculatorTab li {
    float: left;
    list-style-type: none !important;
    text-align: center;
    line-height: 51px;
    background-image: none;
    width: 275px;
}

.CalculatorTab a {
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    list-style-type: none !important;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}

.CalculatorTab ul li:before {
    content: normal;
    margin: 0;
}

.CalculatorTab li:hover,
.CalculatorTab a:hover,
.CalculatorTab a.active {
    background-color: #1aa4de;
    color: #FFFFFF;
    list-style-type: none !important;

    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.CalculatorTab li:nth-child(1) {
    /*margin-left:-20px;*/
}

.CalculatorTab ul {
    margin-left: 0 !important;
}

/**************** Locations dropdown style begin- Emoke******************/

.location_img,
.location_info,
.location_mngr {
    display: inline-block;
}

.location_img,
.location_info {
    float: left;
    margin: 5px 5px 0px 0px;
}

.location_mngr {
    float: right;
}

.location_img img {
    max-width: 220px;
    height: auto;
    margin-right: 5px;
}


.location_img img,
.location_mngr img {
    -moz-box-shadow: 0 3px 5px 3px #dddddd;
    -webkit-box-shadow: 0 3px 5px 3px #dddddd;
    box-shadow: 0 3px 5px 3px #dddddd;
}

.location_mngr img {
    margin-bottom: 10px !important;
    margin: auto;
    width: 100px;
}

.location_mngr {
    text-align: center;
}

.Theme_09_Default .ui-widget-content {
    font-size: 14px !important;
    color: #636363 !important;
}

.Theme_09_Default .ui-widget-content a {
    color: #FFF !important;
}

.Theme_09_Default .ui-accordion .ui-accordion-content-active {
    height: auto !important;
}


.Theme_09_Default .ui-state-default,
.Theme_09_Default .ui-widget-content .ui-state-default {
    border-top: 1px solid #999999 !important;
    border-bottom: 1px solid #999999 !important;
    background: #d7d7d7 !important;
    background-image: none !important;
}

.Theme_09_Default .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 1em 2.6em 1em 2.2em !important;
    color: #2c4d9c !important;
    text-transform: none !important;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
}

.Theme_09_Default .ui-accordion .ui-accordion-content {
    margin-top: -18px !important;
}

.Theme_09_Default .ui-widget-content {
    border: 1px solid #999 !important;
}

@media (max-width:768px) {
    .location_mngr img,
    .location_mngr h3,
    .location_mngr p {
        display: none;
    }
}

/**************** Locations dropdown style end- Emoke******************/

.textpadding {
    padding: 10px;
}

.specialblue {
    font-family: 'Open Sans', sans-serif;
    color: #2c4d9c;
    font-weight: bold;
    font-size: 18px;
    line-height: auto;
    /* letter-spacing:2px;*/
}

.specialgray {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 16px;
}

.note {
    font-size: 11px;
}

.list_style {
    list-style: disc;
}

.num_list_style {
    /*  list-style:none;
  margin:0;
  padding:0;*/
}

ul.squer_list_style {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.squer_list_style li {
    position: relative;
    padding: 0 0 0 12px;
}

ul.squer_list_style li:before {
    content: "";
    width: 4px;
    height: 4px;
    text-align: center;
    background: #666666;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    margin: -1px 0 0 0;
}

a.topnav {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: auto;
    color: #fff;
    margin: 6px 0 0;
    display: inline-block;
}

a.button02, .button02 {
    display: inline-block;
    cursor: pointer;
    background: #2c4d9c;
    border: 2px solid #999999;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

a:hover.button02 {
    background: #0154a0;
    text-decoration: none;
}

a.button03 {
    display: inline-block;
    width: 390px;
    max-width: 100%;
    cursor: pointer;
    color: #fff;
    padding: 17px 20px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

/*Emoke*/

.bnt {
    display: inline-block;
    border: 2px solid #999999;
}

.bnt a {
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 20px;
    display: inline-block;
    background: #2c4d9c;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

.bnt a:hover {
    background: #0154a0;
    text-decoration: none;
}

.vertical_divider_con,
.with_vertical_divider .contentmain1 {
    position: relative;
    min-height: auto; /*was 325px, updated for new home CTA layout - Mark S - 2021-08-31*/
}

.vertical_divider_con {
    padding-bottom: 20px !important;
}

/*Emoke*/


/*  .cta{
    margin-top: 4em;
    display: block;
    position: relative;
    margin-bottom: 4em;
  }*/

.vertical_divider_con .button02 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.novertical_divider_con .button02 {
    position: relative;
    margin-bottom: 1em;
    float: right;
}

/*Emoke*/

.divider_line {
    background: url(images/line_bg.jpg) repeat-x left center;
    height: 15px;
    /* height:1px;
  background:#cccccc;
  -moz-box-shadow:  0 3px 8px #000;
-webkit-box-shadow: 0 3px 8px #000;
box-shadow: 0 3px 8px #000;*/
}

.icon_container_box .button02 {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.icon_container_box {
    min-height: 137px;
}

.borderimg {
    border: 1px solid #d6d6d6;
}

.bigheading_icon {
    border: 2px solid #ccc;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    float: left;
    background: #fff;
    overflow: hidden;
    line-height: 75px;
}

.white_bigheading_icon {
    /*border: 2px solid #ccc;*/
    height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    float: left;
    background: #2c4d9c;
    overflow: hidden;
    line-height: 75px;
}

/*Emoke*/

.white_left_icon {
    /*border: 2px solid #ccc;*/
    height: 60px;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    float: left;
    overflow: hidden;
    line-height: 75px;
}

/*Emoke*/

.gsc-search-button input {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    height: 22px !important;
    background: #E9E9E9 url(/images/search-white.png) no-repeat center center !important;
    margin-top: 0px !important;
}

.GoogleSearch {
    float: right;
    padding: 0;
    width: 200px;
    height: 49px;
}

.leftbtn:hover {
    background: #0154a0;
    text-decoration: none;
}

/*Emoke*/

.rightbtn:hover {
    background: #0154a0;
    text-decoration: none;
}

/*Emoke*/

.leftbtn,
.rightbtn {
    background: #2c4d9c;
    display: inline-block;
    width: 485px;
    max-width: 100%;
    padding: 10px 0 0 0;
}

.leftbtn {
    float: right;
    margin: 20px 0px 20px 0px;
}

.rightbtn {
    float: left;
    margin: 20px 0px 20px 0px;
}


.top_intro {
    color: #333;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 0 0;
    line-height: 27px;
}

/*Emoke*/

.shaded_box {
    padding: 20px;
    box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.3);
    margin: 0px 50px 20px 50px;
    height: auto !important;
    min-height: 300px;
    overflow: auto;
}




/*Emoke*/


/*Table styling Emoke 28th Sept*/

.QB_Q_Links {
    margin: 20px 50px 20px 50px
}

.QB_Q_Links th {
    background: #2c4d9c;
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.QB_Q_Links td {
    vertical-align: top;
    padding: 10px;
    text-align: left;
    border: 1px solid #dddddd;
}

.QB_Q_Links p {
    padding: 0px 10px;
}

.QB_Q_Links a {
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
}

.QB_Q_Links>p:nth-child(1) {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 10px 0px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/**/

.bigheading strong,
.white_bigheading strong {
    display: block;
    float: left;
    line-height: 40px;
    padding: 11px 0 11px 20px;
    font-weight: normal;
}

.breadcrumbBox {
    padding: 10px 0 20px;
}

.breadcrumbslinks {
    float: left;
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .print {
        display: none;
    }
    .breadcrumbBox {
        padding: 0px 0px 20px;
    }
    .breadcrumbslinks {
        margin-bottom: 15px;
    }
    .banner_box {
        padding: 0 !important;
    }
}

.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mt_15 {
    margin-top: 10px;
}

.mb_15 {
    margin-bottom: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt_25 {
    margin-top: 20px;
}

.mb_25 {
    margin-bottom: 20px;
}

.scaleimage {
    display: block;
    height: auto;
    max-width: 100%;
}

.shadowimage {
    -moz-box-shadow: 0 3px 5px 3px #dddddd;
    -webkit-box-shadow: 0 3px 5px 3px #dddddd;
    box-shadow: 0 3px 5px 3px #dddddd;
}


.with_responsive_box {
    padding: 15px;
}

.fa.fa-phone,
.fa.fa-envelope {
    color: #000;
    font-size: 20px;
    display: inline-block;
    padding: 0 10px 0 0;
}



.team_con {
    margin-left: -11px;
    margin-right: -11px;
    padding: 30px 0;
}

.team_box {
    float: left;
    width: 20%;
    padding: 0 11px 45px 11px;
}

.team_box {
    text-align: center;
}

.team_box h3 {
    margin: 25px 0 12px 0;
    text-transform: inherit;
}

.LeftPage_Box .col-sm-9 a {
    font-size: 15px;
    font-weight: bold;
}

a.Link_within {
    color: #2c4d9c;
    font-weight: bold;
    /*Emoke*/
    font-size: 15px;
    /*Emoke*/
}

a:hover.Link_within {
    color: #0154a0;
}

a.branch {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: auto;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

.notoblue {
    color: #2c4d9c;
}


.border_div {
    border: 2px solid #d6d6d6;
    padding: 10px;
}

.border_div h3 {
    font-weight: bold;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
}

.borderblue {
    border: 2px solid #2c4d9c;
    text-align: center;
    padding: 20px 10px;
    margin: 0 0 20px 0;
}

.tp-leftarrow.default {
    background: rgba(0, 0, 0, 0) url("images/large_left.png") no-repeat scroll 0 0!important;
    cursor: pointer;
    height: 75px!important;
    position: relative;
    width: 60px!important;
    z-index: 100;
}

.tp-rightarrow.default {
    background: rgba(0, 0, 0, 0) url("images/large_left.png") no-repeat 0 -70px!important;
    cursor: pointer;
    height: 75px!important;
    position: relative;
    width: 60px!important;
    z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
    background: url("images/bullet.png") no-repeat scroll left top!important;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: url("images/bullet.png") no-repeat scroll left bottom!important;
}

.banner_box {
    padding: 0 0 30px 0;
}

.topnav {
    border-right: 2px solid #fff;
    padding: 0 5px;
}

.topnav:last-child {
    border: none;
}

.head_mid {
    position: relative;
    margin-bottom: 18px;
}
@media screen and (max-width: 767px)  {
    .head_mid {
    margin-bottom: 0px;
}
}

/* ********** FOOTER ************** */

.footer1,
.footer2,
.footer3,
.footer4,
.footer5 {
    float: left;
    width: 20%;
}

.footer_box,
.footer_menu {
    font-size: 12px;
    color: #333333;
}

.footer_menu h6 {
    color: #0154a0;
    font-family: 'Oswald', sans-serif;
    line-height: auto;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.footer_menu .footer_menu_list p,
.footer_menu .footer_menu_list p a {
    list-style: none;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    color: #333;
}

.footer_bottom {
    background: #d7d7d7;
    border-top: 1px solid #999;
}

.footer_mid {
    padding: 20px 0;
}

.footer_box .copyright_style {
    float: left;
}

.FooterPane {
    float: right;
}


.footer_bottom_menu a {
    color: #333;
    border-right: 2px solid #4e4e4e;
    padding: 0 10px;
    text-decoration: underline;
}

.footer_bottom_menu img {
    display: inline-block;
    padding: 0 0 0 10px;
}

/*.footer_con {
    text-transform: uppercase;
}*/

.footer_bottom_menu a:last-child {
    border: none;
}

/*.row [class*="Pane"] {
    margin: 0px 0px 30px 0px;
}
  */

.footer_con [class*="Pane"] {
    padding: 30px 0;
}

.visible_desktop {
    display: none;
}

.ContentBottom_bg {
    background: #dbdbdb;
    /*border-bottom: 1px solid #888582;
    border-top: 1px solid #888582;*/
}

.scaleimage {
    display: block;
    height: auto;
    width: 100%;
}

.center_image {
    margin: auto;
    display: block;
}

/*Emoke*/


/*ong_bg*/

.new_alert .close {
    line-height: 1;
    opacity: 1;
    width: 20px;
    text-align: right;
    margin: -6px 0 0 0;
}

.new_alert.alert-warning {
    background: url(images/alert_bg01.png) repeat center center;
    margin: 0;
    border-radius: 2px;
    border: none;
    position: relative;
    text-align: center;
    color: #333;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

/*tow_bg*/

.new_alert .new_alert_con {
    background: url(images/alert_bg02.png) repeat center center;
    padding: 20px;
    border-radius: 2px;
    border: rgba(255, 255, 255, 0.8);
}

.new_alert .close {
    position: absolute;
    right: 0;
    top: 0;
}

.alert_pos {
    position: absolute;
    top: 3px;
    width: 100%;
    z-index: 4;
}

#dnn_content {
    position: relative;
}

.banner_more a {
    font-size: 16px;
    color: #675a51!important;
    text-transform: uppercase;
    border: 2px solid #675a51;
    display: inline-block;
    padding: 5px 35px;
    font-weight: bold;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all ease-in 200ms;
    /* Opera */
    -ms-transition: all ease-in 200ms;
    /* IE9? */
}

.banner_more a:hover {
    background: #675a51;
    color: #fff!important;
    text-decoration: none;
}

/*Table -Emoke*/

table.responsive caption {
    color: #ffffff;
    background: #d7d7d7;
}

.th_bgr {
    height: 44px;
    background: none 0% 0% repeat scroll #d7d7d7;
}
/*ENDTable*/

/*******HTML*********/

@media only screen and (min-width: 1200px) {

    .dnn_layout {
        width: 1140px;
    }
    #cssmenu {
        width: 233px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1385px) {
    ul.megamenu li.level0:nth-child(1) {
        margin-left: 33%;
        float: left;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1850px) {
nav#nav {
    width: 67% !important;
}
/*ul.megamenu li:nth-child(1) .sub, ul.megamenu li:nth-child(2) .sub, ul.megamenu li:nth-child(3) .sub, ul.megamenu li:nth-child(4) .sub {
    left: -17px !important;
}*/
}
@media only screen and (min-width: 1386px) and (max-width: 1600px) {
nav#nav {
    width: 61% !important;
}
#nav ul.megamenu li:nth-child(1) .sub,#nav ul.megamenu li:nth-child(2) .sub,#nav ul.megamenu li:nth-child(3) .sub,#nav ul.megamenu li:nth-child(4) .sub {
    min-width: 1064px !important;
    left: -456px !important;
}
}                                                                   
            
@media only screen and (min-width: 1201px) and (max-width: 1385px) {
    nav#nav {
        width: 58% !important;
    }
    .dnn_logo {
        max-width:19%;
    }
    #nav ul.megamenu li:nth-child(1) .sub,#nav ul.megamenu li:nth-child(2) .sub,#nav ul.megamenu li:nth-child(3) .sub,#nav ul.megamenu li:nth-child(4) .sub {
        min-width: 1021px !important;
        left: -352px !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
     #cssmenu {
        width: 176px;
    }
    ul.megamenu li.level0:nth-child(1) {
        margin-left: 33%;
        float: left;
    }
    
    .loginpane {
        width: 17%;
    }
    .GoogleSearch2 {
        width: 21%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .loginpane {
        width: 33%;
    }
    .GoogleSearch2 {
        width: 21%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    nav#nav {
        width: 55% !important;
    }
    .dnn_logo {
        max-width:18%;
    }
    ul.megamenu a.level0 {
        padding: 0px 20px !important;
    }   
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    ul.megamenu li.level0:nth-child(1) {
        margin-left: 0;
    }
    .headerlogin {
        margin-left:0 !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1850px) {
ul.megamenu li.level0:nth-child(1) {
    margin-left:0 !important;
}
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
#nav ul.megamenu li:nth-child(1) .sub,#nav ul.megamenu li:nth-child(2) .sub,#nav ul.megamenu li:nth-child(3) .sub,#nav ul.megamenu li:nth-child(4) .sub {
    min-width: 956px !important;
    left: -193px !important;
}
}                                                                  

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .advert {
        margin-top: 0;
    }
    #cssmenu {
        width: 186px;
    }
    ul.megamenu li.level0:nth-child(1) {
        margin-left: 33%;
        float: left;
    }
    .CalculatorTab li {
        float: left;
        list-style-type: none !important;
        text-align: center;
        line-height: 51px;
        background-image: none;
        width: 141.6px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    table.apptable {
        width: 100%;
        ;
        margin: 0 auto;
    }
    table.apptable p,
    table.apptable p span {
        text-align: center;
    }
    .showmobileapp {
        border: 2px solid #294e9d;
        padding: 10px;
        margin: 10px;
        z-index: 6;
        position: absolute;
        background-color: #fff;
        width: 96%;
    }
    .advert {
        margin-top: 0;
    }
    #cssmenu {
        width: 136px;
    }

    .dnn_layout {
        width: 736px;
        padding: 0 15px;
    }

    .visible_desktop {
        display: block;
    }

    .head_two,
    .header_top_bg {
        display: none;
    }

    .HeadPane_mobile {
        float: right;
    }
    .mob_box {
        float: right;
        /*padding: 0 0 30px 0;*/
    }
    .mob_search,
    .mob_app,
    .mobile_icon {
        float: left;
        cursor: pointer;
    }
    .mob_search {
        padding: 0 50px;
    }

    .bnt a {
        padding: 4px 70px;
    }

    .visible_desktop {
        padding: 20px 0 0 0;
    }

    .footer_con {
        display: none;
    }
    .footer_bottom {
        margin: 30px 0 0 0;
    }

    .footer_box .copyright_style {
        float: none;
        text-align: center;
        padding: 0 0 20px 0;
    }
    .footer_bottom_menu {
        text-align: center;
    }
    .footer_bottom_menu a {
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .CalculatorTab li {
        float: left;
        list-style-type: none !important;
        text-align: center;
        line-height: 51px;
        background-image: none;
        width: 176.4px !important;
    }
    /*.ContentBottom_bg {
    background:transparent;
    border-bottom:none;
    border-top: none;
}  

.mob_ContentBottom_bg {
 background: #dbdbdb;
    border-bottom: 1px solid #888582;
    border-top: 1px solid #888582;

}
.footer_bottom {
  
    background:transparent;
    border-top: none;
}*/
    .footer_bottom {
        border-top: 2px solid #999;
    }
    /*.footer_mid{
  background: #d7d7d7;
    border-top: 2px solid #999;
    padding:20px 0 0 0;
}*/
    .team_box {
        float: left;
        width: 33.33333333%;
    }
    .LeftPage_Box .col-sm-9,
    .LeftPage_Box .col-sm-3,
    .LeftPage_Box .col-sm-4 {
        float: none;
        width: 100%;
    }

    .footer_bottom_menu a {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .loginiframe {
        top: 83px;
    }
    /* responsive tables */
    table.responsive,
    table.responsive caption,
    table.responsive thead,
    table.responsive tbody,
    table.responsive th,
    table.responsive td,
    table.responsive tr {
        display: block;
    }
    table.responsive th {
        display: none;
    }
    table.responsive tr {
        float: left;
        width: 100%;
    }
    table.responsive tr:nth-child(2n) {
        background-color: #efefef;
    }
    table.responsive td {
        float: left;
        width: 100%;
    }
    table.responsive td:before {
        content: attr(title);
        display: block;
        font-weight: 700;
        width: 100%;
    }
    .th_bgr {
        height: 0 !important;
    }


    #cssmenu {
        width: 100%;
    }
    #cssmenu>ul>li.has-sub>a span {
        padding: 10px 50px 10px 0;
    }

    .dnn_layout {
        width: auto;
        padding: 0 15px;
    }
    .col-md-3.col-sm-6 .with_vertical_divider {
        margin-bottom: 0;
    }

    .dnn_logo {
        float: none;
        text-align: center;
        padding: 15px 0;
    }
    .footer_con {
        display: none !important;
    }
    /*Emoke*/
    .footer_box {
        border-top: none !important;
    }
    /*Emoke*/
    .vertical_divider_con .button02 {
        position: inherit;
        bottom: 0;
        right: 0;
        text-align: right;
        margin-bottom: 1em;
        /*Emoke*/
    }
    .vertical_divider_con {
        position: relative;
        min-height: auto;
        padding-bottom: 25px !important;
        /*Emoke*/
    }
    .bnt a,
    .bnt {
        display: block;
        text-align: center;
    }
    .bnt {
        margin: 0 20px;
    }
    .mobile_icon {
        float: left;
        width: 33%;
        cursor: pointer;
    }
    .mob_app {
        float: left;
        width: 18%;
        cursor: pointer;
        margin-left: 41px;
    }
    .mob_search {
        float: left;
        width: 17%;
        cursor: pointer;
        margin-left: 23px;
    }
    .mob_box {
        width: 100%;
        padding: 35px 0 20px 0;
    }

    .center {
        text-align: center;
    }

    .visible_desktop {
        display: block;
    }

    .footer_bottom {
        margin: 30px 0 0 0;
    }

    .footer_box .copyright_style {
        float: none;
        text-align: center;
        padding: 0 0 20px 0;
    }
    .footer_bottom_menu {
        text-align: center;
    }
    .footer_bottom_menu a {
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .CalculatorTab {
        background-color: #2c4d9c;
    }
    .CalculatorTab li {
        width: 100%;
        background-color: #15375f;
        padding: 0;
    }
    .CalculatorTab a {
        display: block;
        width: 100%;
        font-family: 'Oswald', sans-serif;
    }
    .CalculatorTab li:nth-child(1) {
        margin-left: 0;
    }
    /*.ContentBottom_bg {
    background:transparent;
    border-bottom:none;
    border-top: none;
}  

.mob_ContentBottom_bg {
 background: #dbdbdb;
    border-bottom: 1px solid #888582;
    border-top: 1px solid #888582;

}
.footer_bottom {
  
    background:transparent;
    border-top: none;
}
.footer_mid{
  background: #d7d7d7;
    border-top: 2px solid #999;
    padding:20px 0 0 0;
}*/
    .footer_bottom {
        border-top: 2px solid #999;
    }
    .team_box {
        float: none;
        width: 100%;
        padding: 0 0 45px 0;
    }
    .team_box img {
        display: inline-block;
    }
    .team_con {
        margin-left: 0;
        margin-right: 0;
    }
    .alert_pos {
        position: inherit;
        margin-bottom: 15px;
    }
    .footer_bottom_menu a {
        border: none;
    }
    .navContainer {
        background: #efece2;
        margin: 0 1em 1.5em 1em;
        position: relative;
    }
    #toggleMenu {
        display: none;
    }
    .toggleMenu {
        background: #666;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 1.384em;
        letter-spacing: .2em;
        margin: 0;
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
    }
    ul.megamenu {
        background: #555;
        display: none;
        margin: 0;
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }
    .toggleMenu+#toggleMenu:checked+ul.megamenu {
        display: block;
        opacity: 1;
    }
    ul.megamenu {
        border: 1px solid #9e8a75;
        background: transparent;
        margin: 0;
        position: absolute;
        z-index: 1000;
        width: 100%;
    }
    ul.megamenu .sub {
        display: none;
    }
    ul.megamenu .sub.show {
        display: block;
    }
    ul.megamenu ul {
        margin: 0;
    }
    ul.megamenu li {
        list-style-type: none;
    }
    ul.megamenu a {
        border-top: 1px solid #fff;
        color: #fff;
        display: block;
        padding: 10px 15px;
        position: relative;
        text-decoration: none;
    }
    ul.megamenu a:hover {
        background-color: #8a8a8a;
    }
    ul.megamenu h2 {
        font-size: 1em;
        font-weight: 400;
        margin: 0;
    }
    ul.megamenu a.level0 {
        background: #ffffff;
        border-bottom: 1px solid #ededee;
        color: #393b3d;
        font-size: 1.385em;
        font-weight: 700;
        letter-spacing: .2em;
    }
    ul.megamenu li.subheader a {
        background: #f4f3f1;
        border-bottom: 1px solid #e3e3e1;
        color: #6d6e70;
        font-size: 1.308em;
        letter-spacing: .2em;
    }
    ul.megamenu .sub a {
        padding-left: 30px;
    }
    ul.megamenu li.level3 {
        display: none;
    }
    ul.megamenu a.level2 {
        background: #dddbd4;
        border-bottom: 1px solid #cfcec8;
        color: #858688;
        font-size: 1.154em;
        letter-spacing: .2em;
    }
    ul.megamenu a.parent {
        padding-right: 37px;
    }
    .menutriungle {
        background: transparent;
        border-color: #008970 transparent transparent transparent;
        border-style: solid;
        border-width: 7px 11px 0px 11px;
        height: 0;
        position: absolute;
        right: 8px;
        top: 18px;
        width: 0;
    }
    ul.megamenu li.level0:nth-child(2) .menutriungle {
        border-color: #b63138 transparent transparent transparent;
    }
    ul.megamenu li.level0:nth-child(3) .menutriungle {
        border-color: #e5ab11 transparent transparent transparent;
    }
    ul#megamenu .pagelinks {
        float: none;
    }
    ul#megamenu .pagelinks a.header_pagelink {
        background: #ffffff;
        border-bottom: 1px solid #e3e3e1;
        border-top: 1px solid #fff;
        color: #393b3d;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: .2em;
    }
}

/* ----------------------------------------------------------------------------------------------ttMEGAMENU-------------------------------------------------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
 
    ul.megamenu li:nth-child(1) .sub ul:nth-child(7) {
        margin-top: -60px !important;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(8) {
        margin-top: -30px !important;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(9) {
        margin-top: -10px !important;
    }
  ul.megamenu li:nth-child(1) .sub ul:nth-child(7), ul.megamenu li:nth-child(1) .sub ul:nth-child(8), ul.megamenu li:nth-child(1) .sub ul:nth-child(9) {
        margin-top:14px !important;
    }
ul.megamenu li:nth-child(1) .sub, ul.megamenu li:nth-child(2) .sub, ul.megamenu li:nth-child(3) .sub, ul.megamenu li:nth-child(4) .sub {
    left:-715px !important;
    min-width:1200px !important;
}
}



@media (min-width:960px) {
    nav#nav {
            float: right;
    width: 71%;
    margin-top: 7px;
    display: block;
    height: 50px;
    position: relative;
    z-index: 5;
    text-align: right;                
    }
    .toggleMenu,
    #toggleMenu {
        display: none;
    }
    ul.megamenu {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    ul.megamenu,
    ul.megamenu li {
        list-style-type: none;
    }
    /*ul.megamenu li {
        display:block;
        float: left;
        margin: 0;
        padding: 0;
    }*/
    ul.megamenu li.level0 {
        float: left;
        text-align: center;
    }

    ul.megamenu a {}
    ul.megamenu a.level0 {
        position: relative;
        color: #333333;
        background-color: transparent;
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
        line-height: 30px;
        height: 30px;
        padding: 0px 30px;
        text-transform: uppercase;
        font-weight: normal;
        display: block;
        transition: background-color ease-in 200ms;
        -moz-transition: background-color ease-in 200ms;
        /* Firefox 4 */
        -webkit-transition: background-color ease-in 200ms;
        /* Safari and Chrome */
        -o-transition: background-color ease-in 200ms;
        /* Opera */
        -ms-transition: background-color ease-in 200ms;
        /* IE9? */
        border-right: 2px solid #999999;
    }
    ul.megamenu li.level0:nth-child(4) a {
    border-right: none;
    }
    ul.megamenu ul {
        padding: 0;
        margin: 0;
    }
    ul.megamenu li a {
        float: left;
        text-decoration: none;
    }
    ul.megamenu li a:hover {}
    ul.megamenu li a:active {
        opacity: .5;
    }
    ul.megamenu li:nth-child(1) .sub {
        background: url(images/personal.png) 96% center no-repeat;
        background-position: 10px 17px;
        background-color: rgba(255, 255, 255, .95);
        left: 0;
        float: left;
        padding: 0 0 1em 0;
        position: absolute;
        opacity: 0;
        overflow: hidden;
        text-align: left;
        top: 69px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
        border: 1px solid #ececec;
    }

    ul.megamenu li:nth-child(2) .sub {
        background: url(images/agribusiness_menu.png) 96% center no-repeat;
        background-position: 10px 17px;
        background-color: rgba(255, 255, 255, .95);
        left: 0;
        float: left;
        padding: 0 0 1em 0;
        position: absolute;
        opacity: 0;
        overflow: hidden;
        text-align: left;
        top: 69px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
        border: 1px solid #ececec;
    }
    ul.megamenu li:nth-child(3) .sub {
        background: url(images/business_menu.png) 96% center no-repeat;
        background-position: 10px 17px;
        background-color: rgba(255, 255, 255, .95);
        left: 0;
        float: left;
        padding: 0 0 1em 0;
        position: absolute;
        opacity: 0;
        overflow: hidden;
        text-align: left;
        top: 69px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
        border: 1px solid #ececec;
    }
    ul.megamenu li:nth-child(4) .sub {
        background: url(images/aboutus_menu.png) 96% center no-repeat;
        background-position: 10px 17px;
        background-color: rgba(255, 255, 255, .95);
        left: 0;
        float: left;
        padding: 0 0 1em 0;
        position: absolute;
        opacity: 0;
        overflow: hidden;
        text-align: left;
        top: 69px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
        border: 1px solid #ececec;
    }
    ul.megamenu .sub ul:nth-child(1) {
        width: 30%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
        height: 250px;
    }

    ul.megamenu li:nth-child(1) .sub ul:nth-child(3) {
        margin-top: 14px;
        width: 24%;
        float: left;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 25%;
        float: left;
        height: 279px;
        margin-left: -20px;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(5) {
        width: 23%;
        float: left;
        margin-left: 262px;
        margin-top: -155px;
        /*Emoke*/
        height: 210px;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -155px;
        /*Emoke*/
        height: 210px;
        margin-left: 15px;
        /*Emoke 20thMay2016*/
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(7) {
        width: 25%;
        float: left;
        margin-top: -80px;
        margin-left: -30px;
    }

    ul.megamenu li:nth-child(1) .sub ul:nth-child(8) {
        width: 25%;
        float: left;
        margin-top: -45px;
        /*Emoke July29th*/
        margin-left: -30px;
        /*Emoke*/
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(9) {
        float: left;
        margin-left: -30px;
        margin-top: -10px;
        width: 25%;
    }
    /*SECOND TAB*/
    ul.megamenu li:nth-child(2) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
        height: 282px;
        /*Emoke 13July2016*/
    }

    ul.megamenu li:nth-child(2) .sub ul:nth-child(3) {
        margin-top: 14px;
        width: 25%;
        float: left;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 18%;
        /*Emoke*/
        float: left;
        height: 279px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(5) {
        width: 24%;
        float: left;
        margin-left: 258px;
        margin-top: -215px;
        /*Emoke 12th July 2016*/
        height: 210px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -165px;
        /*Emoke June7th*/
        height: 236px;
        margin-left: 17px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(7) {
        width: 25%;
        float: left;
        margin-top: -249px;
        margin-left: -7px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(8) {
        width: 25%;
        float: left;
        margin-top: -85px;
        margin-left: 266px;
        height: 140px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(9) {
        width: 29%;
        float: left;
        margin-top: -79px;
        margin-left: -10px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(10) {
        width: 25%;
        float: left;
        margin-top: -48px;
        margin-left: -3px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(11) {
        width: 25%;
        float: left;
        margin-top: -130px;
        margin-left: -2px;
    }
    ul.megamenu li:nth-child(2) .sub ul:nth-child(12) {
        width: 25%;
        float: left;
        margin-top: -263px;
        margin-left: 264px;
    }
    /*END OF SECOND TAB*/
    /*THIRD TAB*/
    ul.megamenu li:nth-child(3) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
        height: 250px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(3) {
        margin-top: 14px;
        width: 25%;
        float: left;
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 25%;
        float: left;
        height: 300px;
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(5) {
        width: 25%;
        float: left;
        margin-left: 257px;
        /*Emoke*/
        margin-top: -175px;
        /*Emoke*/
        height: 210px;
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -175px;
        /*Emoke*/
        height: 210px;
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(7) {
        width: 25%;
        float: left;
        margin-top: -122px;
        /*Emoke*/
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(8) {
        width: 25%;
        float: left;
        margin-top: -122px;
        /*Emoke*/
        margin-left: 806px;
        height: 110px;
        /*Emoke*/
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(9) {
        width: 25%;
        float: left;
        margin-top: -86px;
        /*Emoke*/
        margin-left: 806px;
        /*Emoke*/
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(10) {
        width: 25%;
        float: left;
        margin-top: -264px;
        margin-left: 275px;
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(11) {
        width: 25%;
        float: left;
        margin-top: -29px;
        margin-left: 9px;
    }
    ul.megamenu li:nth-child(3) .sub ul:nth-child(12) {
        width: 25%;
        float: left;
        margin-top: -5px;
        margin-left: -10px;
    }
    /*END OF THIRD TAB*/
    /*FOURTH TAB*/
    ul.megamenu li:nth-child(4) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(3) {
        margin-top: 14px;
        width: 25%;
        float: left;
    }
    ul.megamenu li:nth-child(4) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 24%;
        float: left;
        height: 279px;
    }
    ul.megamenu li:nth-child(4) .sub ul:nth-child(5) {
        width: 23%;
        float: left;
        margin-left: 261px;
        margin-top: -247px;
        height: 255px;
        /*Emoke*/
    }
    ul.megamenu li:nth-child(4) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -246px;
        margin-left: 17px;
    }
    ul.megamenu li:nth-child(4) .sub ul:nth-child(7) {
        width: 25%;
        float: left;
        margin-top: -214px;
        margin-left: 17px;
    }
    ul.megamenu li:nth-child(4) .sub ul:nth-child(8) {
        width: 25%;
        float: left;
        margin-top: -246px;
        margin-left: 289px;
    }
    ul.megamenu li:nth-child(4) .sub ul:nth-child(9) {
        float: left;
        margin-left: 17px;
        margin-top: -182px;
        width: 25%;
    }


    /*NEW MMENU 22.11.2019.*/
    ul.megamenu li:nth-child(1) .sub, ul.megamenu li:nth-child(2) .sub, ul.megamenu li:nth-child(3) .sub, ul.megamenu li:nth-child(4) .sub {
        background-image: none !important;
        max-width: 1160px;
        left: -665px;
        min-width: 1240px !important;
    }
     ul.megamenu li:nth-child(1) .sub ul, ul.megamenu li:nth-child(2) .sub ul, ul.megamenu li:nth-child(3) .sub ul, ul.megamenu li:nth-child(4) .sub ul {
        display: inline-block !important;
        height: 100% !important;
        min-height: auto !important;
        float: none !important;
        vertical-align: top !important;
        width: 24% !important;
        margin-top: 14px !important;
        margin-left:0 !important;
    }                     
    

    /*END OF FOURTH TAB*/
    ul.megamenu li.level0:hover>.sub {
        opacity: 1;
        visibility: visible;
    }
    .menushadow {
        background: #bcbbba;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
        height: 1px;
        width: 100%;
    }
    ul.megamenu li .row {
        clear: both;
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
    ul.megamenu .sub ul li h2 {
        margin: 0;
        padding: 0;
    }
    ul.megamenu .sub li.subheader>a {
        color: #2b2b2b;
        font-size: 1.3em;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        letter-spacing: .1em;
        margin: 0;
        padding-top: 15px;
    }
    ul.megamenu li.level0 .sub li.subheader>a {
        margin-bottom: 5px;
        margin-left: 25%;
        line-height: 24px;
    }
    ul.megamenu li.subheader a img {
        height: auto;
        margin-top: 5px;
        width: 100%;
    }
    ul.megamenu .sub ul li a {
        float: none;
        text-indent: 0;
        display: block;
        text-decoration: none;
        color: #231e20;
        margin: 0;
    }
    ul.megamenu .sub ul li a.level2 {
        font-size: 13px;
        line-height: 1.5em;
        padding-left: 29%;
        font-family: 'Open Sans', sans-serif;
        color: #2b2b2b;
    }
    ul.megamenu .sub ul li a.level3 {
        padding-left: 20%;
        font-weight: normal;
        /*Emoke*/
    }
    ul.megamenu .sub ul li a:hover {
        color: #5a5a5a;
    }
    ul.megamenu .sub ul li a:active {
        opacity: .5;
    }
}

/*END menamenu for larger view*/

/*-----------------------------------------------MEGAMENU FOR SMALLER VIEW :Emoke 13July2016---------------------------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
    ul.megamenu li:nth-child(1) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 24%;
        float: left;
        height: 279px;
        margin-left: -22px;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(5) {
        width: 23%;
        float: left;
        margin-left: 262px;
        margin-top: -162px;
        height: 210px;
    }

    ul.megamenu li:nth-child(1) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -144px;
        height: 210px;
        margin-left: 10px;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(7) {
        width: 25%;
        float: left;
        margin-top: -60px;
        margin-left: -30px;
    }
    ul.megamenu li:nth-child(1) .sub ul:nth-child(8) {
        width: 25%;
        float: left;
        margin-top: -30px;
        margin-left: -30px;
    }

    ul.megamenu li:nth-child(2) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
        height: 282px;
    }

    ul.megamenu li:nth-child(2) .sub ul:nth-child(5) {
        width: 24%;
        float: left;
        margin-left: 707px;
        margin-top: -200px;
        height: 210px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
        height: 272px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 22%;
        float: left;
        height: 202px;
        margin-left: -10px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(5) {
        width: 25%;
        float: left;
        margin-left: 257px;
        margin-top: -180px;
        height: 210px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -178px;
        height: 210px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(7) {
        width: 22%;
        float: left;
        margin-top: -92px;
        margin-left: -10px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(8) {
        width: 22%;
        float: left;
        margin-top: -94px;
        margin-left: 711px;
        height: 100px;
    }

    ul.megamenu li:nth-child(3) .sub ul:nth-child(9) {
        width: 22%;
        float: left;
        margin-top: -67px;
        margin-left: 711px;
    }


    ul.megamenu li:nth-child(3) .sub ul:nth-child(10) {
        width: 23%;
        float: left;
        margin-top: -227px;
        margin-left: 217px;
    }





    ul.megamenu li:nth-child(4) .sub ul:nth-child(2) {
        width: 25%;
        margin-left: 257px;
        float: left;
        margin-top: 14px;
        display: block;
        height: 272px;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(4) {
        margin-top: 14px;
        width: 22%;
        float: left;
        height: 202px;
        margin-left: -10px;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(5) {
        width: 23%;
        float: left;
        margin-left: 261px;
        margin-top: -235px;
        height: 255px;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(6) {
        width: 25%;
        float: left;
        margin-top: -236px;
        height: 210px;
        margin-left: 13px;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(7) {
        width: 25%;
        float: left;
        margin-top: -200px;
        margin-left: 13px;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(8) {
        width: 23%;
        float: left;
        margin-top: -215px;
        margin-left: 234px;
        height: 108px;
    }

    ul.megamenu li:nth-child(4) .sub ul:nth-child(9) {
        width: 25%;
        float: left;
        margin-top: -94px;
        margin-left: -3px;
    }


    ul.megamenu li:nth-child(4) .sub ul:nth-child(10) {
        width: 23%;
        float: left;
        margin-top: -227px;
        margin-left: 217px;
    }
}

/*-----------------------------------------------------END----------------------------------------------------------*/

.headerlogin.portables {
    text-align: center;
    max-width: 100%;
}

/*Emoke-2016-9th-May*/

.big_appbtn {
    margin-top: 5px;
}

/*Emoke-2016-10th-May*/


/*Articles - Emoke-2016-9th-May*/

.ModDnnForgeLatestArticlesC a {
    font-size: 15px;
    font-weight: bold;
}

#dnn_ctr2043_NewsSearch_btnSearch {
    cursor: pointer;
    background: #2c4d9c;
    border: 2px solid #999999;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 1em 0 1em 0;
}

/*Emoke: sidemenutest 8th July*/

.mainNav li {
    list-style-type: none;
    padding: 10px 18px 10px 0;
    /*was 10px 22px 10px 0 - updated 2017-05-24 - Mark*/
    text-align: right;
}


.mainNav li a {
    font-size: 1.3em;
    color: #000;
    font-family: Oswald;
    line-height: 1.3em;
    margin-right: 10px !important;
}


.mainNav ul {
    margin-left: 0px !important;
}

.mainNav ul ul a {
    display: block;
    color: #333333;
    font-size: 1.1em;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin-right: -10px !important;
}

.mainNav li a:hover {
    text-decoration: none;
}

.accordion-btn {
    padding-top: 8px;
}

.accordion-btn-wrap {
    width: auto !important;
}


.fa.fa-plus,
.fa.fa-minus {
    border: solid 1px;
    padding: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.selected {
    color: rgb(44, 77, 156)!important;
}

li.selected>a:nth-child(1) {
    color: rgb(44, 77, 156)!important;
}


/*END sidemenutest*/


/*sidemenu & other*/

@media (max-width:1024px) {
    .leftbtn {
        float: none;
        margin: 20px 0px 20px 0px;
        width: 100%;
    }

    .rightbtn {
        float: none;
        margin: 20px 0px 20px 0px;
        width: 100%;
    }
    .bankallcontent img {
        display: block;
        margin: auto;
    }
    /*Emoke*/
}


@media (max-width:768px) {

    .side_menu_container {
        display: none;
    }
    /*Emoke*/
    .Theme_13_Minimalist {
        display: none;
    }
    .mobileonly {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    /*Emoke*/
    .advert {
        margin-top: 0;
    }
    .onlydesktop {
        display: none;
    }
    .extlinkcontent {
        background: #fff;
        border: 2px solid #999;
        left: 0;
        padding: 1%;
        position: fixed;
        top: 30%;
        width: 100%;
    }
    /*Emoke*/
    .headerlogin.portables {
        width: 284px;
        margin-bottom: 20px;
    }
    /*Emoke*/
    .righticon_container h2 {
        max-width: 173px;
    }
    .Theme_09_Default .ui-accordion .ui-accordion-header {
        height: auto;
    }
    .Theme_09_Default .ui-accordion .ui-accordion-header a {
        padding: .5em 2.2em .5em .5em !important;
    }
    .ui-accordion .ui-accordion-header .ui-icon {
        margin-top: -17px !important;
    }
    /*Emoke*/
    .half {
        width: 100% !important;
        margin: 0 auto;
        margin-block-end: 20px;
    }
    /*Emoke*/
    .shaded_box {
        padding: 10px 0px;
        overflow: auto;
        margin: 0 auto;
    }
    /*Emoke*/
    .bankallcontent img {
        display: block;
        margin: auto;
    }
    /*Emoke*/
}

@media (max-width:767px) {
    #HeadPane_mobile {
        clear: both;
        margin-top: 40pox;
        margin-top: 40px;
    }
    /*Emoke*/
    .headerlogin.portables {
        width: 100%;
        margin-top: 40px;
        margin-bottom: -20px;
    }
    .righticon_container h2 {
        max-width: 173px;
    }
    table.apptable {
        width: 100%;
        ;
        margin: 0 auto;
    }
    table.apptable p,
    table.apptable p span {
        text-align: center;
    }
    .showmobileapp {
        border: 2px solid #294e9d;
        padding: 10px;
        margin: 10px;
    }
    #mobileSearch {
        width: 69%;
        margin: 0 auto;
    }
    #dnn_dnnLOGOphone_imgLogo {
        width: 100%;
        max-width: 251px;
        margin: 0 auto;
        display: block;
    }
    /*#dnn_HeadPane_mobile {
        margin-top: 40px;
    }*/
    .headerlogin,
    .headerlogin:visited,
    a.onlymobile,
    a.onlymobile:visited {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    .FBBIframe {}
    .loginiframe {
       height: 354px;
    }
    .Theme_13_Minimalist {
        display: none;
    }
    .mobileonly {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    /*Emoke*/
    .advert {
        margin-top: 0;
    }
    .onlydesktop {
        display: none;
    }
    .with_vertical_divider .dnntitle {
        white-space: normal !important;
    }
    /*Emoke*/
    .headerlogin.portables {
        width: 100%;
    }
    .righticon_container h2 {
        max-width: 173px;
    }
    a.button03 {
        display: inline-block;
        width: 190px;
        max-width: 100%;
    }
    .QB_Q_Links {
        margin: 0;
    }
    /*Emoke*/
    .QB_Q_Links a {
        padding-left: 0px;
    }
}

.print {
    background: transparent url(images/printbtn.png) right top no-repeat;
    cursor: pointer;
    float: right;
    height: 25px;
    margin: 0;
    width: 33px;
}

@media print {

    .BannerPane,
    .footer_con,
    .breadcrumbslinks,
    .footer_bottom_menu {
        display: none;
    }
    /*.footer_bottom, .footer_bottom div   {
        display: block;
    }*/
    .FooterPane {
        float: none;
    }
    .footer_box .copyright_style {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    .beaverCreekVideo {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .beaverCreek_Demo {
        display: none;
    }
}

/*HOME CTA BOXES - 2017-03-28 - Mark*/

.ctaImage-container .ctaTextOverlay {
    background: rgba(44, 77, 156, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 32px;
    left: 0;
    margin-bottom: -32px;
    padding: 6px 9px;
    position: relative;
    top: -32px;
    width: 100%;
}

.ctaImage-container a {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.ctaTextOverlay a {
    color: inherit;
    font-size: inherit;
}

a.boldCTA {
    font-size: 22px;
    font-weight: bold;
}

.car_leftIcon {
    float: left;
    margin-right: 10px;
}

img.car_leftIcon {
    width: 45px !important;
}

/*Directory Gallery - 2017-04-05 - Mark*/

.bioLightBox img {
    border: 3px solid #2c4d9c;
    border-radius: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
}

.bioLightBox>h3 {
    padding: 1em 0 0;
    text-align: center;
}

.bioLightBox a.hiddenMail {
    margin-top: 1em;
    text-align: center;
    width: 100%;
}

.bioLightBox>p {
    padding: 0 1em;
    text-align: center;
}

/*Inner Page UL and OL Indent*/

.LeftPage_Box .col-sm-9 ul,
.LeftPage_Box .col-sm-9 ol {
    margin-left: 3em;
}

.full_Width_Blue_Bar {
    background: #0154a0 none repeat scroll 0 0;
    color: white;
    font-size: 28px;
    line-height: initial;
    padding: 75px 0;
    text-align: center;
}

.full_Width_Blue_Bar p {
    margin-bottom: 30px;
}

.whiteBlockButton {
    background: white none repeat scroll 0 0;
    font-size: 24px !important;
    margin-top: 10px;
    padding: 10px 24px;
    text-transform: uppercase;
}

/*Form and List Styles*/

.wsi-banner-rotator {
    color: #fff;
    position: relative;
}

.wsi-banner-rotator .item {
    background: left center no-repeat;
    background-size: cover;
    min-height: 100%;
    padding-bottom: 8rem;
    padding-top: 6rem;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .wsi-banner-rotator .item {
        padding-bottom: 5em;
    }
}

.wsi-banner-rotator .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wsi-banner-rotator .overlay~* {
    position: relative;
}

/*------------------------------------*\
    #SLIDECONTENT
\*------------------------------------*/

.wsi-banner-rotator .sort {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 0.5rem;
    min-height: 2em;
    line-height: 2em;
    position: absolute;
    right: 1rem;
    text-align: center;
    top: 1rem;
    vertical-align: middle;
    width: 2em;
}

.wsi-banner-rotator .title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}

.wsi-banner-rotator .text {
    line-height: 1.5em;
    margin-top: 2rem;
}

.wsi-banner-rotator .text.mobile-hide {
    display: none;
}

.wsi-banner-rotator .link {
    margin-top: 2rem;
}

.wsi-banner-rotator .link a {
    border: solid 2px;
    color: inherit;
    display: block;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.wsi-banner-rotator .link a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f00;
}

@media screen and (min-width: 768px) {
    .wsi-banner-rotator .title {
        width: 40%;
    }
    .wsi-banner-rotator .text {
        width: 40%;
    }
    .wsi-banner-rotator .text.mobile-hide {
        display: block;
    }
}


/*------------------------------------*\
    #CONTAINER
\*------------------------------------*/

.wsi-banner-rotator .rotator-container {
    padding: 0 calc(12px + 1rem + 1rem);
}

@media (min-width: 640px) {
    .wsi-banner-rotator .rotator-container {
        margin: 0 auto;
        padding: 0;
        width: 640px;
    }
}

@media screen and (min-width: 426px) {
    .wsi-banner-rotator .link a {
        display: inline-block;
    }
}



/*------------------------------------*\
    #CONTROLS
\*------------------------------------*/

.wsi-banner-rotator .controls {}

.wsi-banner-rotator .controls .prev,
.wsi-banner-rotator .controls .next {
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: calc(50% - 20px);
    width: 12px;
    z-index: 999;
}

.wsi-banner-rotator .controls .prev {
    background-image: url('arrow-left.png');
    left: 1rem;
}

.wsi-banner-rotator .controls .next {
    background-image: url('arrow-right.png');
    right: 1rem;
}

.wsi-banner-rotator .controls .play,
.wsi-banner-rotator .controls .pause {
    display: none;
}

/*------------------------------------*\
    #PAGER
\*------------------------------------*/

.wsi-banner-rotator .rotator-pager {
    bottom: 1rem;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.wsi-banner-rotator .rotator-pager li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wsi-banner-rotator .rotator-pager li+li {
    margin-left: 0.5rem;
}

.wsi-banner-rotator .rotator-pager a {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 1rem;
    overflow: hidden;
    text-indent: -1000px;
    width: 1rem;
}

.wsi-banner-rotator .rotator-pager .active a {
    background-color: #f00;
}


/*------------------------------------*\
    #DNN Search Styling
\*------------------------------------*/

.searchSkinObjectPreview {
    display: none;
}

.searchInputContainer {
    float: right;
    margin-right: 4px;
    margin-top: 3px;
    margin-left: 20px;
}

@media screen and (max-width: 1200px) {
    .searchInputContainer {
        margin-left: 70px;
    }
}

                                  
                        
 
a.SearchLink {
    background-image: url("/Portals/0/Images/icons/search-magnifier.png");
    background-repeat: no-repeat;
    height: 16px;
    margin-left: -25px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 20px;
    white-space: nowrap;
    width: 16px;
    right: 38px;
}

@media screen and (max-width: 991px) {
    #mobileSearch {
        width: 100%;
    }
    .searchInputContainer {
        margin-left: 0;
        padding: 0 16px 16px;
        width: 100%;
    }
    a.SearchLink {
        top: 19px;
        right: 25px;
        margin-left: -10%;
    }
    #dnn_searchBox2_txtSearch {
        width: 100%;
    }
    .searchInputContainer a.dnnSearchBoxClearText {
        /*This hides the "X" that covers the search icon*/
        display: none !important;
    }
}

/*~~~~~~~~~~~ END ~~~~~~~~~~~*/

.mobile-wallet-logos {
    display: block;
    overflow: hidden;
    text-align: center;
}

.mobile-wallet-logos img {
    display: inline;
    max-width: 30%;
    width: 100px;
}

/*~~~~~~~~~~~~~~~~~~~~~Team Member Details Style~~~~~~~~~~~~~~~~~~~~~*/

.teamMemberDetails {
    overflow: hidden;
}

.teamMemberDetails .portrait img {
    /*    border-radius: 50%;
*/
    width: 100%
}

.teamMemberDetails .info {
    text-align: center;
}

.teamMemberDetails .name {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .teamMemberDetails .name {
        padding-top: 35px;
    }
    .teamMemberDetails .address {
        border-bottom: 2px solid #e6af10;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
}

.applicationArea iframe.callixiframe {
    height: 1600px;
    margin-top: 20px;
    width: 100%;
}


/*More/Less Bio Styling*/

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.articleImageList li {
    /*makes the blog image thumbnails the same height*/
    height: 125px;
}

.articleEntry .articleImage img {
    /*keeps news images consistent width on listing page*/
    max-width: 196px;
}

#sb-body,
#sb-loading {
    background-color: transparent !important;
}

#sb-wrapper-inner {
    border: none !important;
}


/*Mobile Header Area Revision - 2018-02-06 Mark S
  View Revision Screen Shot here - https://www.screencast.com/t/0krLrRBPbrX 
*/

@media screen and (max-width: 991px) {
    .headerlogin,
    .headerlogin:visited,
    a.onlymobile,
    a.onlymobile:visited {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .headerlogin,
    .headerlogin:visited,
    a.onlymobile,
    a.onlymobile:visited {
        border: none !important;
        padding: 0px !important;
        background: none !important;
        margin-bottom: 0px;
    }
    .dnn_logo {
        width: 200px;
        margin-left: auto;
        padding-bottom: 0px;
        margin-right: auto;
        margin-bottom: -32px;
    }
    .mobile_icon.menu_icon {
        width: 20px;
        position: absolute;
        top: 28px;
        left: 0px;
        z-index: 999;
    }
}

.mobile_login {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 38px;
    z-index: 10000;
}

#dnn_searchBox2_ClassicSearch {
    margin-top: 10px;
    display: block;
    margin-bottom: -10px;
}

@media screen and (min-width: 768px) {
    .mobile_login {
        display: none;
    }
}


/*END MOBILE HEADER REVISIONS*/


/*Video Resource Styling*/
.LeftPage_Box ul.video-resource,.Gallery_container ul.video-resource {
    list-style-type: none;
    margin-left: 0;
}
ul.video-resource li {
    padding-left: 0;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px #2c4d9c solid;
}
ul.video-resource li:last-of-type {
    margin-bottom: 45px;
}
ul.video-resource li h3 {
    height: 55px;
    margin-top: 30px;
}
ul.video-resource li img {
    margin: 0 auto;
}
/*END*/

/*fix phone number not being visible iOS safari*/
.Theme_09_Default .ui-widget-content a{
    color: inherit !important;
}


/*Live Forms Styling*/
.LiveForm.Default{
    border: none !important;
}
.LiveForm.Default .Field.Matrix.Checkb.Required table, .LiveForm.Default .Field.Matrix.Radiob.Required table, .LiveForm.Default .Field.Required input, .LiveForm.Default .Field.Required textarea, .LiveForm.Default .Field.Required .plupload_filelist_footer, .LiveForm.Default .Field.Required select, .LiveForm.Default .Field.Required.Radiobutton table, .LiveForm.Default .Field.Required.Checkbox table, .LiveForm.Default .Field.Required.ScaleRating table, .LiveForm.Default .Field.Required .StarRatingRequired
{
    border-left: solid #2C4D9C 5px !important;
}

/*Generic Responsive grid list */
.responsive-list {
    display: block;
    float: left;
    margin: 0;
    padding-left: 0;
    width: 100%;
}
.responsive-list li {
    display: inline-block;
    padding-right: 12px;
    padding-top: 24px;
    width: 24%;
}
.responsive-list li > a {
    display: block;
    text-align: center;
}
.responsive-list li img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    width: 100%;
}
.responsive-list li img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.responsive-list li span {
    display: block;
    padding-top: 14px;
    font-weight: bold;
}
@media (max-width: 480px){
  .responsive-list li{
    display: inline-block;
    padding-top: 12px;
    width: 48%;
    padding-right: 4px;
}
}

/*END*/

/*Hide Arrows on Home Banner*/
.unoslider_left, .unoslider_right {
    display: none !important;
}

/*Tighten h2 margins for content area*/
.LeftPage_Box .col-sm-9 h2 {
    margin: 0 0 8px 0;
}

/*Home CTA Linking and Hover Animation Style*/
.home_cta a,.home_cta a:hover {
    outline: none;
    text-decoration: none;
}

.home_cta p {
    color: #636363;
    line-height: 1.8em;
    font-size: 15px;
}

.home_cta {
    background: rgba(44, 77, 156, 0);
}

.home_cta {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.home_cta:hover {
    background: rgba(44, 77, 156, 0.1);
}

.ctaImage-container figure {
    background: #2c4d9c;
}

.ctaImage-container img {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.home_cta:hover .ctaImage-container img {
    opacity: 0.7;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}


/*END Home CTA Styling*/

#mobile_menu ul li:first-of-type {
    margin-top: 40px;/* Allows for search to work on mobile added 2021-02-11 MLS*/
}
a.dnnSearchBoxClearText.dnnShow {
    display: none; /*Hides clear search x since it overlays over the search icon added 2021-02-11 MLS*/
}
/*Bootsrap mobile menu added on 11.05.2021.*/
div#mobile_menu\ Bootstrap #mobile_menu ul li:first-of-type {
    margin-top: 0;
}
div#mobile_menu\ Bootstrap #dnn_searchBox2_ClassicSearch {
	min-height:48px;
	position:relative;
}
@media screen and (max-width: 991px) {
div#mobile_menu\ Bootstrap #dnn_searchBox2_ClassicSearch a.SearchLink {
    top: 11px;
}
}
/*Start Accordion Styling*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*END Accordion Styling*/

/*Start Staff Grid Styling*/
.bioLightBox {
    overflow: auto;
    width: 550px;
    margin: 0px auto;
    background: #f9f9f9;
    color: #444;
    max-height: 887px;
    padding-top: 25px;
    max-width: 95%;
}
@media screen and (max-width: 768px) {
    .bioLightBox{
        max-height: 635px;
    }
}
.staff-member {
    margin-bottom: 45px;
}
.staff-member a:hover img{
    border: 8px solid #2C4D9C !important;
    opacity: 0.7;
}
.staff-member .name{
    font-size: 18px;
    color: #474747;
    margin-top: 15px;
}
.staff-member .title {
    font-size: 16px;
    color: #a2a2a2;
    font-style: italic;
}
/*END Staff Grid Styling*/

ul.sidebyside {
	padding-left:0;
	margin-left:0 !important;
	text-align:center;
}
ul.sidebyside li {
	display:inline-block;
	list-style-type:none;
	margin-right:25px;
}
ul.sidebyside li:last-child {
	margin-right:0;
}
.modal-header .close {
    margin-top: -10px;
}
/*Styling for New CTAs 2023-11-27*/
.overlay-box__image {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.overlay-box:hover .overlay-box__image {
    filter: grayscale(1);
}

.overlay-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    /* min-height: 400px; */
}

.overlay-box .overlay-box__background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.overlay-box:hover .overlay-box__background {
    height: 100%;
    background-color: rgba(44, 77, 156, 0.8);
}

.overlay-box__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    /* Added 2024-1-8 - E */
    background: linear-gradient(transparent 10%, rgba(0,0,0, .1) 30%);
    transition: all 0.2s ease;
}

.overlay-box__content * {
    color: white !important;
}

.overlay-box .overlay-box__content .overlay-box__text {
    display: none;
}

/* Added 2024-1-8 - E */
.overlay-box:hover .overlay-box__content {
    background: none;
    padding-bottom: 30px;
}

.overlay-box:hover .overlay-box__content .overlay-box__text {
    display: block;
}

.overlay-box .overlay-box__title {
    text-transform: capitalize;
    font-size: 2em;
}

.overlay-box a {
    text-decoration: none;
}

.overlay-box__text p {
    font-size: 1.2em;
}
/*End CTA Styling*/

/*SEARCH ICON 29.05.2025.*/
.HeaderSearchToggle .SearchToggle {
	display:none;
	position:absolute;
	right: 14px;
  top: 26px;
  z-index: 1000;
}
.HeaderSearchToggle #blueheaderbar {
	display:flex;
	justify-content: flex-end;
	position:relative;
	padding:5px 20px;
}
.HeaderSearchToggle #blueheaderbar .White a.topnav {
	margin:0;
}
.HeaderSearchToggle #blueheaderbar .White {
	margin-right:12px;
}
.HeaderSearchToggle .SearchToggle a.SearchLink {
	right: 12px;
	top: 11px;
}

#staff_list h3 {
    margin-top: 0;
}