@charset
utf-8
;

/*	Resets
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}


.col-sm-3.slogo img {
  width: 34px;
  height: 34px;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}


.grey-section .row-flex {
  align-items: center;
}

.grey-space-left h2 {
  font-size: 28px;
}


.grey-space-left a {
  font-size: 18px;
}

/* Global styles
-------------------------------------------------------------- */

body {
  background: #fff;
  color: #3f3f3f;
  padding: 0;
  font-size: 14px;
  font-family: 'arial', sans-serif;
}

#main {
  width: 100%;
  padding: 265px 0 0 0;
  margin: 0;
}

.mobileonly {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

p {
  line-height: 21px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
  color: #141414;
  margin-bottom: 10px;
  line-height: 150%;
  /*text-shadow			: 	#FFC88E 1px 1px 0px;*/
  font-family: 'Georgia', serif;
  font-weight: bold;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

.bars {
  background: #ccc;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 18px;
  position: relative;
  padding: 8px 10px;
}

.bars a {
  color: #fff;
  width: 100%;
  display: block;
}

.bars a:hover {
  color: #000;
}

.bars img {
  position: absolute;
  right: 10px;
  top: 10px;
}

.bars-blue {
  background: #4697ab;
}

.bars-light-blue {
  background: #8ea6ad;
}

.bars-purple {
  background: #6e6dab;
}

.bars-light-purple {
  background: #6e6b80;
}

.bars-red {
  background: #87342c;
}

.bars-orange {
  background: #c4914f;
}

.bars-green {
  background: #94a68f;
}

.container {
  padding: 0 0 15px 0;
  margin: 0 auto;
  background: #fff;
  width: 1280px;
}

.container_header {
  padding: 0;
  background: #fff;
}

.focus {
  color: #262626;
}

.half {
  float: left;
  width: 50%;
}

.third {
  float: left;
  width: 33%;
}

.twothirds {
  float: left;
  width: 66%;
}

.quarter {
  float: left;
  width: 25%;
}

input, select, textarea {
  width: 95%;
  padding: 7px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clear {
  width: 100%;
  clear: both;
}

.clear_border {
  width: 100%;
  clear: both;
  height: 1px;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #999;
}

.margin5 {
  width: 100%;
  height: 5px;
  clear: both;
}

.margin10 {
  width: 100%;
  height: 10px;
  clear: both;
}

.margin15 {
  width: 100%;
  height: 15px;
  clear: both;
}

.margin20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.margin25 {
  width: 100%;
  height: 25px;
  clear: both;
}

.margin30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.margin35 {
  width: 100%;
  height: 35px;
  clear: both;
}

.margin40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.margin45 {
  width: 100%;
  height: 45px;
  clear: both;
}

.margin50 {
  width: 100%;
  height: 50px;
  clear: both;
}

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-control {
  border-radius: 0;
}

.input-group-addon {
  border-radius: 0px;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: right;
  margin: 0 15px 10px 0;
}

.center {
  text-align: center;
}

.textright {
  text-align: right;
}

.btn-blk {
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 10px 25px;
  border-radius: 0;
}

.btn-blk:hover, .btn-blk:focus, .btn-blk:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


.row-flex {
  display: flex;
  flex-flow: row wrap;
}


/* Header styles
-------------------------------------------------------------- */

header {
  padding: 10px 15px 0 15px;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%;
  z-index: 999;
}

header .container {
  background: transparent;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#hdate {
  position: absolute;
  left: 0;
  top: 28%;
  color: #000;
  font-family: "Georgia", serif;
  font-weight: bold;
}


#hdate.higher {
  top: 15%;
}

#title {
  position: relative;
  margin: 10px 0 0 0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #c8c7c7;
}

/*#title.smaller {
	margin				:	5px 0;
}*/

#title a img {
  border: 0;
  transition: all 0.2s ease;
  width: auto;
  height: auto;
  max-width: 426px;
}

/*#title.smaller a img {
	height				:	30px;
	width				:	auto;
	transition			:	all 0.5s ease;
}*/


/* Menu styles
-------------------------------------------------------------- */

#drop-nav {
  display: none;
  font-size: 16px;
  line-height: 25px;
  padding: 5px;
  text-transform: uppercase;
  margin: 5px 0;
  background: transparent;
  color: #000;
  width: 100%;
  text-align: center;
}

#drop-nav .first {
  width: 100%;
  cursor: pointer;
}

#drop-nav #drop-items {
  padding-top: 8px;
  display: none;
}

#drop-nav #drop-items a {
  display: block;
  width: 100%;
  line-height: 25px;
  padding: 5px 0;
  color: #313131;
}

.menu-mobile-menu-container {
  width: 100%;
  margin: 0 auto;
}

.nav {
  clear: both;
  width: 100%;
  padding: 0 0 0 0;
  background: transparent;
  overflow: hidden;
  display: block;
  height: auto;
  text-align: center;
}

.nav ul,
.nav li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.nav li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 17px !important;
}

.nav li a {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 35px;
  float: none;
  padding: 0 5px;
  margin: 0;
  border-bottom: 3px solid transparent;
  text-decoration: none !important;
}

.nav li:first-child a {
  border-left: 0;
}

.nav li a:hover /*, .parent_active, .nav .current-menu-item a, .nav .current_page_item a*/ {
  text-decoration: none;
  color: #000;
  border-bottom: 3px solid #000;
  text-shadow: none;
}


.sf-menu.sf-js-enabled {
  border-top: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}


.nav li a.active {
  border-bottom: 3px solid #fff;
}

.nav li:first-child a:hover {
  border-left: 0;
}

.nav ul li ul { /* This sets the position of the dropdown menu */
  display: block;
  visibility: hidden;
  position: absolute;
  background: #f1f1f1;
  margin-top: 75px;
  width: 220px; /* left offset of submenus need to match (see below) */
  padding: 5px 0;
}

.nav ul li:hover ul,
.nav ul li ul { /* This sets the position and z-index of the dropdown menu */
  z-index: 99;
  padding: 2px;
}

.nav ul li ul li { /* This sets the size and transparency of the dropdown items */
  display: block;
  width: 100%;
  margin: 0;
}

.nav ul li ul li a:link,
.nav ul li ul li a:visited,
.nav ul li.current_page_item ul li a:link,
.nav ul li.current_page_item ul li a:visited { /* This sets the color and style of the drop down menu links */
  display: block;
  text-align: left;
  text-shadow: none;
  font-size: 13px;
  line-height: 26px;
  background: #f1f1f1;
  padding: 0 13px;
  border: 0;
}

.nav ul li ul li a:hover,
.nav ul li ul li a:active,
.nav ul li.current_page_item ul li a:hover,
.nav ul li.current_page_item ul li a:active,
.nav ul li ul li.current_page_item a:link,
.nav ul li ul li.current_page_item a:visited { /* This sets the color and style of the hover, active & current states of the drop down menu links */
  text-decoration: none;
  color: #333;
}

/* The remaining items below are essential positioning styles for the menus */

.nav ul li:hover li ul,
.nav ul li li ul {
  top: -999em;
}

.nav ul li li:hover ul,
.nav ul li li ul {
  left: 220px; /* match ul width */
  top: 0;
}

.nav ul li li:hover li ul,
.nav ul li li li ul {
  top: -999em;
}

.nav ul li li li:hover ul,
.nav ul li li li ul {
  left: 220px; /* match ul width */
  top: 0;
}


/* Page styles
-------------------------------------------------------------- */

.page-content {
  padding: 0 15px 15px 0 !important;
  border-right: 1px solid #c9c8c8;
  min-height: 400px;
  position: relative;
}

.page-content.nb {
  border-right: none;
  min-height: 0;
}


/* Post styles
-------------------------------------------------------------- */

.size-article_large, .size-article_medium_large {
  width: 100%;
  height: auto;
}

.articles {
  padding: 0 !important;
  margin: 0 0 0px 0;
}

.articles.plr {
  padding: 0 10px !important;
}

.articles-sm {
  padding: 0 0 0 20px !important;
  margin: 0 0 10px 0;
}

.articles-sm h4 {
  margin: 0 0 0 0 !important;
}

.articles .size-thumbnail {
  max-width: 125px;
  height: auto;
}

.articles .size-home_feature {
  max-width: 350px;
  height: auto;
}

.articles .inner {
  padding: 15px 0 15px 0 !important;
  border-bottom: 1px solid #d2d2d2;
  height: auto;
  display: block;
  overflow: hidden;
  display: block;
  position: relative;
}


.inner.large-inner {
  padding-top: 0px !important;
}

.articles.anb .inner {
  border-bottom: 0px solid #d2d2d2;
}

.articles .inner .size-thumbnail {
  max-width: 100px;
  height: auto;
}


.articles.aleft {
  padding-right: 15px !important;

}

.articles.acenter {
  padding-right: 15px !important;
  padding-left: 15px !important;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;


}


.articles.acenter2 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  border-right: 1px solid #d2d2d2;

}

.articles.aright {
  padding-left: 15px !important;

}


.articles .desc {
  padding: 0 20px 0 0 !important;
}

.articles .thumbs {
  padding: 0 !important;
}

.articles .thumbs img {
  width: 100%;
  height: auto;
}

.articles img {
  margin-bottom: 10px;
}

.articles .btn img {
  margin-bottom: 1px !important;
}

.more_links {
  display: block;
  clear: both;
  text-align: left;
  margin-top: 12px;

}

.more_links a {
  cursor: pointer;
  color: #231f20;
  font-weight: 400;
  font-family: 'arial', sans-serif;
}

.more_links a .btn {
  display: none;
  background-color: #4697ab;
  border: none;
  margin: 0 0 0 5px;
}

.more_links a:hover {
  text-decoration: none;
  color: #3b899b;
}

.more_links a:hover .btn {
  background-color: #3b899b;
}

.sfsi_wDiv {
  width: 180px !important;
  left: 50%;
  margin-left: -95px !important;
}

.oldernewer {
  display: block;
  overflow: hidden;
  height: auto;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.oldernewer div, .oldernewer p {
  display: inline;
  padding: 15px;
  line-height: 40px;
}


/* Reports styles
-------------------------------------------------------------- */

.repwrap {
  padding: 20px 5px !important;
}

.repwrap .inner {
  padding: 40px 10px 80px 10px;
  text-align: center;
  background: #bfcabc;
  position: relative;
}

.repwrap .inner .btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 160px;
  margin-left: -80px;
}


/* Reports styles
-------------------------------------------------------------- */

.magslide {
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 350px;
  width: 100%;
}

.slick-next, .slick-prev {
  z-index: 999;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.slick-prev {
  left: -4px !important;
}

.slick-next {
  right: -4px !important;
}

.slick-prev:before, .slick-next:before {
  color: #507483;
}

.slick-prev:before {
  content: '<';
  font-size: 25px;
}

.slick-next:before {
  content: '>';
  font-size: 25px;
}

.magwrap {
  padding: 20px !important;
  width: 25%;
  float: left;
  clear: none;
  display: block;
  box-sizing: border-box;
}

.magwrap .inner {
  padding: 0;
  text-align: center;
}

.mags img {
  width: 100%;
}

.magsbuts {
  padding-top: 20% !important;
}

.repsbuts {
  padding-top: 10% !important;
}

.btn-mags {
  background: #4697ab !important;
  border-radius: 0 !important;
  border-color: #4697ab !important;
}


/* Sidebar styles
-------------------------------------------------------------- */

.sidebar {
  padding: 0 0 15px 15px !important;
}

.sidebar .widget-area {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.sidebar .widget-area h3 {
  margin: 25px 0 15px 0;
  background: #000;
  padding: 5px 8px;
  color: #fff;
}

.sidebar .widget-area .mec-search-form {
  display: none;
}

.sidebar ul,
.sidebar li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.g3-search {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #d2d7dc;
  color: #fff;
  margin: 0 0 15px 0;
  height: auto;
  display: block;
  overflow: hidden;
}

.g3-search .slogo {
  padding: 0 15px 0 0;
  text-align: center;
  font-size: 90%;
}

.g3-search .sfield {
  padding: 0 0 0 0;
}

.g3-search .form-control {
  border-radius: 0;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}

.g3-search .input-group-addon {
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0px;
  cursor: pointer;
}


/* Footer styles
-------------------------------------------------------------- */

#footer {
  margin: 0 auto;
  background: #507483;
  padding: 0 0 0 0;
  min-height: 200px;
  width: 100% !important;
}

#footer .container {
  padding: 25px 0;
  background: transparent;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer .bar {
  background: #d2d7dc;
  padding: 5px 0 0;
  text-align: left;
}

#footer .bar .container {
  padding: 0 0;
}

#footer .bar .flogo img {
  max-height: 25px;
  width: auto;
  margin-top: 4px;
}

#footer ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  list-style: none;
}

#footer li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 10px !important;
}

#footer li a {
  padding: 0 5px;
  font-size: 13px;
  line-height: 25px !important;
}

#footer li a:hover, #footer .current-menu-item a, #footer .current_page_item a {
  text-decoration: none;
  color: #fff;
  border-bottom: 0px solid #fff;
}

.footer-widgets-top {
  padding: 10px 0 !important;
  margin: 0;
  color: #000;
  line-height: 40px;
}

.footer-widgets-top a {
  color: #000 !important;
}

.footer-widgets-top a:hover {
  color: #999 !important;
}

.footer-widgets-top:first-child {
  padding: 10px 25px 10px 0px !important;
}

.footer-widgets-top img {
  max-height: 40px;
  /*width				:	auto;*/
}

.footer-widgets {
  padding: 10px 25px !important;
  border-right: 1px solid #fff;
  margin: 20px 0;
}

.footer-widgets:first-child {
  padding: 10px 25px 10px 0px !important;
}

.footer-widgets ul {
  width: 100% !important;
}

.footer-widgets:last-child {
  border-right: 0px solid #fff;
}

.footer-widgets h3 {
  color: #fff;
}

.footer-widgets .fa-2x {
  padding-right: 10px;
}

.footer-widgets .caldera-grid {
  width: 100% !important;
}

.footer-widgets .caldera-grid .single {
  padding-right: 0;
}

.footer-widgets .caldera-grid .aright {
  text-align: right;
}

.footer-widgets .caldera-grid .aright .btn {
  width: 125px;
  background: #bfc7cd !important;
  border: none !important;
  color: #4a6c7d !important;
}

.footer-widgets .form-group {
  width: 100% !important;
  margin-bottom: 5px;
}

.footer-widgets .form-group input[type=text],
.footer-widgets .form-group input[type=email] {
  width: 100% !important;
}

#footer .bbar {
  background: #627e8d;
  padding: 15px 0;
  text-align: left;
}

#footer .bbar .container {
  padding: 0 0;
}

#footer .copyright {
  width: 100%;
  font-size: 11px;
  padding: 15px 0 0 0;
  text-align: center;
}

.sfsi_footerLnk {
  display: none !important;
}


@media (max-width: 991px) {

  .articles.aleft {
    padding-right: 15px !important;

  }

  .articles.acenter {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-left: 0px solid #d2d2d2;
    border-right: 0px solid #d2d2d2;


  }


  .articles.acenter2 {
    padding-right: 15px !important;
    padding-left: 0px !important;
    border-right: 0px solid #d2d2d2;

  }

  .articles.aright {
    padding-left: 0px !important;

  }


}

/*----------------- Custom Styles -------------------*/

#signup {
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

#signup input[type="submit"] {
  border: 1px solid #ccc;
  color: #000 !important;
  background-color: #efefef !important;
}

/*---------------- Additional CSS ----------------*/

h1#operator-news {
  font-size: 14px;
  font-family: arial;
}


.large-layout .articles .inner {padding-bottom: 15px !important;
}

.inner-wrapper {padding-left: 25px;

}


.inner-wrapper p {font-style: italic;}

.articles.acenter {border-right: 1px solid #d2d2d2;}


#title {margin-top: 0px !important;}

.top-banner {padding-bottom: 10px;}

header {padding-bottom: 10px !important;}


#title.top-title {border-top: 0px solid #ccc !important;
  padding-top: 0px !important;
}

#title.top-title a img {max-width: 300px;}


#title.top-title #hdate {top: 15% !important;}


h1.bars {border-bottom: 2px dotted #c8c7c7;
  background: transparent !important;
  padding-left: 0px;

}

h1.bars { color: #939598;}

.bars, h1.bars a {font-family: 'arial', 'sans-serif';
  font-size: 25px;
  color: #939598;
}

.ss {display: block;
  height: 2px;
  border-bottom: 1px solid #d2d2d2;}


.grey-section {background: #dedede;
  padding: 30px;
  margin-bottom: 30px;
}

.greyleft {width: 37% !important;}

.greycenter {width: 28% !important;}

h2.subscribe-grey {font-size: 27px;}

.inner-wrapper p {display: list-item;}

.inner p {display: list-item;
  font-style: italic;
  margin-left: 25px;
}

h2.category-name {font-size: 14px;
  font-family: 'arial', 'sans-serif';
  font-weight: 400;
  margin-bottom: 5px;

}


.inner br {
  display: none;
}

.align-middle {vertical-align: middle;}

.articles.inner {padding: 15px 0 15px 0 !important;
  border-bottom: 1px solid #d2d2d2;
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;

}

.inner.large-inner {padding-top: 0px;}


#footer .container {
  color: #000 !important;
}

#footer .container a, #footer .container h3 {color: #000 !important;}


#footer {background: #ebebeb !important;}


#footer .bbar {background: #d2d7dc !important;}

.col-md-3.articles.anb.ls {padding-right: 15px !important;}

.col-md-3.articles.anb.ls h2 {font-size: 16px !important;}

@media (max-width: 767px) {
  #title a img {max-width: 280px !important;}

  #main {padding-top: 180px !important}

  .col-sm-9.page-content {padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .inner-wrapper {padding-left: 0px !important;
  }

  .col-md-4.greyleft.row-flex, .col-md-2.greycenter.row-flex {width: 100% !important;
    clear: both;
    padding-bottom: 20px;

  }

  .more_links {padding-bottom: 25px !important;}


  .col-md-4.articles.anb.aleft, .col-md-4.articles.anb.acenter {
    border-bottom: 1px solid #d2d2d2 !important;
    padding-bottom: 15px;
    padding-top: 15px !important;

  }

  .col-md-4.articles.anb.aright { padding-top: 15px !important;}

}
