@import url(https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise&subset=latin-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Exo:400,100,100italic,200,200italic,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900|Dosis:400,200,300,500,600,700,800|Allura&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin-ext,latin);
html,
body {
  font-size: 15px;
}
:focus-visible {
  outline-color: black;
  font-size: 1.2em;
  font-family: serif;
  font-weight: bold;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #434449;
	text-rendering: optimizeLegibility;
	font-weight: 300;
	background-color: #FFF;
	overflow-x: hidden;
	line-height: 1.2;
}
a,
a.inverted,
a.white {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	outline: none;
	font-weight: 400;
	color: #00417C ;
}
a.inverted {
	color: #00417C ;
}
a.roza {
	color: #E5AB99 ;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
	color: #006d78;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-o-transition: all .35s ease;
	transition: all .55s ease;
	outline: none;
	text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
	color: #006d78;
}
a.white:hover,
a.white:focus {
	color: #b50b14;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2, h6 {
	font-family: 'Exo', sans-serif;
	color: #70717A;
	margin-bottom: 1rem;
	text-align: left;
}
h4 {
	font-family: 'Roboto', sans-serif;
	color: #00417C;
	margin-bottom: 1rem;
	text-align: left;
}
h3 {
	font-family: 'Roboto', sans-serif;
	color: #00417C ;
	margin-bottom: 1rem;
	text-align: left;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	color: #494949;
	margin-bottom: 0.5rem;
	padding-top: 0.8em;
}
h7 {
	font-family: 'Dosis', sans-serif;
	color: #00417C ;
	font-size: 0.9em;
	font-weight: bold;
}
h8 {
	font-family: 'Monsieur La Doulaise', cursive;
	color: #2570C2;
	font-size: 3.5em;
	margin-bottom: 2.0rem;
	line-height: 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
h9 {
	font-family: 'Dosis', sans-serif;
	color: #CCC;
}
h10 {
	font-family: 'Exo', sans-serif;
	color: #00417C ;
	font-size: 1.1em
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.wojo-content {
  padding: 1em;
}
.wojo-content-full {
  padding: 1.5em 0.8em
}
.wojo-content-half {
  padding: .5em 1em;
}
header {
	position: relative;
	background-color: #00417C ;
}
header .top-bar {
	background-color: #EFEFEF;
	color: #fff;
	background-size: cover;
	padding: .1em 0
}
header .top-bar .doSearch {
  float: right;
  min-width: 300px
}
header .logo {
  padding-left: 0em;
  padding-top: .1em;
  padding-right: 2em;
}
.subheader {
	background-color: #E6E6E6;
}
.subheader h1 {
	font-family: 'Exo', sans-serif;
	color: #00417C ;
	margin: 0;
	font-weight: 200;
	font-size: 35px;
}
.subheader h1 small {
  display: block;
  font-weight: 300;
  color: #00417C ;
  margin-top: .3em;
}
.subheader .wojo.breadcrumb {
  position: absolute;
  bottom: 0;
  right: 1em;
  background-color: rgba(255,255,255,0.4);
  color: #00417C ;
  padding: .1em 1.2em;
  text-transform: capitalize;
  width: auto;
}
.subheader .wojo.breadcrumb a.section {
  color: #00417C ;
}
.subheader .wojo.breadcrumb a:hover {
  text-decoration: underline;
}
.subheader .wojo.breadcrumb .section {
  font-size: .876em;
  color: #F00417C FF;
}
.subheader .wojo.inverted.input {
  width: 300px;
}
#suggestions {
  position: absolute;
  width: 300px;
  top: 5em;
  z-index: 100
}
#search-results {
	background-color: #E6E6E6;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}
#search-results {
	background-color: #E6E6E6;
}
#search-results .item {
  display: block
}
#pagination {
  margin-top: 1em;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
   padding: 10;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.isStuck {
  left: 0px;
  width: 100%;
}
/* Menu box
===================*/
#menu-wrap {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #1B508B;
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
	z-index: 9000;
	font-style:normal !important
}
.top-menu {
  position: relative;
}
.topmenu ul {
	background-color: #FFF;
	font-size: 14px;
}
.topmenu li > a {
	display: block;
	text-decoration: none;
	padding: .85em 1.3em;
	text-align: center;
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}
.topmenu li a > i {
  display: none;
  font-size: 2em;
}
.topmenu li > a strong {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.778em;
  padding: 1em 0;
}
.topmenu li > a small {
  display: none;
  font-size: .85em;
}
.topmenu li > a i,
.topmenu li > a strong,
.topmenu li > a small {
  position: relative;
}
.topmenu li:hover > a i {
  opacity: 1;
}
.topmenu li:hover a strong {
  opacity: 1;
}
.topmenu li:hover a small {
  opacity: 1;
}
.topmenu a >small {
  display: block
}
.topmenu a:hover,
.topmenu a:focus,
.topmenu a:active,
.topmenu a.highlighted {
	color: #1B508B;
	background-color: #E6E6E6;
}
.topmenu li > a.active {
	background-color: #A5A8B8;
	color: #FFF;
}
.topmenu li > a.active:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -8px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
}
.topmenu a.has-submenu {
}
.topmenu li.nav-submenu-item i.icon {
  margin-right: .5em
}
.topmenu ul a.has-submenu,
 .topmenu-vertical a.has-submenu {
  padding-right: 1.0em;
}
.topmenu li ul li a {
	padding: .5em;
	text-align: left;
	border: 0;
	box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.5);
	font-weight: 300;
	font-size: 1em;
	text-transform: none;
	color: #1B508B;
}
.topmenu li ul li a:hover {
	color: #FFF;
	background-color: #1B508B;
}
.topmenu li ul li a i {
  font-size: 1em;
  display: inline-block;
  margin: 0 .5em 0 0;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;/*box-shadow: inset 1px 0 0 0 #EEE;*/
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
/* Sub menu indicators
===================*/
.topmenu ul.menu-submenu {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -12px;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  right: 0.2em;
  top: 1.0em;
  left: auto;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* Items separators
===================*/
.topmenu li {
}
.topmenu li:first-child {
  border-left: 0;
}
.topmenu ul li,
 .topmenu-vertical li {
  border-left: 0;
}
.topmenu ul li:first-child,
 .topmenu-vertical li:first-child {
  border-top: 0;
}
.topmenu span.scroll-up,
.topmenu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border: solid #bbb;
  border-width: 1px 0;
  background: #fff;
  height: 20px;
}
.topmenu span.scroll-up-arrow,
.topmenu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}
.topmenu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}
/* == Plugis Layout == */
#topwidget {
	background-color: #E6E6E6;
}
#botwidget .static-image {
	background-attachment: fixed;
	background-image: url(../../../uploads/images/pages/static3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 2em 1em;
	color: #fff
}
#botwidget .static-image > h2 {
	color: #FFF;
}
#botwidget .static-image2 {
	background-attachment: fixed;
	background-image: url(../../../uploads/images/pages/static5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 1em 2em;
	color: #fff
}
#botwidget .static-image3 {
	background-attachment: fixed;
	background-image: url(../../../uploads/images/pages/static6.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 1em 2em;
	color: #fff
}
#topidget .static-image > h1 {
	font-size: 3em;
	text-transform: none;
	color: #00417C ;
	font-family: "Archivo Narrow";
	font-weight: 100;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h4,
#leftwidget aside h4 {
  font-weight: 400;
  color: #00417C 
}
#botwidget {
	position: relative;
	border-top: 1px solid #fff;
	color: #333;
	background-color: #E6E6E6;
}
#botwidget h3 {
	font-size: 1.667em;
	padding-top: 0em;
	text-transform: none;
	font-weight: 400;
	color: #FFF;
}
#botwidget h1 {
	font-size: 2.5em;
	padding-top: 0em;
	text-transform: none;
	font-weight: 400;
	color: #FFF;
}
#botwidget p {
	font-size: 1.0em;
	padding-top: 0em;
	text-transform: none;
	font-weight: 400;
	color: #FFF;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
/* == Footer == */
footer {
	background-color: #003566;
	padding: 3em 0;
	text-align: center;
	color: #fff;
}
footer .footer-wrap {
}
footer .logo {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
footer .ficons {
  margin-bottom: 1em;
}
footer .ficons i.icon {
  margin: 0 .25em;
}
#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #C4C9CE;
	border-radius: 30px;
	text-align: center;
	line-height: 55px;
	opacity: 0.8;
	color: #00417C ;
}
#scrollUp:before {
	content: "\f077";
	display: inline-block;
	vertical-align: middle;
	font: 28px 'Icons';
	color: #00417C ;
}
#error-page {
	height: 100%;
	background-image: url(../images/404_bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100vh;
	text-align: center;
	background-color: #A5A8B8;
	box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
	position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
  border-radius:500em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
/* == Custom Sections == */
.section1 {
  background: #f4f6f8;
  position: relative;
  padding: 3em 1em;
}
.section1:before {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.section1:after {
  background: #e1e1e1;
  border-bottom: 1px solid #fefefe;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.section2:after {
  background: #fefefe;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.section2 {
	position: relative;
	padding: 1.5em 1.5em;
	background-color: #E6E6E6;
}
.section3 {
  background: #fff;
  position: relative;
  padding: 1.5em 1.5em;
}
.section4 {
	padding: 2em 3em;
	position: relative;
	background-color: #7B8184;
}
.header_search .form-control
{
  margin:5px auto;
}
.navbar-custom .form-control {
  border-radius: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-control:focus {
    border-color: #EF8822;
    outline: 0;
}
.search_form .form-control
{
  margin: 5px auto;
  border-color:#CCCCCC;
}
.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #66afe9;
  outline: thin dotted #777777;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* select box style*/
.select_url {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0px !important;
    height: 34px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    
    background: #F1F1F2 url("../images/dropdown_arrow.png") no-repeat 101% 50%;
}

.select_url select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select_url select:focus {
    outline: none;
}
/* /select box style*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
.topmenu li > a {
  padding: .5em 1em;
}
.topmenu li a > i {
  font-size: 1.2em;
}
.topmenu li > a strong {
  font-size: .85em;
}
.topmenu li > a small {
  font-size: .65em;
}
.topmenu a span.sub-arrow {
  left: 40%;
}
}

@media only screen and (max-width: 768px) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
}
#footer .links {
  float: none!important
}
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
	border-color: #A5A8B8;
}
ul.topmenu {
  width: auto;
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topmenu li > a {
	display: block;
	text-decoration: none;
	padding: .5em 1em;
	text-align: left;
	font-weight: 400;
	color: #FFF;
	box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2);
}
.topmenu li a > i {
  display: inline-block;
  font-size: 1em;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-weight: 400;
  font-size: .85em;
  padding:0;
}
.topmenu li > a small {
  display: block;
  font-size: .8em;
  margin-left: 2.5em;
}
.topmenu a span.sub-arrow {
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a i,
.topmenu li:hover a small {
  opacity: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.topmenu a.highlighted span.sub-arrow {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.topmenu li {
  border-left: 0;
}
.topmenu li:first-child {
  border-top: 0;
}
}
