/* saved */
body { background-color: rgb(255, 255, 255); 
}


.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus { background-color: transparent; color: inherit; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: inherit; color: inherit; }


a.btn-custom { color: rgb(255, 255, 255) !important; }
.btn-custom { color: rgb(255, 255, 255) !important; background-color: rgb(0, 57, 119); border-color: rgb(0, 57, 119); } 
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open .dropdown-toggle.btn-custom { color: rgb(255, 255, 255) !important; background-color: rgba(0, 47, 97, 0.94) !important; border-color: rgba(0, 47, 97, 0.94); } 
.btn-custom:active, .btn-custom.active, .open .dropdown-toggle.btn-custom { background-image: none; } 
.btn-custom.disabled, .btn-custom[disabled], fieldset[disabled] .btn-custom, .btn-custom.disabled:hover, .btn-custom[disabled]:hover, fieldset[disabled] .btn-custom:hover, .btn-custom.disabled:focus, .btn-custom[disabled]:focus, fieldset[disabled] .btn-custom:focus, .btn-custom.disabled:active, .btn-custom[disabled]:active, fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom.active { background-color: rgb(0, 57, 119); border-color: rgb(0, 57, 119); } 
.btn-custom .badge { color: #000000; background-color: #ffffff; }


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: rgb(0, 57, 119) !important; border: 1px solid rgb(0, 57, 119) !important; color: rgb(255, 255, 255) !important; background-image: none !important; }
.pagination > li > a, .pagination > li > span { background-color: #FFF !important; border: 1px solid rgb(0, 57, 119) !important; color: #333 !important; background-image: none !important; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: rgba(0, 47, 97, 0.94) !important; }
.pagination > li > a, .pagination > li > span { color: rgb(255, 255, 255) !important; background: none !important; }


/*
.navbar-default { background-color: transparent; }
*/

#headerContainer { 
  background: rgb(253, 253, 253);
  background-image: none;
  background-repeat: r.headerBackgroundRepeat;
  background-position: r.headerBackgroundPositionX r.headerBackgroundPositionY;
  
  
  background-attachment: scroll;
  
}



#navContainer { background: rgb(0, 47, 97); }
.navbar-default .navbar-nav > li > a { color: rgb(255, 255, 255) !important; }
.navbar-collapse { text-align: center; }


@media (max-width: 767px) {	
	
  .navbar-static-top,.navbar-fixed-top { position: fixed; left: 0; top: 45px; width: 100%; }
  .wrapper-static { margin-top: 45px; }
  .wrapper-fixed { margin-top: 95px; }
  
  .navbar-toggle { margin-right: 0; }
  .navbar-collapse { text-align: right;; }
}


@media (min-width: 768px) {
	.navbar-fixed-top { top: 0; }
	.wrapper-fixed { margin-top: 0; }
	.wrapper-static { margin-top: 0; }
}
 
.social.white:before { color: rgb(255, 255, 255) !important; }

body{ font-family: Roboto; font-weight: 400; font-style: normal; }

#savecontent a:not(.btn):not(.ui-tabs-anchor) { 
	color: rgb(0, 47, 97); 
	text-decoration: none;
  font-weight: inherit;
}
#savecontent a:hover:not(.btn):not(.ui-tabs-anchor) {
  color: rgba(0, 47, 97, 0.93);
  text-decoration: none;
}

footer { color: rgb(255, 255, 255); }

footer a:not(.btn) { 
	color: rgb(255, 255, 255); 
	text-decoration: none;
  font-weight: inherit;
}

footer a:hover:not(.btn) {
  color: rgb(228, 228, 228);
  text-decoration: none;
}


h1 { font-family: Patua One; color: rgb(17, 17, 17); font-weight: 400; font-style: normal; margin-top: 20px; margin-bottom: 10px; } 
h2 { font-family: Patua One; color: rgb(17, 17, 17); font-weight: 400; font-style: normal; margin-top: 20px; margin-bottom: 10px; } 
h3 { font-family: Patua One; color: rgb(17, 17, 17); font-weight: 400; font-style: normal; margin-top: 20px; margin-bottom: 10px; } 
h4 { font-family: Patua One; color: rgb(17, 17, 17); font-weight: 400; font-style: normal; margin-top: 20px; margin-bottom: 10px; } 
h5 { font-family: Patua One; color: rgb(17, 17, 17); font-weight: 400; font-style: normal; margin-top: 20px; margin-bottom: 10px; } 
h6 { font-family: Patua One; color: rgb(17, 17, 17); font-weight: 400; font-style: normal; margin-top: 20px; margin-bottom: 10px; } 

@media (min-width: 1px) AND (max-width: 767px){
    body{ font-size: 14.4px;}
    h1 { font-size: 26.04px;}
    h2 { font-size: 24.12px;}
    h3 { font-size: 22.4px;}
    h4 { font-size: 21px;}
    h5 { font-size: 18px;}
    h6 { font-size: 15.75px;}
    #headerContainer,#navContainer { background-color: rgb(255, 255, 255) !important; }
    #headerContainer { background-color: rgb(255, 255, 255) !important;}
    #navContainer ul li a,.navbar-default .navbar-nav > li > a { 
    	font-size: 16px !important; 
      color: rgb(17, 17, 17) !important; 
      text-align: right !important; 
    }
    #navContainer ul li a:hover,.navbar-default .navbar-nav > li > a:hover { 
    	font-size: 16px !important;
			 color: rgb(0, 11, 128) !important;  background-color: rgb(255, 255, 255) !important;
    }
     
		.dropdown-menu { background-color: rgb(255, 255, 255); border-top: 0px !important; }
		
    .dropdown-toggle { background-color: rgb(255, 255, 255); }
    
    .brandingLogoHolder { width: 145px; float: left; }
    .inner-header { padding-left: 30px; padding-right: 0; }
    .inner-menu { padding-left: 0; padding-right: 0; }
    .navbar-nav { width: 100%; margin: 7.5px 0; }
    .navbar-collapse { padding-left: 0; padding-right: 0; }
    #navContainer .nav > li > a, .dropdown a { margin-left: 15px !important; margin-right: 15px !important; }
    .wrapper { padding-top: 80px; margin-top: 0; }
}

@media (min-width: 768px) and (max-width: 991px){
    body { font-size: 15.3px;}
    h1 { font-size: 32.34px;}
    h2 { font-size: 28.8px;}
    h3 { font-size: 25.6px;}
    h4 { font-size: 23.8px;}
    h5 { font-size: 20.4px;}
    h6 { font-size: 17.85px;}
    #navContainer ul li a { font-size: 15px; padding: 8px 14px 8px 14px;}
		#navContainer ul li a:hover {  color: rgb(255, 255, 255) !important; background-color: rgb(0, 47, 97); }
     
		.dropdown-menu { background-color: rgba(0, 0, 0, 0.85); border-top: 0px !important; }
		
    .dropdown-menu > li > a {  color: rgb(255, 255, 255) !important; }
    .dropdown-menu li a:hover {  color: rgb(255, 255, 255) !important; background-color: rgba(255, 255, 255, 0.11) !important; }
    .dropdown-submenu .dropdown-menu li > a { color:  !important; }
    .dropdown-submenu > .dropdown-toggle > .dropdown-menu { background-color:  !important;}
    .brandingLogoHolder { width: 200px;margin: 0 auto; }
    .navbar-collapse { line-height: 0; } 
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: inherit; color: inherit; }
    .wrapper { padding-top: 112px; margin-top: 0; }
}

@media (min-width: 992px) and (max-width: 1199px){
    body { font-size: 16.2px;}
    h1 { font-size: 37.8px;}
    h2 { font-size: 32.4px;}
    h3 { font-size: 28.8px;}
    h4 { font-size: 25.76px;}
    h5 { font-size: 22.08px;}
    h6 { font-size: 19.32px;}
    #navContainer ul li a { font-size: 16px; padding: 8px 27px 8px 27px;}
		#navContainer ul li a:hover {  color: rgb(255, 255, 255) !important; background-color: rgb(0, 47, 97); }
     
		.dropdown-menu { background-color: rgba(0, 0, 0, 0.85); border-top: 0px !important; }
		
    .dropdown-menu > li > a {  color: rgb(255, 255, 255) !important; }
    .dropdown-menu li a:hover {  color: rgb(255, 255, 255) !important; background-color: rgba(255, 255, 255, 0.11) !important; }
    .dropdown-submenu .dropdown-menu li > a { color:  !important; }
    .dropdown-submenu > .dropdown-toggle > .dropdown-menu { background-color:  !important;}
    .brandingLogoHolder { width: 200px;margin: 0 auto; }
    .navbar-collapse { line-height: 0; }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: inherit; color: inherit; } 
    .wrapper { padding-top: 138px; margin-top: 0; }
}

@media (min-width: 1200px){
    body { font-size: 17.1px;}
    h1 { font-size: 42px;}
    h2 { font-size: 36px;}
    h3 { font-size: 32px;}
    h4 { font-size: 28px;}
    h5 { font-size: 24px;}
    h6 { font-size: 21px;}
    #navContainer ul li a { font-size: 17px; padding: 8px 39px 8px 39px;}
		#navContainer ul li a:hover {  color: rgb(255, 255, 255) !important; background-color: rgb(0, 47, 97); }
     
		.dropdown-menu { background-color: rgba(0, 0, 0, 0.85); border-top: 0px !important; }
		
    .dropdown-menu > li > a {  color: rgb(255, 255, 255) !important; }
    .dropdown-menu li a:hover {  color: rgb(255, 255, 255) !important; background-color: rgba(255, 255, 255, 0.11) !important; }
    .dropdown-submenu .dropdown-menu li > a { color:  !important; }
    .dropdown-submenu > .dropdown-toggle > .dropdown-menu { background-color:  !important;}
    .brandingLogoHolder { width: 200px;margin: 0 auto; }
    .navbar-collapse { line-height: 0; }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: inherit; color: inherit; }
    .wrapper { padding-top: 138px; margin-top: 0; }
}
@media (max-width: 767px) {.navbar-nav .open .dropdown-menu { background-color:  !important; color:  !important;} .navbar-nav .open .thirdLevelText { color:  !important; background-color:  !important; }}

/* ADDITIONAL NAV CODE */
.navToggleMenu {position: absolute; right: 19px; top: 30px; color: #777; font-size: 12px;}

.top-right {position: absolute; top: 7px; right: 10px; text-align: right;}
.top-left {position: absolute; top: 3px; left: 10px;} .top-left img:hover {opacity: .85;}

.top-left .btn {margin: -4px 2px 2px}

.green-btn {background-color: #202020; border-color: #202020;}
.green-btn:hover, .green-btn:focus, .green-btn:active {background-color: #161616 !important; border-color: #161616 !important;}

.navbar-toggle {margin-top: 18px}
.navToggleMenu {top: 40px}

/* ADDITIONAL FOOTER CODE */
footer .fa-circle {color: #2D8E07}