
/* Web site Layout Styles */
	#memberportal-site {max-width: 1240px; background-color: #ffffff; margin: 0 auto;}
	#memberportal-container {width: auto; min-width: 200px; margin: 0 2px; padding: 2px 0px;}
	
	@media (min-width: 767px) {
		#memberportal-container {margin: 0 5px; padding: 5px 0px;}
	}


	#memberportal-header-topbar {height: 18px; background-color: #365fa3;}
	#memberportal-header {padding: 8px 15px;}
	
	#memberportal-contentarea {margin: 0; padding-bottom: 8%;}

	#memberportal-rightcolumn {padding-top: 6%;}



/* Content Formating Styles */
		body {
			overflow-x: hidden;
			margin: 0;
			padding: 0;
			color: #626876;
			background-color: #d7d7d7;
		}


		h1 {font-size: 200%; color: #001332;}
		h2 {font-size: 160%; color: #4c505b;}
		h3 {font-size: 130%;}
		h4 {font-size: 112%;}
		h5 {font-size: 106%;}
		h6 {font-size: 90%;}
		p {margin-bottom: 4%;}

		.btn {    
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
    	}



/* Helper Styles */
		.bold {font-weight: bold !important;}

		.no-padding {padding: 0;}
		.margin-bottom-xs {margin-bottom: 1%;}
		.margin-bottom-sm {margin-bottom: 2%;}
		.margin-bottom-md {margin-bottom: 4%;}
		.margin-bottom-lg {margin-bottom: 8%;}
		.margin-bottom-xl {margin-bottom: 12%;}

		.padding-left-xs {padding-left: 1%;}
		.padding-left-sm {padding-left: 2%;}
		.padding-left-md {padding-left: 4%;}
		.padding-left-lg {padding-left: 8%;}
		.padding-left-xl {padding-left: 12%;}



	    
		.margin-bottom-mobile {margin-bottom: 12%;}
		@media (min-width: 768px) {
			.margin-bottom-mobile {margin-bottom: 0%;}
		}


		.learn-more {background-color:#f16335; color: #fff; border-radius:0px; border-color:#ff8f6a}



/*************************************************************************************************** 
	Branding Area Styling
************************************************************************************************** */

		#memberportal-branding-area {display: block; margin: 0; padding: 0;}
		#memberportal-branding-image {display: none; }		
		#memberportal-branding-mobile {width: 60%; margin-bottom: 4%;}
		.navbar-brand {padding: 0 0 0 6px;}

		@media (min-width: 769px) {	
			
			#memberportal-branding-area {padding: 0 15px;}
			#memberportal-mobile-menu {display: none;}
			#memberportal-branding-image {display: inline;}	
			
		}


/*************************************************************************************************** 
	Mobile Menu Styling 
************************************************************************************************** */

		/* Current Mobile Menu Using Bootstrap */
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {border: 0 !important;}
		.navbar-toggle {
		    background-color: #365fa3;
		    -webkit-border-radius: 2px;
		    -moz-border-radius: 2px;
		    border-radius: 2px;
		    border: 0;
		}
		.navbar-default .navbar-toggle .icon-bar {
		    background-color: #ffffff;
		    -webkit-border-radius: 2px;
		    -moz-border-radius: 2px;
		    border-radius: 2px;
		}
		.navbar-default .navbar-toggle:hover, 
		.navbar-default .navbar-toggle:active, 
		.navbar-default .navbar-toggle:focus {
		    background-color: #428bca;
		}
		.nav {
            background-color: #ffffff; 
            border-top: 0px solid #365fa3;
            border-bottom: 2px solid #365fa3;
            padding: 0px;
		}

		/* Defautl Link */
		.navbar-default .navbar-nav>  li > a, 
		.navbar-default .navbar-nav .dropdown > li > a, 
		.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		    padding: 12px 8px;
		    margin: 0;
		    text-decoration: none;
		    color: #428bca;        
		    background-color: #ecf3fa; 
		    border-bottom: 1px solid #ffffff;
		}
		.navbar-default .navbar-nav >  li > a {padding: 18px 8px; font-size: 110%; font-weight: bold;}
		.navbar-default .navbar-nav .open .dropdown-menu > li > a {padding-left: 20px;}


		.navbar-default .navbar-nav > li > a:focus, 
		.navbar-default .navbar-nav > li > a:hover, 
		.navbar-default .navbar-nav > li > a:active, 
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		    color: #2a6496;
		    background-color: #cbe5fb; 
		    border-bottom: 1px solid #cbe5fb;
		}

		/* This is the open (Member Services and Member Privileges) */
		.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		     color: #2a6496;
		    background-color: #cbe5fb; 
		    border-bottom: 1px solid #cbe5fb;
		}

		/* This is the active style */
		.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		    color: #ffffff; 
		    background-color: #365fa3;
		}

		/* Sub menu active */
		.navbar-default .navbar-nav .open .dropdown-menu > .active >a,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {color: #ffffff; background-color: #365fa3;}


		/* Mobile Menu Login */
		#memberportal-login-mobile-container {
			padding: 10px;
			color: #ffffff; background-color: #365fa3; display: none; }
		#memberportal-login-mobile-container a {color: #1eabf0;}
		.navbar-default .navbar-nav .active {color: #ffffff !important; background-color: #365fa3 !important;}



/*************************************************************************************************** 
	Search Area Styling
************************************************************************************************** */
		#memberportal-search {padding-top: 1.5%; margin: 0;}
		#memberportal-search .search-input {width: 80%; display: inline-block; border-radius: 0px; background-color: #efeeee !important;}
		@media (min-width: 600px) {
			#memberportal-search .search-input {width: 86%;}
		}
		@media (min-width: 767px) {
			#memberportal-search {text-align: right;}
			#memberportal-search .search-input {width: 80%;}
		}
		#memberportal-search .search-input:focus {background-color: #ffffff !important;}
		#memberportal-search .btn-search {font-size: 12px; padding-bottom: 10px; color: #ffffff; background-color: #365fa3; margin-bottom: 1px;}
		#memberportal-search .btn-search:hover {color: #ffffff; background-color: #428bca;}






/*************************************************************************************************** 
		Image Banner Styling
************************************************************************************************** */
		#memberportal-banner {display: none;}
		@media (min-width: 767px) {		
			#memberportal-banner {display: block;}
		}





/*************************************************************************************************** 
		Top Menu Area Styling
************************************************************************************************** */
		#memberportal-topmenu { border-top: 2px solid #365fa3;}
		#memberportal-topmenu-list {display: none; list-style: none; margin: 0; padding: 0; font-size: 14px; text-transform: capitalize;}
		#memberportal-topmenu-list li {display: inline-block;}
		#memberportal-topmenu-list a {color: #262626; display: inline-block; line-height: 28px; padding: 4px 8px; margin-right: 2px; text-decoration: none;}
		#memberportal-topmenu-list a:hover {color: #ffffff; background-color: #365fa3;}
		#memberportal-topmenu-list a.active, #memberportal-topmenu-list a.active:hover {color: #ffffff; background-color: #365fa3; cursor: default;}
		@media (min-width: 767px) {		
			#memberportal-topmenu-list {display: block;}
			#memberportal-topmenu {margin: 0; padding-top: 2%; border-top: 0; border-bottom: 3px solid #365fa3;}
			#memberportal-topmenu-list a {padding: 8px 12px; margin-right: 2px; }
		}
		@media (min-width: 900px) {
			#memberportal-topmenu-list {font-size: 18px;}			
		}

		/* Log In Dropdown */
		#memberportal-login {position: relative;}
		#memberportal-login-link {position: relative; z-index: 900;}
		#memberportal-login-container { 
			color: #ffffff; 
			font-size: 14px;
			background-color: #365fa3; 
			border: 1px solid #011536;
			padding: 54px 18px 10px 18px;
			z-index: 800; 
			position: absolute; 
			top: 0px;
			display: none; 
			min-width: 300px;
			text-transform: none;
		}
		#memberportal-login-container a  { color: #1eabf0; margin: 0; padding: 0; text-decoration: none;}
		#memberportal-login-container a:hover  { text-decoration: underline}
		#memberportal-login-container label {font-weight: normal;}
		#memberportal-login-container .form-control {border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}







/*************************************************************************************************** 
		Left Menu Styling
************************************************************************************************** */

		#memberportal-leftcolumn {padding-top: 3%; padding-left: 0; padding-right: 4%; padding-bottom: 4%; display: none;}
		
		@media (min-width: 767px) {
			#memberportal-leftcolumn {display: block;}
		}
	    
		#memberportal-leftmenu, #memberportal-leftmenu * {box-sizing: border-box;}
	    #memberportal-leftmenu {font-size: 110%;}    	    	
		#memberportal-leftmenu , #memberportal-leftmenu ul {margin: 0 0 12px 12px; padding: 0; list-style: none;}
	    #memberportal-leftmenu a {
	        text-shadow: none; 
	        padding: 5px 8px;        
	        text-decoration: none;
	        color: #428bca;
	        border-bottom: 1px solid #e4f3ff;
	        display: block;
	    }
	    #memberportal-leftmenu a:hover {
	        color: #2a6496;
	        background-color: #cbe5fb; 
	        border-bottom: 1px solid #cbe5fb;
	    }
	    #memberportal-leftmenu a:focus, 
	    #memberportal-leftmenu a:active {outline: 2px !important; text-shadow: none !important; }
	    #memberportal-leftmenu .glyphicon {font-size: 70%;}
		#memberportal-leftmenu .leftmenu-dropdown ul {display: none;}
		#memberportal-leftmenu .leftmenu-dropdown-open ul {display: block;}


		/* This is parent menu item (Member Services and Member Privileges) */
        #memberportal-leftmenu .leftmenu-heading {            
            font-size: 120%;             
            padding: 6px 12px; 
            margin: 8px 0px;
            display: block; 
            border: 1px solid #cccccc;            
        }

        #memberportal-leftmenu .leftmenu-heading:hover {
            color: #428bca;
            background-color: #cbe5fb; 
            border: 1px solid #428bca;            
        }

        /* Menu item on/acitve state */
        #memberportal-leftmenu .leftmenu-heading-open,
        #memberportal-leftmenu .leftmenu-heading-open:hover {
            color: #ffffff;
            text-shadow: none; 
            background-color: #365fa3; 
            border: 1px solid #365fa3;
        }
    
        #memberportal-leftmenu .leftmenu-dropdown-open .leftmenu-heading {
            color: #ffffff;
            text-shadow: none; 
            background-color: #365fa3; 
            border: 1px solid #365fa3;
        }
        
        #memberportal-leftmenu .leftmenu-link-on a, 
        #memberportal-leftmenu .leftmenu-link-on a:hover {font-weight: bold; color: #001332 !important; background-color: #ffffff !important;}
		#memberportal-leftmenu .leftmenu-link-on a:before {
		  position: relative;
		  top: -1px;
		  display: inline-block;
		  font-family: 'Glyphicons Halflings';
		  font-style: normal;
		  font-weight: normal;
		  line-height: 1;
		  margin-right: 1%;
		  margin-left: -12px; 
		  font-size: 60%;

		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
		  content: "\e080";
		}




/* Social Icons Styling */
		#memberportal-social-icons .social-icon {margin-top: 1%; min-width: 10px; min-height: 10px; margin-left: 1%; margin-bottom: 4%; display: inline-block;}
		@media (min-width: 767px) {
			#memberportal-social-icons {padding: 0; margin-top: .5%; margin-bottom: 0;}
			#memberportal-social-icons .social-icon {float: right; margin-left: 2%; margin-bottom: 0;}
		}






/*************************************************************************************************** 
	Utility Features Styling (Text Size and Print Icons)
************************************************************************************************** */
		#utility-icons {color: #6d6d6d; text-transform: capitalize; text-align: right; padding: 2% 0 1.2% 0;}
		.utility-block {display: inline-block; margin-right: 18px;}
	
		#utility-icons a {color: #365fa3; text-decoration: none !important; }
		#utility-icons a:hover {color: #428bca;  }
	
		#utility-icons a.font-disabled {color: #eeeeee !important; cursor: default; outline: none;}
		#utility-icons a.font-disabled:hover {color: #eeeeee; }
		#utility-icons a.font-disabled:focus {outline: 0px !important; text-shadow: none !important;}





/*************************************************************************************************** 
	Center Column Content Styling
************************************************************************************************** */
		#memberportal-centercolumn {line-height: 1.8em;}
		#memberportal-centercolumn li {line-height: 1.4em; margin-bottom: 1.2em;}
		#memberportal-centercolumn h1, 
		#memberportal-centercolumn h2, 
		#memberportal-centercolumn h3, 
		#memberportal-centercolumn h4, 
		#memberportal-centercolumn h5 {line-height: 1.6em; clear: both;}

		#memberportal-centercolumn a {text-decoration: underline;}
		#memberportal-centercolumn a:hover {text-decoration: none;}


		/* Content Panels */
		.memberportal-panel-group {margin-bottom: 6%;}
		.memberportal-panel {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			overflow: hidden;
			margin-bottom: 4px;
		}
		.memberportal-panel-title {
			padding: 8px;
			font-size: 110%;
			display: block;
			color: #626876;
			background-color: #e6edf4;
			border: 1px solid #cccccc;
			text-decoration: none  !important;
		}
		.memberportal-panel-title:hover {
			color: #428bca;
			background-color: #d1e2f1;
			text-decoration: none !important;
		}
		.memberportal-panel-title .glyphicon {font-size: 80%; margin-right: 1%;}
		.memberportal-panel-body {
			padding: 12px 8px;
			background-color: #ffffff;
			border: 1px solid #cccccc;
			display: none;
		}
		
		.memberportal-panel-green .memberportal-panel-title {color: #626876; background-color: #e2efd3; border: 1px solid #5e9b19;}
		.memberportal-panel-green .memberportal-panel-title:hover {color: #ffffff; background-color: #5e9b19; border: 1px solid #5e9b19;}
		.memberportal-panel-body {background-color: #eff7e6; border: 1px solid #cccccc;}



		/* Images */
		#memberportal-centercolumn img {
			display: block;		
  			max-width: 100%;
  			height: auto;
  			border: 1px solid #cccccc;;
  		}

		#memberportal-centercolumn img.img-sm-right {
			display: block;		
  			max-width: 30%;
  			height: auto;
  			float: right;
  			margin: 0 2% 4% 0;
  			border: 1px solid #cccccc;;
  		}
		
		#memberportal-centercolumn img.img-sm-left {
			display: block;		
  			max-width: 30%;
  			height: auto;
  			float: left;
  			margin: 1% 3% 4% 0;
  			border: 1px solid #cccccc;;
  		}



  		/*  Notice to user to log in to access the content  */
  		.login-notice {
			margin: 0 0 4% 0 !important; background-color:#ded9c3; border: 1px solid #a69a87; padding: 0 !important; border-radius: 2px; overflow: hidden;		
			font-size: 140%; font-weight: normal; padding-top: 2%;
  		}
  		.login-notice button {margin-top: 2%;}







/* Right Column Content Blocks Styling  */	
		.column-block {margin-bottom: 20%; max-width: 500px;} 
		.column-block img {display: block; margin-bottom: 2px; border: 1px solid #cccccc; width: 100%; height: 100%;}
		.column-block .column-block-content {padding: 2% 4%; background-color: #ebeff5; border: 1px solid #dedede;}


/*************************************************************************************************** 
	Quick Panel Styling
************************************************************************************************** */
		.quicklink-panel {margin-bottom: 4%;}
		.quicklink-panel .glyphicon {font-size: 70%; margin-right: 1%;}
		a.quicklink-header {
			padding: 8px 8px; 
			font-size: 120%;
			font-weight: normal;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			display: block;
			background-color: #fd7d06;
			text-decoration: none;
			color: #ffffff;
		}
		.quicklink-panel ul {
			list-style: none; 
			display: none; 
			padding: 4px 8px 4px 16px;	
			background-color: #fff2e6;	
		}
		.quicklink-list {
			padding: 4px 8px;
			display: block; 
			border: 2px solid #fd7d06;  
		}
		.quicklink-panel ul a {
			color: #626876;
			padding: 4px 8px 4px 12px;
			border-bottom: 1px solid #eeeeee;
			display: block;
			text-decoration: none;
		}
		.quicklink-header:hover {background-color: #db5004;}
		.quicklink-panel ul a:hover { color: #428bca; background-color: #cbe5fb; }
		ul.quicklink-open {display: block;}
		.quicklink-link-on {}
		.quicklink-link-on a,
		.quicklink-link-on a:hover {font-size: 110%; color: #fd7d06 !important; font-weight: bold; background-color: #fff2e6 !important;}


		.quicklink-link-on a:before {
			position: relative;
			top: 1px;
			display: inline-block;
			font-family: 'Glyphicons Halflings';
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			margin-right: 1%;
			font-size: 80%;
			margin-left: -16px; 

			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: "\e080";
		}




/*************************************************************************************************** 
	Footer Styling
************************************************************************************************** */

		#memberportal-footer {margin: 0; padding-top: 2%; color: #a5b3d3; background-color: #2a4e8a; font-size: 100%;}
		#memberportal-copyright {text-align: center; margin: 0; padding: .4% 2%; color: #ffffff; background-color: #011536;}
		#memberportal-footer #footer-col1,
		#memberportal-footer #footer-col2,

		#memberportal-footer #footer-col3 {padding-bottom: 10%;}
		@media (min-width: 768px) {
			#memberportal-footer #footer-col1,
			#memberportal-footer #footer-col2,
			#memberportal-footer #footer-col3 {padding-bottom: 2%;}
		}

		#memberportal-footer h4 {color: #ffffff; margin-bottom: 2%;}
		#memberportal-footer a, #memberportal-footer .fa {color: #1eabf0;}
		#memberportal-footer ul {list-style: none; margin: 0; padding: 0;}
		#memberportal-footer ul li {margin-bottom: 1%;}

		#memberportal-footer .news-item {position: relative; padding-bottom: 2%; margin-bottom: 2%; border-bottom: 1px solid #455b80; }
		#memberportal-footer #footer-col2 .has-font-icon {padding-left: 22px !important;}
		#memberportal-footer #footer-col2 .has-font-icon .fa {position: absolute; left: 0; z-index: 200; font-size: 16px !important;}

		#memberportal-footer #footer-col3 .footer-item {margin-bottom: 12%;}
		#memberportal-footer #footer-col3 .has-font-icon {position: relative; padding-left: 32px !important;}
		#memberportal-footer #footer-col3 .has-font-icon .fa {position: absolute; left: 0; z-index: 200; font-size: 24px !important;}
		#memberportal-footer #footer-col3 .fa-phone {left: 2px !important;}
		#memberportal-footer #footer-col3 .fa-envelope {top: -2px;}
		#memberportal-footer #footer-col3 .fa-map-marker {left: 4px !important;}

	



/*************************************************************************************************** 
	Printing Styling
************************************************************************************************** */

		 @media print {
			
			#memberportal-branding-area, #memberportal-branding-image {display: block; width: 60%; border: 0;}
			
			/* hide everything we don’t want to print */
			#memberportal-search, 
			#memberportal-topmenu 
			#utility-icons {display: none;}

	         .noPrint {display: none !important; visibility: hidden !important; height: 0px; width: 0px;}

	         /* make all content black on white */
	         body {
	                 font: 11pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	                 line-height: 1.3;
	                 color: black !important;
	                 background-color: white !important;
	         }
	         
	         #main-content {padding: 0px;}
	         #main-content h1 {font-size: 18px;} 
	         #main-content h2 {font-size: 16px;} 
	         #main-content h3 {font-size: 14px;} 
	         #main-content h4 {font-size: 13px;} 
		}









#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 433px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}