* {
  font-size: 100.01%;
}

html {
  font-size: 87.5%;
  height: 100%;
}

body {
  margin: 0;
  color: #000;
  background: #9fa5ac;
  height: 100%;
  overflow-x: hidden;
  font: 1em/1.25em Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #00285b;
}

a:hover {
  text-decoration: underline;
}

input,
textarea,
select {
  vertical-align: middle;
  color: #666;
}

#header:after,
.navigation:after {
  content: '';
  display: block;
  clear: both;
}

#wrapper {
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
  background: #fff;
  -webkit-box-shadow: #666 0 0 8px;
  -moz-box-shadow: #666 0 0 8px;
  box-shadow: #666 0 0 8px;
}

.wrapper {
  overflow: hidden;
}

#header {
  padding: 15px 30px 27px 25px;
  position: relative;
  z-index: 5;
}

#header .wrapper {
  padding: 0 30px 27px 25px;
}

.logo {
  background: url(../images/logo.png) no-repeat;
  width: 249px;
  height: 67px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin: 1px 0 0;
}

.logo a {
  display: block;
  height: 100%;
}

#header .holder {
  font-size: 0.858em;
  line-height: 1.32em;
  color: #00285b;
}

#header .contact {
  float: left;
  margin: 0 11px 0 0;
  padding: 5px 13px 7px 0;
  background: url(../images/separator.gif) no-repeat 100% 0;
}

#header .contact a {
  border: none;
}

#header .contact a:hover {
  text-decoration: underline;
}

.font-resize {
  float: left;
  margin: 0 11px 0 0;
  padding: 0 9px 0 0;
  background: url(../images/separator.gif) no-repeat 100% 0;
}

.font-resize span {
  float: left;
  padding: 5px 8px 7px 0;
}

.font-resize ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  font-weight: bold;
}

.font-resize li {
  float: left;
  margin: 0 6px 0 0;
}

#decrease {
  font-size: 12px;
  line-height: 26px;
}

#reset {
  font-size: 16px;
  line-height: 22px;
}

#increase {
  font-size: 20px;
  line-height: 20px;
}

.font-resize a {
  border: none;
}

.font-resize a:hover {
  text-decoration: underline;
}

.search-form {
  float: left;
  padding: 4px 0 0;
}

.search-form label {
  float: left;
  margin: 1px 7px 0 0;
  color: #00285b;
}

.search-form .text-area {
  float: left;
  overflow: hidden;
  background: url(../images/sprite.png) no-repeat;
  width: 115px;
  height: 18px;
  margin: 0 5px 0 0;
}

.search-form .text-area input {
  margin: 0;
  float: left;
  width: 105px;
  padding: 1px 5px 2px;
  background: none;
  border: 0;
  color: #666;
}

.search-form .btn-search {
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 19px;
  height: 18px;
  background: url(../images/sprite.png) no-repeat -125px 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.navigation {
  padding: 0 30px 0 22px;
  background: url(../images/bg-navigation.gif) repeat-x;
  line-height: 1.20em;
  font-size: 14px;
}


.nav-content::before {
  left: -100%;
  right: 0;
}

.nav-content::after {
  left: auto;
  right: -100%;
  top: 0;
}

.nav-content::before,
.nav-content::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #767e87;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91989f', endColorstr='#767e87');
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#91989f), to(#767e87));
  background-image: -webkit-linear-gradient(top, #91989f, #767e87);
  background-image: -moz-linear-gradient(top, #91989f, #767e87);
  background-image: -o-linear-gradient(top, #91989f, #767e87);
  background-image: linear-gradient(to bottom, #91989f, #767e87);
}

.main-gallery {
  width: 100%;
  margin: 0 0 23px;
  position: relative;
  z-index: 2;
}

.main-gallery::before {
  left: -100%;
  right: 0;
}

.main-gallery::after {
  left: auto;
  right: -100%;
  top: 0;
}

.main-gallery::before,
.main-gallery::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6f777f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#899198', endColorstr='#6f777f');
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#899198), to(#6f777f));
  background-image: -webkit-linear-gradient(top, #899198, #6f777f);
  background-image: -moz-linear-gradient(top, #899198, #6f777f);
  background-image: -o-linear-gradient(top, #899198, #6f777f);
  background-image: linear-gradient(to bottom, #899198, #6f777f);
}

.main-gallery .shadow-top,
.main-gallery .shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  height: 14px;
  background: url(../images/bg-shadow-t.png) repeat-x;
  z-index: 100;
}

.main-gallery .shadow-bottom {
  background: url(../images/bg-shadow-b.png) repeat-x;
  top: auto;
  bottom: 0;
}

#main {
  padding: 0 30px;
}

.columns {
  width: 100%;
  padding: 7px 0 26px;
  background: url(../images/bg-columns.gif) repeat-x;
}

.columns h2 {
  margin: 0;
  color: #00285b;
  font-weight: normal;
  line-height: 1.58em;
}

*+html .columns h2 {
  margin: 0 0 1px;
}

.columns ul {
  padding: 0;
  margin: -3px 0 0;
  list-style: none;
}

.column:not(:last-child) {
  border-right: 1px solid #e4e4e4;
  border-bottom: 0;
}

.column ul a {
  color: #9a9a9a;
  text-decoration: none;
}

.column ul a:hover {
  text-decoration: underline;
}

#content {
  line-height: 1.285em;
  padding-left: 0 !important;
  padding-bottom: 20px;
}

#content h2 {
  margin: 0 137px 9px 0;
  color: #00285b;
  font-size: 2em;
  font-weight: normal;
  text-indent: 0;
  line-height: 1.5em;
}

#content h3 {
  margin: 0;
  color: #00285b;
  font-size: 1.143em;
  line-height: 1.32em;
  font-weight: bold;
}

#sidebar {
  color: #00285b;
  font-size: 0.858em;
  line-height: 1.332em;
  padding-right: 0 !important;
}

#sidebar .box {
  background: #eceff2;
  padding: 7px 20px;
  margin: 0 0 15px;
}

#sidebar h3 {
  font-size: 1.287em;
  font-weight: bold;
}

#sidebar h4 {
  margin: 0 -20px 14px;
  padding: 0 20px 4px 19px;
  border-bottom: 1px solid #fff;
  font-size: 1.187em;
  font-weight: bold;
  line-height: 1.215em;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
}

#footer {
  margin: 0 30px;
  padding: 6px 0;
  border-top: 1px solid #cacaca;
  color: #9a9a9a;
  line-height: 1.214em;
}

*+html #footer {
  line-height: 1.24em;
}

#footer .wrapper {
  position: relative;
  margin: 0 0 17px;
}

#footer .box {
  padding: 0;
}

#footer h5 {
  margin: 0 0 1px;
  color: #9a9a9a;
  font-size: 1em;
  line-height: 1.29em;
}

#footer p {
  margin: 0 0 3px;
}

#footer address {
  font-style: normal;
  overflow: hidden;
  margin: 0 0 17px;
  padding: 0;
}

#footer .email {
  position: absolute;
  padding: 0 0 4px;
  bottom: 0;
  font-size: 22px;
  line-height: 1.186em;
  font-weight: bold;
}

#footer .email a {
  color: #9a9a9a;
}

#footer .email a:hover {
  text-decoration: underline;
}

.social-box {
  float: left;
  width: 325px;
  padding: 0 2px 0 5px;
}

.social {
  overflow: hidden;
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
}

.social li {
  width: 309px;
  float: left;
  padding: 5px 5px 5px 1px;
  background: url(../images/divider.gif) repeat-x;
}

*+html .social li {
  padding-bottom: 4px !important;
}

.social a,
.social .rss {
  float: left;
  background: url(../images/sprite.png) no-repeat 0 -26px;
  padding: 0 0 0 24px;
  min-height: 16px;
  color: #9a9a9a;
}

*+html .social a {
  padding-top: 1px !important;
}

.social a:hover {
  text-decoration: underline;
}

.social .skype {
  background-position: -350px -26px;
}

.social .twitter {
  background-position: -700px -26px;
}

.social .linkedin {
  background-position: -1050px -26px;
}

.social .blogger {
  background-position: -1400px -26px;
}

.footer-bottom {
  overflow: hidden;
  background: url(../images/divider.gif) repeat-x;
  padding: 5px 0;
}

#header .contact a,
.navigation a {
  text-transform: uppercase;
}

#footer .box a {
  padding: 0 0 4px;
  bottom: 0;
  font-size: 22px;
  line-height: 1.186em;
  font-weight: bold;
  color: #9a9a9a;
}

#footer .box a:hover {
  text-decoration: underline;
}

body#home .gallery h2 {
  color: #00285b
}

#main a {
  color: #00285b;
  text-decoration: none;
  border-bottom: 1px dotted #00285B;
}

.row {
  margin: 0;
}

nav .login {
  text-transform: uppercase !important;
}

#login {
  background: none;
}

.nav-item .nav-link {
  text-transform: uppercase;
  color: #00285b !important;
}

.navbar-nav>li {
  float: left;
  padding: 0 0 0 1px;
  background: url(../images/separator.gif) no-repeat 0 -120px;
}

.navigation a {
  text-transform: none;
}

.navbar-toggler-icon {
  height: 1.5rem;
}

.breadcrumbs .print {
  float: right;
  width: 15px;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/sprite.png) no-repeat -350px 0;
  position: relative;
  margin-right: 12px;
  margin-top: -3rem;
}

.breadcrumb-item a {
  border-bottom: 0 !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* prevents flashing */
.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-item {
  color: #00285b;
  display: block;
  min-width: 200px;
  padding: 5px 25px 6px 14px;
  background: url(../images/bullet.png) no-repeat 190px 50%;
}

.search {
  width: 50% !important;
  flex: none !important;
}

.column h2 {
  font-size: 14px;
  text-transform: uppercase;
}

#footer h5 {
  font-weight: bold;
}

#footer p>a {
  word-break: break-word;
}

.fb-row>.col-md-4 a {
  color: #9a9a9a;
}

.fb-row>.col-md-4:first-child a {
  text-transform: uppercase;
}

.fb-row>.col-md-4:first-child a {
  float: left;
  padding: 0 11px 0 11px;
  background: url(../images/separator.gif) no-repeat 0 -485px;
}

.fb-row>.col-md-4:first-child a:first-child {
  background: none;
  padding-left: 0;
}

.fb-row>.col-md-4 {
  padding-left: 0;
}

.gallery {
  margin: 0 0 28px;
}

.carousel-wrap {
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  display: flex;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav {
  display: none;
}

.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: 0px;
}

.owl-nav .owl-next {
  right: 0px;
}

.owl-dot {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
}

.owl-dot.active span {
  background: #ffa329;
}

.owl-dot span {
  float: left;
  color: #fff;
  background: #00285b;
  padding: 5px 6px 4px;
  font-size: 0.715em;
  line-height: 1em;
}

.owl-dot span:hover,
.owl-dot span.active {
  background: #ffa329;
}

.dotsCont {
  margin-top: -3rem;
  padding-left: 2%;
  z-index: 999;
  position: absolute;
}

.item .col-md-4 {
  padding: 0;
}

.item h2 {
  font-size: 24px;
  font-weight: normal;
}

.item h2>a {
  border-bottom: 0 !important;
}

.item .col-md-8 .date {
  color: #002e5c;
  font-size: 13px;
}

.item .col-md-8:first-child {
  background: url(../images/bg-gallery-block.gif) repeat-x;
  vertical-align: top;
  padding: 2% 2% 0 0;
}

.d-md-none {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 992px) {
  .navbar-nav>li {
    background: none;
  }

  .main-gallery::before,
  .main-gallery::after,
  .nav-content::before,
  .nav-content::after {
    height: auto;
  }
}

.comment-form .text-area,
.comment-form .textarea,
.comment-form .wrapper strong {
  margin: 0 0 10px;
}

.comment-form .wrapper strong {
  display: block;
}

.twocolumns {
  display: flex;
  flex-wrap: wrap;
}

.twocolumns ul {
  width: 50%;
}

.twocolumns h4 {
  width: 100%;
}

ul.partners {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
}

ul.partners li {
  width: 33.333%;
}
.breadcrumb span {
  margin: 0 8px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ul.partners li {
    width: 50%;
  }
  .csc-textpic-text p img{
    width: 100%;
    height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  ul.partners li {
    width: 100%;
  }

  .twocolumns ul {
    width: 100%;
    padding-left: 20px;
  }
  #content h2 {
    margin: 0 0 9px 0;
  }
}

@media only screen and (max-width: 768px) {
  .columns {
    padding: 7px 0 0px !important;
  }

  .column:not(:last-child) {
    border-right: 0 !important;
    border-bottom: 1px solid #e4e4e4 !important;
    padding-bottom: 15px;
  }

  .box:not(:last-child) {
    border-bottom: 1px solid #e4e4e4 !important;
    padding-bottom: 15px;
  }

  /* 1/9/20 */
  #header .holder {
    display: none;
  }

  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header .navbar-toggler {
    order: 2;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler-icon::before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    color: #00285b;
  }

  .navigation .navbar-toggler {
    display: none;
  }

  .navigation {
    background: #3e5581 !important;
    padding: 30px 22px;
  }

  .nav-content {
    transition: .2s ease;
    position: fixed;
    top: 0;
    left: 0;
    left: -100%;
    background: #3e5581;
    height: 100%;
    width: 90%;
    z-index: 1000;
  }

  .nav-content.active {
    left: 0;
  }

  .nav-content .collapse {
    width: 100%;
  }

  .nav-content.active .collapse {
    display: block;
  }

  .nav-item .nav-link {
    color: #fff !important;
  }

  .dropdown-toggle::after {
    content: "\f067";
    font-family: 'FontAwesome';
    border: none;
    position: absolute;
    right: 0;
  }

  .dropdown-menu {
    background: #3e5581;
    border: none;
  }

  .dropdown-item {
    color: #fff;
    background: none;
  }

  .dropdown-item:after {
    content: ">";
    margin-left: 15px;
  }

  .dropdown-item.active {
    color: #3e5581;
    background-color: #fff;

  }

  body.menu-open {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .nav-content {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .main-gallery::before, .main-gallery::after{
    content: none;
  }
  .nav-content::before, .nav-content::after{
    content: none;
  }
}


@media (max-width: 800px){
  #sidebar img { max-width: 100%; height: auto; }
}
@media (max-width: 800px){
  .blog img { max-width: 100%; height: auto; }
}

form.comment-form .powermail_fieldset .powermail_legend{
  font-size: 1.2rem;
  font-weight: bold;
  display: none;
}

form.comment-form select{
    margin: 0 0 10px;
}

#content form.comment-form > h3{
  margin-bottom: 0.5rem;
}

.comment-form label {
    width: 30%;
}
@media (min-width: 768px){
.comment-form label {
    width: 22%;
}
}

@media (min-width: 992px){
.comment-form label {
    width: 17%;
}
}


form.comment-form .powermail_fieldwrap .text-area input,
form.comment-form .powermail_fieldwrap .textarea textarea{
  min-width: 180px;
}
@media (min-width: 768px){
form.comment-form .powermail_fieldwrap .text-area input,
form.comment-form .powermail_fieldwrap .textarea textarea{
  min-width: 200px;
}
}
  