/*

COA 2018 Style

	Design: Molokini Marketing
	Author:	VJKL
	Date:	13th February 2018

*/
@font-face {
  font-family: 'icomoon';
  src: url('http://www.containerownersassociation.com/wp-content/themes/coa/fonts/icomoon.eot?lqzx9g');
  src: url('http://www.containerownersassociation.com/wp-content/themes/coa/fonts/icomoon.eot?lqzx9g#iefix') format('embedded-opentype'), url('http://www.containerownersassociation.com/wp-content/themes/coa/fonts/icomoon.ttf?lqzx9g') format('truetype'), url('http://www.containerownersassociation.com/wp-content/themes/coa/fonts/icomoon.woff?lqzx9g') format('woff'), url('http://www.containerownersassociation.com/wp-content/themes/coa/fonts/icomoon.svg?lqzx9g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Animations */
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}
.boxedH3 {
  background-color: #016ccc;
  color: white !important;
  padding: 12px !important;
  font-size: 20px;
  text-transform: uppercase !important;
  user-select: none;
}
/* Custom Post Type Divi Fixes */
.et_pb_pagebuilder_layout.single-technical-resource #page-container .et_pb_row {
  width: 100%;
}
.et_pb_pagebuilder_layout.single-technical-resource #page-container .et_pb_with_background .et_pb_row {
  width: 80%;
}
body {
  /*
    ---------------------------------------
    Breadcrumb
    ---------------------------------------
    */
}
body #top-header .container {
  padding-top: 0;
}
body #top-header .container #et-secondary-nav li.sm-icon a {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
  text-indent: 100%;
  transition: 0.3s ease-in-out all;
  white-space: nowrap;
  width: calc(24px);
}
body #top-header .container #et-secondary-nav li.sm-icon a::before {
  color: #016ccc;
  font-family: 'ETModules';
  font-size: calc(24px);
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  transition: 0.4s ease-in-out all;
}
body #top-header .container #et-secondary-nav li.sm-icon a:hover::before,
body #top-header .container #et-secondary-nav li.sm-icon a:focus::before {
  color: #a9b8ba;
}
body #top-header .container #et-secondary-nav li.sm-icon.sm-tw a::before {
  content: '\e094';
}
body #top-header .container #et-secondary-nav li.sm-icon.sm-linkedin a::before {
  content: '\e09d';
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw) {
  background-color: #016ccc;
  color: white;
  transition: 0.3s background-color ease-in-out;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw):not(:last-child) {
  margin-right: 12px;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw):hover {
  background-color: rgba(1, 108, 204, 0.8);
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw) a {
  padding: 12px;
  min-width: 132px;
  text-align: center;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw) a:hover,
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw) a:focus {
  opacity: 1;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw) a::before {
  content: '';
  font-family: 'ETModules';
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-join {
  background-color: #b01300;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-join:hover {
  background-color: rgba(176, 19, 0, 0.8);
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-contact a::before {
  content: '\e090';
  padding-right: 6px;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-login a::before {
  content: '\e06c';
  padding-right: 6px;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-login.nav-logout {
  background-color: #b01300;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-username {
  background-color: transparent;
  user-select: none;
}
body #top-header .container #et-secondary-nav li:not(.sm-linkedin):not(.sm-tw).nav-username a {
  color: black;
  font-weight: 700;
}
body header#main-header {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body header#main-header .mobile_nav.opened #mobile_menu {
  display: flex;
  flex-direction: column;
}
body header#main-header .mobile_nav.opened #mobile_menu li {
  order: 0;
}
body header#main-header .mobile_nav.opened #mobile_menu li.nav-username {
  order: 1;
}
body header#main-header .mobile_nav.opened #mobile_menu li.nav-username a {
  text-transform: uppercase;
  font-weight: 700;
  color: #b01300;
}
body header#main-header .mobile_nav.opened #mobile_menu li.nav-login {
  order: 2;
}
body header#main-header .mobile_nav.opened #mobile_menu li.nav-login a {
  text-transform: uppercase;
  font-weight: 700;
  color: #016ccc;
}
body header#main-header .mobile_nav.opened #mobile_menu li.sm-icon {
  order: 3;
}
@media screen and (min-width: 981px) {
  body header#main-header #top-menu {
    display: flex;
    align-items: center;
  }
  body header#main-header #top-menu li {
    text-align: center;
  }
  body header#main-header #top-menu li a:hover,
  body header#main-header #top-menu li a:focus,
  body header#main-header #top-menu li a:active {
    opacity: 1;
    color: #b01300;
  }
  body header#main-header #top-menu li.current-menu-item > a {
    color: #016ccc;
  }
}
@media screen and (min-width: 1440px) {
  body header#main-header #top-menu li {
    max-width: none;
  }
  body header#main-header #top-menu li:not(:last-child) {
    padding-right: 36px;
  }
}
body .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .owl-carousel .owl-nav {
    top: calc(50% - 32px);
  }
}
body .owl-carousel .owl-nav div {
  color: #016ccc;
  font-family: 'ETModules';
  font-size: 32px;
  line-height: 32px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  body .owl-carousel .owl-nav div {
    font-size: 64px;
    line-height: 64px;
  }
}
body .owl-carousel .owl-nav .owl-prev {
  left: -12px;
  transform: translateX(-100%);
}
body .owl-carousel .owl-nav .owl-next {
  right: -12px;
  transform: translateX(100%);
}
body .coa-breadcrumb {
  font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 0 12px;
  text-transform: uppercase;
}
body .coa-breadcrumb span::before {
  color: black;
  font-family: 'ETModules';
  padding-right: 12px;
}
body .coa-breadcrumb span:not(.home)::before {
  content: '\35';
}
body .coa-breadcrumb span.home::before {
  content: '\e074';
}
body .coa-breadcrumb span.home:hover,
body .coa-breadcrumb span.home:focus {
  color: #b01300 !important;
}
body .coa-breadcrumb span.home:hover::before,
body .coa-breadcrumb span.home:focus::before {
  color: #b01300;
}
body .coa-breadcrumb span a {
  color: black;
}
body .coa-breadcrumb span a:hover,
body .coa-breadcrumb span a:focus {
  color: #b01300;
  text-decoration: underline;
}
body p + .coa-downloads {
  margin-top: 24px;
}
body .coa-downloads {
  overflow: hidden;
}
body .coa-downloads h3 {
  background-color: #016ccc;
  color: white !important;
  padding: 12px !important;
  font-size: 20px;
  text-transform: uppercase !important;
  user-select: none;
}
body .coa-downloads > p {
  padding: 12px;
}
body .coa-downloads ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
body .coa-downloads ul li {
  background-color: #f5f5f5;
}
body .coa-downloads ul li:nth-child(odd) {
  background-color: #ececec;
}
body .coa-downloads ul li a:not(.login),
body .coa-downloads ul li span {
  position: relative;
  display: block;
  padding: 12px 48px;
  overflow: hidden;
}
body .coa-downloads ul li a:not(.login)::before,
body .coa-downloads ul li span::before {
  content: '\e059';
  font-family: 'ETModules';
  font-size: 20px;
  color: #016ccc;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
body .coa-downloads ul li a:not(.login)::after,
body .coa-downloads ul li span::after {
  content: '\e092';
  font-family: 'ETModules';
  font-size: 20px;
  color: #b01300;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
body .coa-downloads ul li a.login {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  body .coa-downloads ul li a.login {
    display: inline;
    padding-left: 12px;
    float: right;
  }
}
body #et-main-area #main-content {
  /*
			.coa-projects{
				.owl-stage{
					margin:0 auto;

					.technical-resource{
						&::before{
							border-color: transparent transparent @colBlue transparent;	
						}

						h2{
							a{
								&::after{
									color:@colBlue;
								}
							}
						}
					}
				}
			}*/
}
body #et-main-area #main-content .et_pb_text.et_pb_bg_layout_dark a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: white;
  border-bottom: 2px solid rgba(236, 236, 236, 0.1);
}
body #et-main-area #main-content .et_pb_text.et_pb_bg_layout_dark a:hover,
body #et-main-area #main-content .et_pb_text.et_pb_bg_layout_dark a:focus,
body #et-main-area #main-content .et_pb_text.et_pb_bg_layout_dark a:active {
  border-color: #ececec;
}
body #et-main-area #main-content .adjust-heading-height h2 {
  min-height: 120px;
}
body #et-main-area #main-content .adjust-portfolio-img-height .et_portfolio_image img {
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 360px) {
  body #et-main-area #main-content .adjust-portfolio-img-height .et_portfolio_image img {
    height: 160px;
  }
}
@media screen and (min-width: 1440px) {
  body #et-main-area #main-content .adjust-portfolio-img-height .et_portfolio_image img {
    height: 240px;
  }
}
body #et-main-area #main-content #coa-homepage-banner h1,
body #et-main-area #main-content #coa-homepage-banner h2 {
  font-weight: 700;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
body #et-main-area #main-content #coa-homepage-banner h1 {
  font-size: 26px;
}
@media screen and (min-width: 360px) {
  body #et-main-area #main-content #coa-homepage-banner h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content #coa-homepage-banner h1 {
    font-size: 5vw;
  }
}
body #et-main-area #main-content #coa-homepage-banner h2 {
  font-size: 18px;
}
@media screen and (min-width: 360px) {
  body #et-main-area #main-content #coa-homepage-banner h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content #coa-homepage-banner h2 {
    font-size: 3.1vw;
  }
}
body #et-main-area #main-content #coa-homepage-banner .become-a-member {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 1.4em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content #coa-homepage-banner .become-a-member {
    font-size: 18px;
  }
}
@media screen and (min-width: 981px) {
  body #et-main-area #main-content #coa-homepage-banner .become-a-member {
    font-size: 24px;
  }
}
body #et-main-area #main-content #coa-homepage-banner .become-a-member:hover {
  padding-right: 1.4em;
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content #coa-homepage-banner .become-a-member::after {
    top: 14px;
  }
}
body #et-main-area #main-content .coa-underline-centre-heading h1,
body #et-main-area #main-content .coa-underline-left-heading h1,
body #et-main-area #main-content .coa-underline-centre-heading h2,
body #et-main-area #main-content .coa-underline-left-heading h2,
body #et-main-area #main-content .coa-underline-centre-heading h3,
body #et-main-area #main-content .coa-underline-left-heading h3,
body #et-main-area #main-content .coa-underline-centre-heading h4,
body #et-main-area #main-content .coa-underline-left-heading h4,
body #et-main-area #main-content .coa-underline-centre-heading h5,
body #et-main-area #main-content .coa-underline-left-heading h5,
body #et-main-area #main-content .coa-underline-centre-heading h6,
body #et-main-area #main-content .coa-underline-left-heading h6 {
  border-bottom: calc(4px) solid #016ccc;
  padding: 0 12px 12px;
}
body #et-main-area #main-content .coa-underline-left-heading {
  text-align: left;
}
body #et-main-area #main-content .coa-underline-centre-heading {
  text-align: center;
}
body #et-main-area #main-content .coa-underline-centre-heading h1,
body #et-main-area #main-content .coa-underline-centre-heading h2,
body #et-main-area #main-content .coa-underline-centre-heading h3,
body #et-main-area #main-content .coa-underline-centre-heading h4,
body #et-main-area #main-content .coa-underline-centre-heading h5,
body #et-main-area #main-content .coa-underline-centre-heading h6 {
  display: inline-block;
}
body #et-main-area #main-content .coa-news-grid .et_pb_module {
  margin-bottom: 0 !important;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post {
  background-color: white;
  border: 8px solid white;
  height: 169px;
  width: 220px;
  padding: 12px;
  position: relative;
  margin: 0 auto;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease-in-out all;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post:hover::before,
body #et-main-area #main-content .coa-news-grid .et_pb_post:focus::before,
body #et-main-area #main-content .coa-news-grid .et_pb_post:active::before {
  bottom: -4px;
  right: -4px;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post .post-content {
  display: none;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post .entry-title,
body #et-main-area #main-content .coa-news-grid .et_pb_post h2 {
  font-size: 18px;
  height: 100%;
  padding-bottom: 0;
  margin-top: 0;
  text-transform: none;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post .entry-title a,
body #et-main-area #main-content .coa-news-grid .et_pb_post h2 a {
  display: block;
  height: 100%;
  position: relative;
}
body #et-main-area #main-content .coa-news-grid .et_pb_post .entry-title a::after,
body #et-main-area #main-content .coa-news-grid .et_pb_post h2 a::after {
  bottom: 0;
  content: 'Find out more';
  display: block;
  position: absolute;
  text-decoration: underline;
}
body #et-main-area #main-content .coa-news-grid {
  background-color: #ececec;
  margin-bottom: 0;
  padding: 12px 12px 0;
}
body #et-main-area #main-content .coa-news-grid .column {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  width: 100% !important;
}
body #et-main-area #main-content .coa-news-grid .column .et_pb_post {
  border-color: #ececec;
  border-width: 6px;
  flex: 1 0 100%;
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content .coa-news-grid .column .et_pb_post {
    flex: 1 0 50%;
  }
}
body #et-main-area #main-content .coa-news-grid .column .et_pb_post::before {
  border-color: transparent transparent #b01300 transparent;
}
body #et-main-area #main-content .coa-news-grid .column .et_pb_post .entry-title {
  color: black;
}
body #et-main-area #main-content .coa-news-grid .column .et_pb_post .entry-title a::after {
  color: #b01300;
}
body #et-main-area #main-content .coa-news-grid + .et_pb_button_module_wrapper {
  background-color: #ececec;
  padding: 12px 18px 18px;
}
body #et-main-area #main-content .coa-news-grid + .et_pb_button_module_wrapper .et_pb_button {
  width: 100%;
  text-align: center;
  padding: 12px 0 !important;
}
body #et-main-area #main-content .coa-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  user-select: none;
}
body #et-main-area #main-content .coa-cta .et_pb_promo_description .et_pb_module_header {
  margin-bottom: 12px;
}
body #et-main-area #main-content .coa-cta .et_pb_promo_description p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 auto;
  width: 85%;
}
body #et-main-area #main-content .coa-cta .et_pb_button_wrapper {
  bottom: -4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
body #et-main-area #main-content .coa-cta .et_pb_button_wrapper .et_pb_button {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 1.4em;
}
body #et-main-area #main-content .coa-events-tabs {
  margin-bottom: 0;
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls {
  background-color: white;
  border-bottom: 1px solid #016ccc;
  display: flex;
  flex-wrap: nowrap;
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls:after {
  border-top: 1px solid #016ccc;
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls li {
    display: initial;
    flex: 1 0 auto;
    padding: 6px 0;
  }
}
@media screen and (min-width: 768px) {
  body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls li a {
    color: #016ccc !important;
    display: block;
    width: 100%;
  }
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls li.et_pb_tab_active {
  background-color: #016ccc;
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
  color: white !important;
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tab {
  padding: 0;
}
body #et-main-area #main-content .coa-events-tabs .et_pb_tab .et_pb_tab_content > p {
  padding: 12px;
}
body #et-main-area #main-content .coa-events-tabs .event-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
}
body #et-main-area #main-content .coa-events-tabs .event-preview:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
body #et-main-area #main-content .coa-events-tabs .event-preview .date {
  text-align: center;
  width: 120px;
}
body #et-main-area #main-content .coa-events-tabs .event-preview .date span {
  color: #b01300;
  font-weight: bold;
  text-transform: uppercase;
}
body #et-main-area #main-content .coa-events-tabs .event-preview .title {
  flex: 1;
  padding: 12px 0;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
body #et-main-area #main-content .coa-events-tabs .event-preview:hover,
body #et-main-area #main-content .coa-events-tabs .event-preview:focus {
  background-color: #016ccc;
}
body #et-main-area #main-content .coa-events-tabs .event-preview:hover .date > span,
body #et-main-area #main-content .coa-events-tabs .event-preview:focus .date > span,
body #et-main-area #main-content .coa-events-tabs .event-preview:hover .title,
body #et-main-area #main-content .coa-events-tabs .event-preview:focus .title {
  color: white;
}
body #et-main-area #main-content .coa-events-tabs + .et_pb_button_module_wrapper {
  background-color: #ececec;
  padding: 18px;
}
body #et-main-area #main-content .coa-events-tabs + .et_pb_button_module_wrapper .et_pb_button {
  width: 100%;
  text-align: center;
  padding: 12px 0 !important;
}
body footer .bottom-nav li:first-child a:hover,
body footer .bottom-nav li:first-child a:active,
body footer .bottom-nav li:first-child a:focus {
  cursor: default;
  opacity: 1 !important;
  user-select: none;
}
body footer #footer-bottom {
  display: none;
}
body footer #footer-widgets {
  padding-top: 0;
}
body footer #footer-widgets .footer-widget {
  margin-bottom: 0 !important;
  width: 100% !important;
}
body footer #footer-widgets .footer-widget:first-child {
  border-top: 1px solid #0b0e10;
  position: relative;
  height: 48px;
}
body footer #footer-widgets .footer-widget #text-3 {
  background-color: white;
  height: 48px;
  padding-left: 24px;
  position: absolute;
  right: 0;
  top: -28px;
}
body footer #footer-widgets .footer-widget #nav_menu-3 {
  padding: 0 0 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body footer #footer-widgets .footer-widget #nav_menu-3 .menu {
    columns: 4;
  }
}
body footer #footer-widgets .footer-widget #nav_menu-3 .menu li {
  padding-left: 0 !important;
}
body footer #footer-widgets .footer-widget #nav_menu-3 .menu li::before {
  display: none;
}
body footer #footer-widgets .footer-widget #nav_menu-3 .menu li a:hover,
body footer #footer-widgets .footer-widget #nav_menu-3 .menu li a:focus,
body footer #footer-widgets .footer-widget #nav_menu-3 .menu li a:active {
  color: #016ccc;
  text-decoration: underline;
}
body footer #footer-widgets .footer-widget a[data-social="linkedin"] {
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 36px;
}
body footer #footer-widgets .footer-widget a[data-social="linkedin"]::before {
  color: #016ccc;
  content: '\e09d';
  font-family: 'ETModules';
  font-size: 36px;
  font-weight: 400;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
body footer #et-footer-nav .bottom-nav {
  padding: 24px 0;
  position: relative;
  text-align: left;
}
body footer #et-footer-nav .bottom-nav::after {
  background-image: url(/wp-content/uploads/2018/03/coa-reversed.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 28px;
  margin: 24px 0 12px;
  width: 129px;
}
@media screen and (min-width: 981px) {
  body footer #et-footer-nav .bottom-nav::after {
    margin: 0;
    position: absolute;
    right: 0;
    top: 22px;
    bottom: 12px;
  }
}
body.single-technical-resource .coa-technical-resource-intro p:first-of-type {
  color: #b01300;
  font-weight: 700;
}
body.page .et_pb_text h3,
body.single-technical-resource .et_pb_text h3,
body.page .et_pb_text h4,
body.single-technical-resource .et_pb_text h4,
body.page .et_pb_text h5,
body.single-technical-resource .et_pb_text h5,
body.page .et_pb_text h6,
body.single-technical-resource .et_pb_text h6 {
  text-transform: none;
}
body.page .et_pb_text h3,
body.single-technical-resource .et_pb_text h3 {
  color: #016ccc;
  padding: 36px 0;
}
body.page .coa-error,
body.single-technical-resource .coa-error,
body.page .coa-success,
body.single-technical-resource .coa-success {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 4px 12px;
  font-weight: 700;
  user-select: none;
}
body.page .coa-error::before,
body.single-technical-resource .coa-error::before,
body.page .coa-success::before,
body.single-technical-resource .coa-success::before {
  font-family: 'ETModules';
  padding-right: 1em;
}
body.page .coa-error,
body.single-technical-resource .coa-error {
  border-left: 6px solid #b01300;
}
body.page .coa-error::before,
body.single-technical-resource .coa-error::before {
  content: '\73';
}
body.page .coa-success,
body.single-technical-resource .coa-success {
  border-left: 6px solid #016ccc;
}
body.page .coa-success::before,
body.single-technical-resource .coa-success::before {
  content: '\4e';
}
body.page .coa-login-header h1,
body.single-technical-resource .coa-login-header h1 {
  color: black;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  body.page .coa-login-header,
  body.single-technical-resource .coa-login-header {
    background-color: #016ccc;
    padding: 4% 2% 8%;
  }
  body.page .coa-login-header h1,
  body.single-technical-resource .coa-login-header h1 {
    color: white;
    font-size: 30px;
  }
}
body.page .coa-login,
body.single-technical-resource .coa-login {
  max-width: 360px;
}
body.page .coa-login .et_pb_newsletter_description,
body.single-technical-resource .coa-login .et_pb_newsletter_description {
  align-self: center;
  padding: 48px 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.page .coa-login .et_pb_newsletter_description,
  body.single-technical-resource .coa-login .et_pb_newsletter_description {
    padding: 48px 0 24px;
  }
}
body.page .coa-login .et_pb_newsletter_description img,
body.single-technical-resource .coa-login .et_pb_newsletter_description img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  body.page .coa-login .et_pb_newsletter_description img,
  body.single-technical-resource .coa-login .et_pb_newsletter_description img {
    width: auto;
  }
}
body.page .coa-login .et_pb_newsletter_form,
body.single-technical-resource .coa-login .et_pb_newsletter_form {
  padding: 24px;
  width: 100%;
}
body.page .coa-login .et_pb_newsletter_form .et_pb_contact_form_label,
body.single-technical-resource .coa-login .et_pb_newsletter_form .et_pb_contact_form_label {
  display: block !important;
  font-size: 12px;
}
body.page .coa-login .et_pb_forgot_password,
body.single-technical-resource .coa-login .et_pb_forgot_password {
  display: none;
}
body.page .coa-login .field-error,
body.single-technical-resource .coa-login .field-error {
  border: 1px solid #b01300;
  padding: 13px calc('4% - 1px');
}
body.page .coa-registration,
body.single-technical-resource .coa-registration {
  padding: 12px;
}
body.page .coa-registration img,
body.single-technical-resource .coa-registration img {
  padding: 48px 0 0;
  margin-bottom: 0;
  width: 160px;
}
@media screen and (min-width: 768px) {
  body.page .coa-registration img,
  body.single-technical-resource .coa-registration img {
    padding: 48px 0 24px;
    width: 180px;
  }
}
body.page .coa-registration input[type="submit"],
body.single-technical-resource .coa-registration input[type="submit"] {
  margin: 12px;
  transition: all .2s;
}
body.page .coa-registration input[type="submit"]:hover,
body.single-technical-resource .coa-registration input[type="submit"]:hover,
body.page .coa-registration input[type="submit"]:focus,
body.single-technical-resource .coa-registration input[type="submit"]:focus,
body.page .coa-registration input[type="submit"]:active,
body.single-technical-resource .coa-registration input[type="submit"]:active {
  background-color: rgba(176, 19, 0, 0.75);
}
body.page .coa-registration,
body.single-technical-resource .coa-registration,
body.page .coa-login,
body.single-technical-resource .coa-login {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ececec;
  background-color: white;
}
@media screen and (min-width: 768px) {
  body.page .coa-registration,
  body.single-technical-resource .coa-registration,
  body.page .coa-login,
  body.single-technical-resource .coa-login {
    margin: -8% auto 0;
  }
}
body.page .coa-registration button[type="submit"],
body.single-technical-resource .coa-registration button[type="submit"],
body.page .coa-login button[type="submit"],
body.single-technical-resource .coa-login button[type="submit"],
body.page .coa-registration input[type="submit"],
body.single-technical-resource .coa-registration input[type="submit"],
body.page .coa-login input[type="submit"],
body.single-technical-resource .coa-login input[type="submit"] {
  color: white;
  background-color: #016ccc;
  font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px;
  border: 0;
  text-transform: uppercase;
}
body.page .coa-login-error,
body.single-technical-resource .coa-login-error {
  padding: 0;
}
body.page .coa-login-error .et_pb_row,
body.single-technical-resource .coa-login-error .et_pb_row {
  padding: 0;
}
body.page .inline-et-buttons .et_pb_button_module_wrapper,
body.single-technical-resource .inline-et-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}
body.page .inline-et-buttons .et_pb_button_module_wrapper a,
body.single-technical-resource .inline-et-buttons .et_pb_button_module_wrapper a {
  text-decoration: none;
}
body.page .inline-et-buttons .et_pb_button_module_wrapper:not(:last-child),
body.single-technical-resource .inline-et-buttons .et_pb_button_module_wrapper:not(:last-child) {
  margin-right: 12px;
}
body.page .coa-members-filters,
body.single-technical-resource .coa-members-filters {
  display: flex;
  flex-direction: column;
  margin: 0.5% 0.5% 24px;
}
@media screen and (min-width: 768px) {
  body.page .coa-members-filters,
  body.single-technical-resource .coa-members-filters {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  body.page .coa-members-filters div,
  body.single-technical-resource .coa-members-filters div {
    margin-right: 12px;
  }
}
body.page .coa-members-filters div label,
body.single-technical-resource .coa-members-filters div label {
  margin-right: 12px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body.page .coa-members-filters div label,
  body.single-technical-resource .coa-members-filters div label {
    display: inline-block;
  }
}
body.page .coa-members-filters div select,
body.single-technical-resource .coa-members-filters div select {
  border-radius: 3px;
  border: 1px solid #016ccc;
  color: #016ccc;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page .coa-members-filters div select,
  body.single-technical-resource .coa-members-filters div select {
    width: auto;
  }
}
body.page .coa-members,
body.single-technical-resource .coa-members {
  overflow: hidden;
}
body.page .coa-members .coa-member-thumb,
body.single-technical-resource .coa-members .coa-member-thumb {
  text-decoration: none;
  width: 100%;
  margin-bottom: 2%;
  border: 2px solid #ececec;
  padding: 18px;
}
body.page .coa-members .coa-member-thumb:hover,
body.single-technical-resource .coa-members .coa-member-thumb:hover {
  box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.2);
  border-color: #016ccc;
}
@media screen and (min-width: 768px) {
  body.page .coa-members .coa-member-thumb,
  body.single-technical-resource .coa-members .coa-member-thumb {
    margin: 0.5%;
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  body.page .coa-members .coa-member-thumb,
  body.single-technical-resource .coa-members .coa-member-thumb {
    width: 32%;
  }
}
body.page .coa-members .coa-member-thumb img,
body.single-technical-resource .coa-members .coa-member-thumb img {
  float: right;
  max-width: 64px;
  max-height: 60px;
  padding-left: 3%;
}
@media screen and (min-width: 981px) {
  body.page .coa-members .coa-member-thumb img,
  body.single-technical-resource .coa-members .coa-member-thumb img {
    min-width: 96px;
  }
}
@media screen and (min-width: 1440px) {
  body.page .coa-members .coa-member-thumb img,
  body.single-technical-resource .coa-members .coa-member-thumb img {
    min-width: 136px;
  }
}
body.page .coa-members .coa-member-thumb h3,
body.single-technical-resource .coa-members .coa-member-thumb h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  height: 36px;
  color: black;
}
body.page .coa-members .coa-member-thumb .coa-member-activity,
body.single-technical-resource .coa-members .coa-member-thumb .coa-member-activity {
  padding-bottom: 0;
  font-size: 13px;
}
body.page .coa-members .coa-member-thumb .coa-member-type,
body.single-technical-resource .coa-members .coa-member-thumb .coa-member-type {
  clear: both;
  float: left;
  border: 1px solid #016ccc;
  border-radius: 3px;
  color: #016ccc;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
  padding: 3px;
  text-transform: capitalize;
  user-select: none;
}
body.page .coa-members .coa-member-thumb[data-coa-member-type="Full Member"],
body.single-technical-resource .coa-members .coa-member-thumb[data-coa-member-type="Full Member"] {
  border-color: #b01300;
}
body.page .coa-members .coa-member-thumb[data-coa-member-type="Full Member"] .coa-member-type,
body.single-technical-resource .coa-members .coa-member-thumb[data-coa-member-type="Full Member"] .coa-member-type {
  border-color: #b01300;
  color: white;
  background-color: #b01300;
}
body.page .coa-chairmen .et_pb_column,
body.single-technical-resource .coa-chairmen .et_pb_column,
body.page .coa-board .et_pb_column,
body.single-technical-resource .coa-board .et_pb_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.page .coa-chairmen .et_pb_column,
  body.single-technical-resource .coa-chairmen .et_pb_column,
  body.page .coa-board .et_pb_column,
  body.single-technical-resource .coa-board .et_pb_column {
    flex-direction: row;
    justify-content: center;
  }
}
body.page .coa-chairmen .et_pb_column .et_pb_text,
body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text,
body.page .coa-board .et_pb_column .et_pb_text,
body.single-technical-resource .coa-board .et_pb_column .et_pb_text {
  border: 1px solid #ececec;
  margin-bottom: 12px;
  width: 280px;
}
body.page .coa-chairmen .et_pb_column .et_pb_text h4,
body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text h4,
body.page .coa-board .et_pb_column .et_pb_text h4,
body.single-technical-resource .coa-board .et_pb_column .et_pb_text h4 {
  background-color: #016ccc;
  color: white;
  padding: 12px;
  text-transform: uppercase;
}
body.page .coa-chairmen .et_pb_column .et_pb_text h4 + p,
body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text h4 + p,
body.page .coa-board .et_pb_column .et_pb_text h4 + p,
body.single-technical-resource .coa-board .et_pb_column .et_pb_text h4 + p {
  margin-top: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}
body.page .coa-chairmen .et_pb_column .et_pb_text p:last-child,
body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text p:last-child,
body.page .coa-board .et_pb_column .et_pb_text p:last-child,
body.single-technical-resource .coa-board .et_pb_column .et_pb_text p:last-child {
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  body.page .coa-chairmen .et_pb_column .et_pb_text:not(:first-child),
  body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text:not(:first-child),
  body.page .coa-board .et_pb_column .et_pb_text:not(:first-child),
  body.single-technical-resource .coa-board .et_pb_column .et_pb_text:not(:first-child) {
    margin-left: 12px;
  }
}
body.page .coa-chairmen .et_pb_column .et_pb_text h4 + p,
body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text h4 + p {
  font-size: 24px;
}
body.page .coa-chairmen .et_pb_column .et_pb_text p,
body.single-technical-resource .coa-chairmen .et_pb_column .et_pb_text p {
  font-size: 18px;
}
body.page .coa-board .et_pb_column .et_pb_text,
body.single-technical-resource .coa-board .et_pb_column .et_pb_text {
  height: 208px;
  max-height: 208px;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  body.page .coa-board .et_pb_column .et_pb_text,
  body.single-technical-resource .coa-board .et_pb_column .et_pb_text {
    width: 200px;
  }
}
body.page .coa-board .et_pb_column .et_pb_text p,
body.single-technical-resource .coa-board .et_pb_column .et_pb_text p {
  font-size: 14px;
  line-height: 18px;
}
body.page .coa-breadcrumb,
body.single-technical-resource .coa-breadcrumb {
  margin-bottom: 12px;
}
body.page .coa-breadcrumb a,
body.single-technical-resource .coa-breadcrumb a {
  color: #b01300;
  padding-right: 12px;
}
body.page .coa-breadcrumb a:not(:first-child),
body.single-technical-resource .coa-breadcrumb a:not(:first-child) {
  padding-left: 12px;
}
body.page .coa-breadcrumb a:last-child,
body.single-technical-resource .coa-breadcrumb a:last-child {
  font-weight: 700;
}
body.page .technical-resource-excerpt,
body.single-technical-resource .technical-resource-excerpt {
  color: #b01300;
  font-weight: 700;
  text-transform: uppercase;
}
body.page .coa-resources-grid .et_pb_text,
body.single-technical-resource .coa-resources-grid .et_pb_text {
  border: 1px solid #ececec;
}
body.page .coa-resources-grid .et_pb_text::after,
body.single-technical-resource .coa-resources-grid .et_pb_text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #b01300 transparent;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: 0.3s ease-in-out all;
}
body.page .coa-resources-grid .et_pb_text:hover::after,
body.single-technical-resource .coa-resources-grid .et_pb_text:hover::after,
body.page .coa-resources-grid .et_pb_text:focus::after,
body.single-technical-resource .coa-resources-grid .et_pb_text:focus::after,
body.page .coa-resources-grid .et_pb_text:active::after,
body.single-technical-resource .coa-resources-grid .et_pb_text:active::after {
  bottom: 4px;
  right: 4px;
}
body.page .coa-resources-grid .et_pb_text h2,
body.single-technical-resource .coa-resources-grid .et_pb_text h2 {
  box-sizing: content-box;
  font-size: 20px;
  margin-top: 0;
  min-height: 40px;
  color: #016ccc;
  user-select: none;
  padding-bottom: 0;
  padding: 4px 12px 12px;
}
body.page .coa-events-grid .et_pb_portofolio_pagination,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination,
body.page .coa-events-grid nav.posts-navigation,
body.single-technical-resource .coa-events-grid nav.posts-navigation {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
body.page .coa-events-grid .et_pb_portofolio_pagination h2,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination h2,
body.page .coa-events-grid nav.posts-navigation h2,
body.single-technical-resource .coa-events-grid nav.posts-navigation h2 {
  padding: 0;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links,
body.page .coa-events-grid nav.posts-navigation div.nav-links,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links {
  line-height: 36px;
  padding: 10px;
  overflow: hidden;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a,
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-next a,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-next a {
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a::after,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a::after,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a::after,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a::after,
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a::after,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a::after,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-next a::after,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-next a::after,
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a::before,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a::before,
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a::before,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-next a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-next a::before {
  position: absolute;
  font-family: 'ETModules';
  font-size: 36px;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a {
  padding-left: 36px;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-previous a::before,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-previous a::before {
  content: '\34';
  left: 0;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-next a,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-next a {
  padding-right: 36px;
}
body.page .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination div.nav-links .nav-next a::before,
body.page .coa-events-grid nav.posts-navigation div.nav-links .nav-next a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation div.nav-links .nav-next a::before {
  content: '\35';
  right: 0;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul,
body.page .coa-events-grid nav.posts-navigation ul,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul {
  display: flex;
  justify-content: center;
  position: relative;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li a,
body.page .coa-events-grid nav.posts-navigation ul li a,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.prev,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.prev,
body.page .coa-events-grid nav.posts-navigation ul li.prev,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.prev,
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.next,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.next,
body.page .coa-events-grid nav.posts-navigation ul li.next,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.next {
  position: absolute;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.prev a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.prev a,
body.page .coa-events-grid nav.posts-navigation ul li.prev a,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.prev a,
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.next a,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.next a,
body.page .coa-events-grid nav.posts-navigation ul li.next a,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.next a {
  display: flex;
  color: #016ccc;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.prev a::after,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.prev a::after,
body.page .coa-events-grid nav.posts-navigation ul li.prev a::after,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.prev a::after,
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.next a::after,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.next a::after,
body.page .coa-events-grid nav.posts-navigation ul li.next a::after,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.next a::after,
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.prev a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.prev a::before,
body.page .coa-events-grid nav.posts-navigation ul li.prev a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.prev a::before,
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.next a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.next a::before,
body.page .coa-events-grid nav.posts-navigation ul li.next a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.next a::before {
  font-family: 'ETModules';
  font-size: 36px;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.prev,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.prev,
body.page .coa-events-grid nav.posts-navigation ul li.prev,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.prev {
  left: 0;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.prev a::before,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.prev a::before,
body.page .coa-events-grid nav.posts-navigation ul li.prev a::before,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.prev a::before {
  content: '\34';
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.next,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.next,
body.page .coa-events-grid nav.posts-navigation ul li.next,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.next {
  right: 0;
}
body.page .coa-events-grid .et_pb_portofolio_pagination ul li.next a::after,
body.single-technical-resource .coa-events-grid .et_pb_portofolio_pagination ul li.next a::after,
body.page .coa-events-grid nav.posts-navigation ul li.next a::after,
body.single-technical-resource .coa-events-grid nav.posts-navigation ul li.next a::after {
  content: '\35';
}
body.page .coa-events-grid .et_pb_portfolio_filters ul,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_filters ul {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 10px 0;
}
body.page .coa-events-grid .et_pb_portfolio_filters ul li:not(:last-child),
body.single-technical-resource .coa-events-grid .et_pb_portfolio_filters ul li:not(:last-child) {
  margin-right: 12px;
}
body.page .coa-events-grid .et_pb_portfolio_filters ul li a,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_filters ul li a {
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
}
body.page .coa-events-grid .et_pb_portfolio_filters ul li a.active,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_filters ul li a.active {
  background-color: #016ccc;
  color: white;
  font-weight: 700;
}
body.page .coa-events-grid .et_pb_portfolio_item,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item {
  background-color: white;
  border: 1px solid #ececec;
  margin-bottom: 0;
  padding: 12px;
  position: relative;
}
body.page .coa-events-grid .et_pb_portfolio_item::after,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #b01300 transparent;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: 0.3s ease-in-out all;
}
body.page .coa-events-grid .et_pb_portfolio_item:hover::after,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item:hover::after,
body.page .coa-events-grid .et_pb_portfolio_item:focus::after,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item:focus::after,
body.page .coa-events-grid .et_pb_portfolio_item:active::after,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item:active::after {
  bottom: 4px;
  right: 4px;
}
body.page .coa-events-grid .et_pb_portfolio_item .et_portfolio_image,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item .et_portfolio_image {
  margin: -12px -12px 12px;
}
body.page .coa-events-grid .et_pb_portfolio_item h2,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item h2 {
  margin-top: 0;
  min-height: 48px;
  color: black;
  user-select: none;
  font-size: 20px;
  text-transform: none;
}
body.page .coa-events-grid .et_pb_portfolio_item .custom-field-container,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item .custom-field-container {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
body.page .coa-events-grid .et_pb_portfolio_item .dp-custom-field-value,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item .dp-custom-field-value {
  font-size: 14px;
}
body.page .coa-events-grid .et_pb_portfolio_item .dp-custom-field-name,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item .dp-custom-field-name {
  display: none;
}
body.page .coa-events-grid .et_pb_portfolio_item p.dp-custom-field,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item p.dp-custom-field {
  user-select: none;
}
body.page .coa-events-grid .et_pb_portfolio_item p.dp-custom-field.location .dp-custom-field-value::after,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item p.dp-custom-field.location .dp-custom-field-value::after {
  content: ',';
}
body.page .coa-events-grid .et_pb_portfolio_item p.dp-custom-field.endDate::before,
body.single-technical-resource .coa-events-grid .et_pb_portfolio_item p.dp-custom-field.endDate::before {
  content: '-';
}
body.page .coa-events-grid .owl-item .et_portfolio_image,
body.single-technical-resource .coa-events-grid .owl-item .et_portfolio_image {
  max-height: 220px;
  overflow: hidden;
}
body.page .coa-events-grid .owl-item .et_portfolio_image img,
body.single-technical-resource .coa-events-grid .owl-item .et_portfolio_image img {
  width: auto;
  display: inline;
}
body.page .coa-events-grid .owl-item .et_pb_portfolio_item,
body.single-technical-resource .coa-events-grid .owl-item .et_pb_portfolio_item {
  width: 100%;
}
body.page-template-page-template-member #main-content .container {
  padding-top: 0;
}
@media screen and (min-width: 981px) {
  body.page-template-page-template-member #main-content .container #left-area {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-page-template-member #main-content .container #left-area .coa-member-logo {
    float: right;
    margin: 0 0 24px 24px;
    max-width: 300px;
  }
}
body.page-template-page-template-member #main-content .container #left-area h1 {
  color: #016ccc;
}
body.page-template-page-template-member #main-content .container #left-area p.return-link {
  color: #016ccc;
  font-size: 14px;
  font-weight: 700;
  margin-top: 48px;
  text-transform: uppercase;
}
body.page-template-page-template-member #main-content .container #left-area p.return-link::before {
  content: '\44';
  font-family: 'ETModules';
}
body.page-template-page-template-member #main-content .container #left-area p.return-link a:hover {
  text-decoration: underline;
}
body.page-template-page-template-member #main-content .container #left-area span.coa-member-type,
body.page-template-page-template-member #main-content .container #left-area span.coa-member-activity {
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
  padding: 3px;
  text-transform: capitalize;
  user-select: none;
}
body.page-template-page-template-member #main-content .container #left-area span.coa-member-type {
  border: 1px solid #016ccc;
  color: #016ccc;
}
body.page-template-page-template-member #main-content .container #left-area span.coa-member-activity {
  border: 1px solid #b01300;
  color: #b01300;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-website {
  background-color: silver;
  color: white;
  display: block;
  text-align: center;
  padding: 6px;
  margin-bottom: 24px;
  transition: 0.5s background-color ease-in-out;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-website:hover {
  background-color: #016ccc;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-website::before {
  content: '\e02b';
  font-family: 'ETModules';
  padding-right: 6px;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-footer {
  overflow: hidden;
  margin: 48px 0 12px;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-footer .col {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  body.page-template-page-template-member #main-content .container #left-area .coa-member-footer .col {
    width: 40%;
    float: left;
    margin-right: 12px;
    margin-top: 0;
  }
}
@media screen and (min-width: 981px) {
  body.page-template-page-template-member #main-content .container #left-area .coa-member-footer .col {
    width: 25%;
  }
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-footer .col h3 {
  font-size: 1em;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-gallery-divider {
  width: 20%;
  margin: 48px auto 0;
  border-color: #016ccc;
  border-width: 12px 0 0 0;
  border-style: solid;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-gallery {
  clear: both;
  margin: 48px 0 96px;
}
body.page-template-page-template-member #main-content .container #left-area .coa-member-gallery .owl-stage {
  margin: 0 auto;
}
body.single-event #main-content .container {
  padding-top: 0;
}
@media screen and (min-width: 981px) {
  body.single-event #main-content .container #left-area {
    padding-top: 0 !important;
  }
}
body.single-event #main-content .container #left-area .et_post_meta_wrapper .entry-title {
  color: #016ccc;
}
body.single-event #main-content .container #left-area .et_post_meta_wrapper .coa-event-subtitle {
  border-bottom: 1px solid #ececec;
  color: #b01300;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: uppercase;
}
body.single-event #main-content .container #left-area .entry-content {
  display: flex;
  flex-wrap: wrap;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container {
  display: flex;
  flex-direction: column;
  order: 1;
}
@media screen and (min-width: 981px) {
  body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container {
    order: 2;
    margin: 0 0 24px 24px;
    width: 40%;
  }
}
body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container .coa-event-thumbnail,
body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container .coa-event-sidebar {
  width: 100%;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container .coa-event-sidebar {
  order: 1;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container .coa-event-thumbnail {
  order: 2;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-sidebar-container .coa-event-thumbnail img {
  margin-top: 24px;
  width: 100%;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-detail {
  margin-bottom: 24px;
  order: 2;
}
@media screen and (min-width: 768px) {
  body.single-event #main-content .container #left-area .entry-content .coa-event-detail {
    order: 1;
    width: calc(60% - 12px*2);
  }
}
body.single-event #main-content .container #left-area .entry-content .coa-event-registration {
  background-color: #a9b8ba;
  color: white;
  display: inline-block;
  margin-bottom: 24px;
  padding: 6px 12px;
  text-decoration: none;
  transition: 0.5s background-color ease-in-out;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-registration::before {
  content: '\e02b';
  font-family: 'ETModules';
  font-weight: 400;
  padding-right: 12px;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-registration:hover,
body.single-event #main-content .container #left-area .entry-content .coa-event-registration:focus,
body.single-event #main-content .container #left-area .entry-content .coa-event-registration:active {
  background-color: #016ccc;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-gallery-header {
  background-color: #016ccc;
  color: white !important;
  padding: 12px !important;
  font-size: 20px;
  text-transform: uppercase !important;
  user-select: none;
  margin-bottom: 24px;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-gallery {
  order: 4;
}
@media screen and (min-width: 981px) {
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery {
    order: 3;
    width: calc(60% - 12px*2);
  }
}
body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li {
  flex: 0 0 calc((100% / 2) - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
}
body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li {
    flex: 0 0 calc((100% / 3) - (12px*2));
  }
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li:nth-child(2n) {
    margin-right: 24px;
  }
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li {
    flex: 0 0 calc((100% / 4) - (12px*3));
    margin-right: 24px;
  }
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li:nth-child(3n) {
    margin-right: 24px;
  }
  body.single-event #main-content .container #left-area .entry-content .coa-event-gallery ul li:nth-child(4n) {
    margin-right: 0;
  }
}
body.single #main-content .container {
  padding-top: 0;
}
@media screen and (min-width: 981px) {
  body.single #main-content .container #left-area {
    padding-top: 0 !important;
  }
}
body.single .et_post_meta_wrapper {
  max-width: none !important;
  padding-top: 0 !important;
}
body.single .et_post_meta_wrapper .entry-title {
  color: #016ccc;
}
body.single .et_post_meta_wrapper .post-meta {
  color: #b01300;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}
@media screen and (min-width: 981px) {
  body.single .et_post_meta_wrapper img {
    float: right;
    margin: 30px 0 24px 24px;
    width: 40%;
    overflow: hidden;
  }
}
body.single .entry-content a {
  text-decoration: underline;
}
body.single .entry-content a:hover,
body.single .entry-content a:focus {
  text-decoration: underline;
}
body.page-id-1396 .fqml {
  border: 0;
}
body.page-id-1396 .fqml td {
  border: 1px solid white;
}
body.page-id-1396 .fqml td p.cert,
body.page-id-1396 .fqml td p.cert1 {
  color: white;
  font-style: italic;
  line-height: 1.1;
}
body.page-id-1396 .fqml td p.cert {
  background-color: #013666;
  border-radius: 6px;
  padding: 6px;
}
body.page-id-1396 .fqml thead td.certs {
  background-color: #aaa;
}
body.page-id-1396 .fqml thead td.tests {
  background-color: #ddd;
}
body.page-id-1396 .fqml tbody tr:nth-child(odd) {
  background-color: #bbb;
}
body.page-id-1396 .fqml tbody tr:nth-child(odd) td.company {
  background-color: #016ccc;
  color: white;
}
body.page-id-1396 .fqml tbody tr:nth-child(odd) td.company-filter {
  background-color: #016ccc;
  color: white;
}
body.page-id-1396 .fqml tbody tr:nth-child(odd) td.certs {
  background-color: #aaa;
}
body.page-id-1396 .fqml tbody tr:nth-child(even) {
  background-color: #eee;
}
body.page-id-1396 .fqml tbody tr:nth-child(even) td.company {
  background-color: #0287fe;
  color: white;
}
body.page-id-1396 .fqml tbody tr:nth-child(even) td.company-filter {
  background-color: #0287fe;
  color: white;
}
body.page-id-1396 .fqml tbody tr:nth-child(even) td.certs {
  background-color: #ddd;
}
/*
------------------------------------------------------------------
	Separated out for clarity - ACF Registration / Profile Fields
------------------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  div.acf-field-5a9d6af1441e9,
  div.acf-field-5a9d6c99d8a95,
  div.acf-field-5a9d4213c86c3,
  div.acf-field-5a9d5d22c1db1,
  div.acf-field-5a9ec19e96dd8,
  div.acf-field-5a9fbd4a545ce,
  div.acf-field-5a9fbf0dd2abc,
  div.acf-field-5a9fbd76545cf,
  div.acf-field-5a9d5d0fc1db0,
  div.acf-field-5a9d64f8e5896 {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  div.acf-field-5a9d6c99d8a95,
  div.acf-field-5a9d5d22c1db1,
  div.acf-field-5a9fbd4a545ce,
  div.acf-field-5a9fbd76545cf,
  div.acf-field-5a9d64f8e5896 {
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  div.acf-form-fields .acf-field:first-child {
    border-top: #eee solid 1px;
  }
}
body {
  /*
---------------------------------------------------------							
Tablepress CSS 							
---------------------------------------------------------
*/
}
@media screen and (min-width: 768px) {
  body.logged-in div.acf-field-5a9d6c99d8a95 {
    float: none;
    width: 100%;
  }
  body.logged-in div.acf-field-5a9d6c99d8a95 input {
    width: calc(50% - 12px);
  }
}
body #tablepress-2,
body #tablepress-3 {
  margin-top: 24px;
  width: 1800px;
  table-layout: fixed;
}
body #tablepress-2 thead tr th.column-1,
body #tablepress-3 thead tr th.column-1 {
  width: 12% !important;
}
body #tablepress-2 tbody tr td,
body #tablepress-3 tbody tr td {
  width: 5% !important;
}
body #tablepress-2 tbody tr td.column-1,
body #tablepress-3 tbody tr td.column-1 {
  width: 12% !important;
}
body #tablepress-2 tbody tr td.column-5,
body #tablepress-3 tbody tr td.column-5 {
  width: 15% !important;
}
body #tablepress-2 colgroup col.column-1,
body #tablepress-3 colgroup col.column-1 {
  width: 12% !important;
}
body #tablepress-2 colgroup col.column-5,
body #tablepress-3 colgroup col.column-5 {
  width: 15% !important;
}
body .tablepress-id-1 {
  border-collapse: collapse;
}
body .tablepress-id-1 table,
body .tablepress-id-1 td,
body .tablepress-id-1 th {
  border: 1px solid white;
}
body .tablepress-table-name {
  font-size: 23px;
  text-transform: none;
}
body .tablepress-id-2,
body .tablepress-id-3 {
  border-collapse: collapse;
  /*td.column-2, td.column-3, td.column-4, td.column-6, td.column-7, td.column-8, td.column-9, td.column-10, td.column-11{
	    width:5%;
	}*/
}
body .tablepress-id-2 .row-1 .column-5,
body .tablepress-id-3 .row-1 .column-5 {
  background-color: #aaa !important;
  text-align: center;
  color: #000000;
}
body .tablepress-id-2 .row-2.even,
body .tablepress-id-3 .row-2.even {
  font-weight: bold;
}
body .tablepress-id-2 .row-1 .column-8.sorting_disabled,
body .tablepress-id-3 .row-1 .column-8.sorting_disabled {
  width: 170px !important;
}
body .tablepress-id-2 table,
body .tablepress-id-3 table,
body .tablepress-id-2 td,
body .tablepress-id-3 td,
body .tablepress-id-2 th,
body .tablepress-id-3 th {
  border: 1px solid white;
}
body .tablepress-id-2 tr td,
body .tablepress-id-3 tr td {
  padding: 6px 15px;
}
body .tablepress-id-2 tbody > tr > :nth-child(1),
body .tablepress-id-3 tbody > tr > :nth-child(1) {
  font-weight: bold;
}
body .tablepress-id-2 tbody > th:nth-child(4n+1),
body .tablepress-id-3 tbody > th:nth-child(4n+1) {
  background-color: #016ccc;
}
body .tablepress-id-2 tbody .even td:nth-child(1),
body .tablepress-id-3 tbody .even td:nth-child(1) {
  background-color: #016ccc;
  color: #ffffff;
}
body .tablepress-id-2 tbody .even td:nth-child(2),
body .tablepress-id-3 tbody .even td:nth-child(2) {
  background-color: #016ccc;
  color: #ffffff;
}
body .tablepress-id-2 tbody .even td:nth-child(3),
body .tablepress-id-3 tbody .even td:nth-child(3) {
  background-color: #016ccc;
  color: #ffffff;
}
body .tablepress-id-2 tbody .even td:nth-child(4),
body .tablepress-id-3 tbody .even td:nth-child(4) {
  background-color: #016ccc;
  color: #ffffff;
}
body .tablepress-id-2 tbody .odd td:nth-child(1),
body .tablepress-id-3 tbody .odd td:nth-child(1) {
  background-color: #0287fe;
  color: #ffffff;
}
body .tablepress-id-2 tbody .odd td:nth-child(2),
body .tablepress-id-3 tbody .odd td:nth-child(2) {
  background-color: #0287fe;
  color: #ffffff;
}
body .tablepress-id-2 tbody .odd td:nth-child(3),
body .tablepress-id-3 tbody .odd td:nth-child(3) {
  background-color: #0287fe;
  color: #ffffff;
}
body .tablepress-id-2 tbody .odd td:nth-child(4),
body .tablepress-id-3 tbody .odd td:nth-child(4) {
  background-color: #0287fe;
  color: #ffffff;
}
body .tablepress thead th {
  background-color: white !important;
  border-bottom: 1px solid white;
}
body .tablepress-id-1 thead th {
  background-color: #aaaaaa !important;
}
body .tablepress .odd td {
  background-color: #bbbbbb;
}
body .tablepress .even td {
  background-color: #eeeeee;
}
/*
------------------------------------------------------------------
Take out the divider line between content and sidebar
------------------------------------------------------------------
*/
#main-content .container:before {
  background: none;
}
/*
------------------------------------------------------------------ 
Expand the content area to fullwidth
------------------------------------------------------------------
*/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}
#page-container {
  /* --- Fix Divi Header Jump --- */
  padding-top: 96px !important;
}
@media screen and (min-width: 981px) {
  #page-container {
    padding-top: 151px !important;
  }
}
header {
  /* --- Fix Divi Header Jump --- */
  top: 0 !important;
}
@media screen and (min-width: 981px) {
  header {
    top: 37px !important;
  }
}
