@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

a {
  color: #ffc72c;
}
a:focus, a:hover {
  color: #ffc72c;
  text-decoration: underline;
}
.region-content a {
  color: #38676e;
  /* text-decoration: underline; */
}
.region-banner nav.tabs {
  background: #ffc72c;
}
::placeholder{
  color: #999;
  opacity: 1; /* Firefox */
  font-weight:100;
  font-size:12px;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #999;
  opacity: 1; /* Firefox */
  font-weight:100;

  font-size:12px;
  text-transform: uppercase;
}
::-ms-input-placeholder {
  color: #999;
  opacity: 1; /* Firefox */
  font-weight:100;
  font-size:12px;
  text-transform: uppercase;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #296167 !important;
  color: #fff !important;
  border:0 !important;
}
table.dataTable tfoot tr{
    display: none;
}
a.paginate_button {
  background: none;
  padding: 5px 10px !important;
}
input[type="search"] {
  border: 1px solid #cccccc;
}
.rightBoxOne {
  background:#0a4b40;
}
/* .rightBoxOne a, .rightBoxOne a:hover {
  color: #fff;
} */
.no-block {
  background: none;
  text-align: center;
}
table {
  color: #444;
  font-size: 14px;
  width: 100% !important;
}
table tbody tr td.sorting_1 {
  background: #dedede !important;
}
table tbody tr.even td.sorting_1 {
  background: #eaeaea !important;
}
table tfoot th {
  border:0;
  padding: 10px 10px 10px 0 !important;
  border-bottom: 1px solid #286167;
}
table thead {
  color: #0a4b40;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td {
  border-bottom: 1px solid #0a4b40;
  border-top: 1px solid #0a4b40;
}
table tfoot th input {
  width: 100%;
  padding: 5px;
  padding: 5px;
}
table tbody th, table tbody td {
  padding: 8px 10px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #adadad;
  border-top: 0;
}
table.dataTable tbody tr:last-child td {
  border-bottom: 0;
}
table thead th {
  border-left: 0;
  border-right: 0;
}
table tbody tr.odd td {
  background: #eaeaea;
}
.ckeditor-readmore:after {
  content: "\f067";
}
.ckeditor-readless:after {
  content: "\f068";
}
.ckeditor-readless:after,.ckeditor-readmore:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-content .label {
    color: #000;
}
form#openid-connect-login-form > div {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

section#block-openidconnectlogin {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #0a4b40;
}
.content .field {
  margin-bottom: 15px;
}
.field--label {
  font-weight: bold;
  margin-bottom: 5px;
}
.event-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.no-img {
  background: #eee;
  width: 100%;
  height: 100px;
}
.sub-title {
  font-size: 14px;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
}
.sub-title br{
  display: none;
}
.navbar-brand {
  font-size: 30px;
  margin: 15px 0;
  color: #333;
}
.form-search {
  border-radius: 0;
	box-shadow: none;
	height: 30px;
}
.search-form+h2{
  font-size: 20px;
  text-transform: uppercase;
}
.search-form+h2+ol{
  padding: 0px 20px;
}
.search-advanced,.search-help-link{
  display: none;
}
.search-form+h2+ol li {
  border-bottom: 1px solid #eaeaea;
}
.text-content h1 {
  color: #4c868e;
  text-shadow: none;
  padding: 0 0 5px;
  margin: 15px 0;
  font-size: 30px;
}
.text-content img {
  height: auto;
  max-width: 100%;
}
h3, h3 a {
  color: #4c868e;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: .5rem;
}
.region-content {
  padding: 15px;
}
.text-content {
  padding: 0;
  max-width: 100%;
  overflow: auto;
}
.input-group-btn button {
  border-radius: 0;
  height: 30px;
  border-left: 0;
  background-color: #0a4b40;
  color: #fff;
  border-color: #0a4b40;
}
.navbar-right{margin-right:0}
.navbar-default .navbar-nav>li>a.is-active {
  color: #ffc72c;
  background-color: transparent;
}
.menu--main .dropdown:hover>.dropdown-menu {
  display: block;
}
.menu--main .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.menu--main ul.dropdown-menu li a {
  border-bottom: 1px solid #f9f9f9;
  padding: 10px 15px;
}
.navbar-default .navbar-nav>li:hover>a {
  background-color: #0a4b40;
  color: #FFF;
}
ul.tabs--primary {
  max-width: 1170px;
  margin: 0 auto;
  border:0;
  border-top: 1px solid #e4e4e4;
}
ul.tabs--primary.nav-tabs>li>a{
  border-radius: 0;
  padding: 10px 15px;
  border:0;
  color:#fff;
}
ul.tabs--primary.nav-tabs>li>a:hover, ul.tabs--primary.nav-tabs>li>a:active, ul.tabs--primary.nav-tabs>li>a:focus {
  background: #886a26;
}
ul.tabs--primary.nav-tabs>li.active>a, ul.tabs--primary.nav-tabs>li.active>a:focus, ul.tabs--primary.nav-tabs>li.active>a:hover {
  border:0;
  background:#fff;
  color: #555;
}
.main-content h1.page-header {
  margin-top: 20px;
}
.main-content .breadcrumb + h1.page-header {
  margin:10px 0 0 0;
}


.footer h2.block-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.social-links a {
  color: #00ADE4;
}
ul.menu.menu--footer.nav>li {
  width: 33.33%;
  float: left;
}
ul.menu.menu--footer.nav>li .caret{
  display:none;
}
ul.menu.menu--footer.nav>li .dropdown-menu{
  display:block;
  position: static;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links h4 {
  color:#00ADE4;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.footer-links .item a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-links > .item:first-child h4 {
  color:#fff;
}
.footer-links > .item:first-child a {
  color: #00ADE4;
  font-size: 12px;
  line-height: 14px;
}


.copy-bottom {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}
.copy-bottom > li {
  display: inline;
}
.copyright {
  padding: 15px 0;
}
.copy-bottom a {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-right: 4px;
  text-decoration: none;
  color: #00ADE4;
}
.copy-bottom img{
  margin-right: 15px;
}
.copy-bottom a:hover{
  color: #23527c;
}


.region.region-social-share {
  position: fixed;
  top: calc(50% - 125px);
  width: 48px;
  background: #ffffffbf;
  padding: 4px;
  border-radius: 5px;
  z-index: 100;
}
.social-media-sharing ul {
  display: block;
}
.social-media-sharing li {
  margin: 5px 0;
}

.addtoany_list.a2a_kit_size_32 a > span {
  background: #263e58 !important;
  border-radius: 0;
  float:left;
}
.addtoany_list > a {
  padding: 4px;
}


.region-sidebar-second>div {
  margin-bottom: 40px;
  margin-top: 0;
}

.breadcrumb {
  background: none;
  padding: 0 15px;
  margin: 20px 0 0 0;
}
.breadcrumb li {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.breadcrumb li a {
  color: #ffc72c;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.83);
}
.breadcrumb>.active {
  color: #ffc72c;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.83);
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ffc72c;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.83);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #0a4b40;
  border-color: #0a4b40;
}
.pagination>li>a, .pagination>li>span {
  color:#0a4b40;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius:0;
}

code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.btn,
.btn-link,
.dropdown-menu,
.list-group-item,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
    border-radius:0 !important;
}

.btn-primary {
  background-color: #0a4b40;
  border-color: #0a4b40;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  text-align: center;
  margin-right: 15px;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
  background-color: #ffc72c;
  border-color: #ffc72c;
  color: #0a4b40;
  text-decoration: none;
}

.btn-secondary {
  background-color: transparent;
  color: #0a4b40;
  border: 3px solid #0a4b40;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 25px;
}
.read-more a {
	min-width: 186px;
	margin-top: 15px;
	background-color: #0a4b40;
	border-color: #0a4b40;
  border-radius: 22px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: initial;
	padding: 10px 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
}
.read-more a:hover {
	background-color: #ffc72c;
	border-color: #ffc72c;
	color: #0a4b40;
	text-decoration: none;
}
/* .btn-secondary:hover,.btn-secondary:active,.btn-secondary:focus {
  background-color: #ffc72c;
  border-color: #ffc72c;
  color: #0a4b40;
  text-decoration: none;
} */

table {
  width: 100%;
  margin-bottom: 30px;
}
td, th {
  padding: 5px;
  border: 1px solid;
}
blockquote {
  border-left: 5px solid #ffc72c;
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right!important;
  }
}
@media (max-width: 767px) {
  .menu--main .dropdown>.dropdown-menu{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    display: block;
  }
  .menu--main .dropdown>.dropdown-menu a{
    color: #FFF;
  }
  .menu--main .dropdown>.dropdown-menu a:hover {
    background: #0a4b40;
    color: #fff;
  }
  .menu--main ul.dropdown-menu li a {
    border-bottom:0;
  }
  .region.region-social-share {
    text-align: center;
    position: static;
    width: 100%;
  }
  span.a2a_label {
    position: fixed !important;
  }
}

@media print {
  .region-social-share,
  .region-banner nav.tabs,
  .region-header #search-block-form
  {
    display:none;
  }
  .body-content {
    margin: 0 30px;
  }
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .text-content h4{
    margin-top: 30px;
  }
  .col-eq-height {
    display:block;
  }
}

table.dataTable tfoot tr, table tr:FIRST-CHILD + tr th:nth-child(4), table tr:FIRST-CHILD + tr th:nth-child(5) {
  display: none;
}

table tr:FIRST-CHILD + tr th {
  border:0
}


/* social icon css */
.region-social-share { display:none;}
.nav-soc

{
position: absolute;
    top: 9px;
    right: 370px;
    margin: 0px 0 0 0px;
    height: 32px;
    width: 32px;
}
.nav-soc a
{
margin: 3px 0 0 0px;
}
.linkedin-a-button
{
height: 32px;
    width: 32px;
    margin: -6px 0 0 0px;
}
.a2a_button_linkedin:hover
{
 background-color: transparent !important;
}
.a2a_button_linkedin
{
 background-color: transparent !important;
}

/* Missing a2a styles */
.a2a_svg {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 32px;
}

.a2a_label {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0 0,0 0,0 0);
  -webkit-clip-path: polygon(0 0,0 0,0 0);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
