@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:16px;font-weight:400; line-height:1.2;font-family: 'PT Sans', sans-serif;background-color: #415563;}

h1, h2, h3, h4, h5, h6{font-family: 'PT Sans', sans-serif;font-weight: 700;}
h1{font-size: 35px;line-height: 1.2;margin-bottom: 15px;color: #1292ca;}
h2{font-size: 30px;line-height: 1.2;margin-bottom: 15px;color: #1292ca;}
h3{font-size: 24px;line-height: 30px;margin-bottom: 10px;color: #415563;}
h4{font-size: 20px;line-height: 26px;margin-bottom: 5px;}
h5{font-size: 18px;line-height: 24px;margin-bottom: 5px;}
h6{font-size: 16px;line-height: 22px;margin-bottom: 5px;}

blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17px;border-left: 5px solid #eee;}

p{ color:#415563; font-size:20px; font-weight:400; line-height:1.2;margin-bottom: 15px;}
p a{ font-size:inherit; font-weight:inherit; line-height:inherit; }

ul{padding:0;margin: 0;margin-bottom: 15px;margin-left: 15px;}
ul li{ font-size:20px;  color:#373d48; font-weight:400; line-height:1.2; padding:0;margin: 0;}

ol{ margin:0; padding:0;margin-bottom: 15px;margin-left: 15px;}
ol li{ font-size:16px;  color:#373d48; font-weight:400; line-height:24px; padding:0;margin: 0;}

hr { margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eee;}

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none; vertical-align: middle;}

/* 4. Link
------------------------------------------------------------------------------*/
a {color: #0a6085;text-decoration: none;font-size:inherit; font-weight:inherit; line-height:inherit;transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;-webkit-transition: 0.4s;}
a:hover,a:focus {text-decoration: underline;}

/* 5. Forms
------------------------------------------------------------------------------*/
input,button,select,textarea {font-family: 'PT Sans', sans-serif;font-size: inherit;line-height: inherit;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border: none;-webkit-appearance: none;-webkit-text-size-adjust: none;outline: none}
input[type='email'],input[type='text'],input[type='search'],input[type='password'] {padding: 5px 10px;border: 1px solid #ccc;display: block;width: 100%;margin-bottom: 10px;}
textarea {padding: 5px 10px;border: 1px solid #cbcbcb;display: block;overflow: auto;width: 100%;margin-bottom: 10px;}
input[type='email']:focus,input[type='text']:focus,input[type='search']:focus,input[type='password']:focus,textarea:focus {border-color: #66afe9}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;background: #cbcbcb;padding: 6px 15px;}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {color: #fff;}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input[type="radio"] {-webkit-appearance: radio;}

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
th.width250{width:250px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* common */
body #wrapper:not(.ie-hack){display: flex;height: 100%;}
#wrapper {width: 100%;flex-direction: column;position: relative;box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;left: 0;z-index: 99;background-color: #fff;}
#content-area {position: relative;}
.inner-content {position: relative;}
.main-container {width: 100%;flex: 1 0 auto;background-color: #fff;}
.breadcrumb-block {background-color: #d3d3d3;}
.breadcrumb-block .breadcrumb {margin-left: 0;background-color: transparent;padding: 15px 0px;margin-bottom: 0;}
.breadcrumb>li+li:before {content: ">";color: #415563;}
.breadcrumb>.active, .breadcrumb>.last {color: #415563;font-size: 18px;}
.breadcrumb>li a {font-size: 18px;}

.arrow {display: none;}
.mini-title h4 {font-size: 21px;line-height: 1.2;color: #415563;display: block;margin-bottom: 15px;font-weight: normal;}
.no-gutter {padding: 0;}
.no-left-gutter {padding-left: 0;}
.no-right-gutter {padding-right: 0;}
.inner-breadcrumb .breadcrumb {background-color: #fff;}
.to-about .back-to-about {color: #139bd7;}
.to-about .back-to-about:hover {color: #78be43;text-decoration: none;}

/* Skip to link */
.skip-to-content-link {background:#fff;color:#000 !important;left:50%;padding:18px;position:absolute;transform:translateY(-100%);transition:transform 0.3s;font-weight:bold;font-size: 1.1em;}
.skip-to-content-link:focus {transform:translateY(0%);z-index:100;}

/* hamburger */
.hamburger {display: inline-block;vertical-align: middle;width: 38px;height: 38px;position: relative;border: 1px solid #fff;cursor: pointer;float: right;display: none;}
.hamburger .lines {width: calc(100% - 14px);height: 4px;background-color: #fff;display: block;position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;border-radius: 50px;}
.hamburger .lines:before {position: absolute;content: "";width: 100%;height: 4px;background-color: #fff;left: 0;right: 0;margin: 0 auto;top: -9px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;border-radius: 50px;}
.hamburger .lines:after {position: absolute;content: "";width: 100%;height: 4px;background-color: #fff;left: 0;right: 0;margin: 0 auto;top: 9px;-webkit-border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-o-border-radius: 50px;border-radius: 50px;}
/* menu */
.mobile-nav-block {display: block;position: absolute;right: 0;top: 0;width: 250px;background-color: #415563;text-transform: capitalize;}
.mobile-nav-block ul {padding: 0;margin: 0;}
.mobile-nav-block ul ul {display: none;padding: 0;margin: 0;background-color: #546c7d;}
.mobile-nav-block ul ul ul {display: none;background-color: #617c90;}
.mobile-nav-block ul li {border-bottom: 1px solid rgba(255, 255, 255, 0.5);position: relative;list-style: none;padding: 0;}
.mobile-nav-block ul li:first-child {border-top: 1px solid rgba(255, 255, 255, 0.5);}
.mobile-nav-block ul li:last-child {border-bottom: none;}
.mobile-nav-block ul li a {color: #fff;padding: 10px;display: block;font-size: 16px;}
.mobile-nav-block ul > li > a:hover, .mobile-nav-block ul > li.open > a {text-decoration: none;color: #78be43;}
.mobile-nav-block ul ul li a {padding: 10px 20px;font-size: 15px;}
.mobile-nav-block ul ul ul li a {padding: 10px 30px;font-size: 14px;}
.mobile-nav-block ul ul ul ul li a {padding: 10px 40px;font-size: 14px;}
/* movement */
#wrapper.menu-open {left: -250px;}

/* animations */
.hamburger {overflow: hidden;position: relative;padding: 0;}
.hamburger .lines {top: calc(50% - 8px);transition: background-color 0s linear .13s;}
.hamburger .lines:before {top: 8px;transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);}
.hamburger .lines:after {top: 16px;transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);}
.menu-open .hamburger .lines {transition-delay: .22s;background-color: transparent;}
.menu-open .hamburger .lines:before {top: -2px;transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;transform: translate3d(0, 10px, 0) rotate(45deg);}
.menu-open .hamburger .lines:after {top: -2px;transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;transform: translate3d(0, 10px, 0) rotate(-45deg);}
/* arrows */
.arrow {position: absolute;width: 37px;height: 37px;right: 0;z-index: 1;top: 0;right: 0;}
.arrow:before {position: absolute;content: "";width: 2px;height: 20px;left: 0;right: 0;margin: 0 auto;top: 50%;background-color: #fff;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.arrow:after {position: absolute;content: "";width: 20px;height: 2px;left: 0;right: 0;margin: 0 auto;top: 50%;transform: rotate(-90deg);background-color: #fff;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.arrow.active:before {transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transform: translate(0,-50%)rotate(90deg);-moz-transform: translate(0,-50%)rotate(90deg);-ms-transform: translate(0,-50%)rotate(90deg);-o-transform: translate(0,-50%)rotate(90deg);-webkit-transform: translate(0,-50%)rotate(90deg);}
.arrow.active:after {transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);-webkit-transform: rotate(90deg);opacity: 0;}
.mobile-nav-block .register-block p a {color: #fff;}
.mobile-nav-block .register-block p a:hover {color: #78be43;}

/* header */
header{ width:100%; height:auto;background-color: #415563;position: relative;}
nav ul{margin: 0;}
/* model css*/
.header-top .cy {background-color: #1676B1;color: #fff;width: 38px;height: 38px;display: inline-block;vertical-align: middle;text-align: center;font-size: 18px;padding: 6px 0;line-height: 1.5;font-weight: bold;}
.header-top .cy:hover {background-color: #78bf43;text-decoration: none;}
.header-top {font-size: 0;}
.header-top button.search {position: relative;width: 38px;height: 38px;display: inline-block;vertical-align: middle;background-color: #1676B1;color: #fff;padding: 0;font-size: 20px;margin-left: 2px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.header-top button.search i:before {transform: translate(0,-50%) rotate(90deg);-webkit-transform: translate(0,-50%) rotate(90deg);-o-transform: translate(0,-50%) rotate(90deg);-moz-transform: translate(0,-50%) rotate(90deg);-ms-transform: translate(0,-50%) rotate(90deg);position: absolute;top: 50%;left: 0;right: 0;margin: 0 auto;text-align: center;}
.header-top button.search:hover {background-color: #78bf43;}
.modal-backdrop {display: none;}
.modal {background-color: rgba(0,0,0,0.8);}
.modal.in .modal-dialog {top: 50%;transform: translate(0,-50%);-o-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);position: absolute;left: 0;right: 0;margin: 0 auto;width: 80%;}
.modal-content {-webkit-box-shadow: none;box-shadow: none;background-color: transparent;border: none;}
.modal-header {border: none;}
.modal-header .close {-webkit-box-shadow: none;box-shadow: none;-webkit-text-shadow: none;text-shadow: none;color: #fff;opacity: 1;font-size: 50px; width: 50px;height: 50px;background-color: #1884c7;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.modal-header .close:hover {background-color: #78be43;}
.modal-header .close:focus {background-color: transparent;outline: none;}
.modal-body .search-keyword { border: 0;color: #fff;font-weight: 500;font-size: 40px;line-height: 45px;text-align: center;border: none;text-transform: capitalize;margin-bottom: 30px;}
.modal-body input::-webkit-input-placeholder { opacity: 1 !important; color: #fff; }
.modal-body input:-moz-placeholder { opacity: 1 !important; color: #fff; }
.modal-body input::-moz-placeholder { opacity: 1 !important; color: #fff; }
.modal-body input:-ms-input-placeholder { opacity: 1 !important; color: #fff; }
.modal-body input.btn.btn-default.btn-lg {background-color: #1884c7;color: #fff;border: none;-webkit-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.modal-body input.btn.btn-default.btn-lg:hover {background-color: #78be43;}
.modal-backdrop.in {filter: alpha(opacity=50);opacity: .8;}
/* main header css */
.main-header {font-size: 0;}
.main-header .logo {padding: 0;display: inline-block;width: auto;}
.main-header .logo img {width: 100%;max-width: 285px;}
.register-block {font-size: 0;padding-top: 28px;}
.register-block a {display: inline-block;vertical-align: middle;width: 58px;}
.register-block a img {width: 100%;}
.register-block p {display: inline-block;vertical-align: middle;width: calc(100% - 58px);margin-bottom: 0;font-size: 14px;line-height: 1.2;padding-left: 10px;color: #fff;text-transform: lowercase;font-size: 15px;letter-spacing: 1px;}
.register-block p a {width: auto;font-weight: bold;color: #139bd7;}
.register-block p a:hover {color: #78be43;text-decoration: none;}
.modal-header {position: absolute;right: 0;bottom: 100%;padding: 0;}
.header-bottom {margin-bottom: 24px;}
.navbar-inverse {background-color: transparent;border: none;min-height: auto;position: static;margin-bottom: 0;}
.navbar-toggle .icon-bar {background-color: #fff;}
.main-header .navbar-toggle {margin: 0;border: 1px solid #fff;}
.mobile-menu-toggle {padding: 0;}
/* navigation */
.nav > li {transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;-webkit-transition: 0.4s;line-height: 0;position: static;padding: 20px 0;}
.nav li:last-child a {border: none;}
.nav > li > a {font-size: 18px;line-height: 1.2;color: #fff;display: inline-block;vertical-align: middle;padding: 0 5px !important;border-right: 1px solid #fff;}
.nav > li:first-child > a {padding-left: 0px !important;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{color: #19ACEB;text-decoration: none;background-color: transparent;}
.navbar-inverse .navbar-nav>li>a {color: #fff;}
.navbar-inverse .navbar-nav > li a:hover {color: #A3D37E;text-decoration: none;}
.nav > li.active > a {font-weight: bold;}
.nav ul {pointer-events: none;display: inline-block;vertical-align: top;}
.nav li:hover > a {color: #A3D37E;text-decoration: none;}
/* megamenu */
.nav li .megamenu {left: 0;position: absolute;top: 100%;width: 100%;max-width: 100%;background-color: #0F7EAE;right: 0;margin: 0 auto;z-index: 999;padding: 20px 15px;-webkit-transition: 0.4s all;-o-transition: 0.4s all;transition: 0.4s all;opacity: 0;visibility: hidden;pointer-events: none;}
.nav li .megamenu ul {width: 100%;left: 0;right: auto;position: relative;display: inline-block;vertical-align: top;}
.nav li .megamenu ul li {list-style: none;padding: 0;display: block;list-style: none;line-height: 0;padding-bottom: 8px;}
.nav li .megamenu ul li a {font-size: 18px;line-height: 1.2;color: #fff;display: inline-block;vertical-align: middle; transition: none;}
.nav li .megamenu ul li a:hover {color: #fff; font-weight: bold; text-decoration: underline;}
.nav li .megamenu .dropdown-arrow {position: relative;font-size: 0;}
.nav li.has-megamenu > a {position: relative;padding: 20px 0;}
.nav li.has-megamenu > a:before {width: 0;height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;border-bottom: 10px solid #0F7EAE;position: absolute;left: calc(50% - 20px);bottom: -22px;content: "";visibility: hidden;transition: 0.3s;}
.nav li.has-megamenu:hover a:before{visibility: visible;bottom: -20px}
.nav li:hover > .megamenu {visibility: visible; opacity: 1;pointer-events: all;}
.nav li:focus-within > .megamenu {visibility: visible; opacity: 1;pointer-events: all;}
.nav li:hover > .megamenu ul li {pointer-events: auto;}
.nav li .megamenu h5 {color: #fff;font-size: 22px;margin-bottom: 10px;}
.nav li .megamenu .column {border-right: 1px solid #fff;width: 18%;display: inline-block;vertical-align: top;padding: 0 40px 0 0;min-width: 210px;}
.nav li .megamenu .column:last-child {border: none;}
.nav li .megamenu .column.max-menu {width: 50%;padding: 0 0 0 40px ;}
.nav li .megamenu .max-menu {font-size: 0;}
.nav li .megamenu .max-menu li {width: 50%;display: inline-block;vertical-align: middle;}

/* footer */
footer {background-color: #edeeef;padding: 35px 0 10px 0;}
footer .footer-top {margin-bottom: 20px;}
footer .footer-top h3{font-size: 20px;line-height: 26px;margin-bottom: 5px;}
footer .address-info p{margin-bottom: 0;min-height: 15px;color: #415563;}
footer .address-info  a{color: #415563; font-size: 20px;}
footer .address-info .mailto{ color: #0d719c; }
footer .address-info span {display: block;color: #415563;font-weight: 400;font-size: 18px;line-height: 1.2;}
footer .address-info span a {color: #415563;}
footer .address-info address {margin-bottom: 10px;font-size: 18px;line-height: 1.2;}
footer .address-info .call-to a:hover {text-decoration: none;color: #78be43;}
footer .address-info .mail-to {display: inline-block;margin-bottom: 15px;color: #0d719c;font-size: 20px;}
footer .address-info .mail-to:hover {text-decoration: none;color: #78be43;}
footer .address-info p {font-size: 18px;}
footer .footer-top .social-links {color: #415563;}
footer .footer-top .social-links a {color: #0d719c;display: block;font-size: 18px;word-break: break-all;}
footer .footer-top .social-links a:hover {text-decoration: underline;}
footer .footer-main {padding: 20px 0px;border-bottom: 1px solid #959aa3;border-top: 1px solid #959aa3;}
footer .footer-main a {}
footer .footer-main a img {width: 100%;}
.copy-right {padding: 15px 0 0 0;}
.copy-right p {font-size: 14px;line-height: 1.2;margin-bottom: 0;}
.copy-right .footer-links{margin-bottom: 0;}
.copy-right .list-inline {font-size: 0;}
.copy-right .footer-links a {color: #415563;font-size: 14px;padding: 0 10px;line-height: 1.2;}
.copy-right .footer-links li:last-child a {padding-right: 0;}
.copy-right .footer-links li{border-right: 1px solid #415563;line-height: 1.2;font-size: 14px;padding: 0;}
.copy-right .footer-links li:last-child {border: none;}
.copy-right .footer-links a:hover {text-decoration: underline;}

/*--------- home page ------------*/
/* banner */
.banner {position: relative;}
.banner .banner-content {background-repeat: no-repeat;background-position: center center;background-size: cover;height: 450px;text-align: center;overflow: hidden;position: relative;}
.banner .banner-content .container {height: 100%;}
.banner .banner-content .container .banner-detail {position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;transform: translate(0,-50%);-o-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.banner .banner-content h2 {font-size: 46px;line-height: 1.2;color: #fff;font-weight: 400;margin-bottom: 15px;}
.banner .banner-content h1 {font-size: 46px;line-height: 1.2;color: #fff;font-weight: 400;margin-bottom: 15px;}
.banner .banner-content a {font-size: 20px;line-height: 1.2;color: #fff;font-weight: 400;}
.banner .banner-content a:hover {color: #139bd7;text-decoration: none;}
.slick-arrow {position: absolute;top: 50%;transform: translate(0,-50%);-o-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);;width: 22px;height: 38px;font-size: 0;background-image: url(../images/site/banner-arrows.png);background-repeat: no-repeat;background-position: center center;background-size: contain;background-color: transparent;z-index: 99;transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;-webkit-transition: 0.4s;}
.slick-arrow:hover {background-color: transparent;background-image: url(../images/site/banner-arrows-hover.png);}
.slick-prev {left: 60px;}
.slick-next {right: 60px;transform: translate(0,-50%)rotate(180deg);-moz-transform: translate(0,-50%)rotate(180deg);-o-transform: translate(0,-50%)rotate(180deg);-ms-transform: translate(0,-50%)rotate(180deg);-webkit-transform: translate(0,-50%)rotate(180deg);}
.slick-dots {position: absolute;bottom: 16px;margin: 0 auto;left: 0;right: 0;text-align: center;}
.slick-dots li {display: inline-block;vertical-align: middle;font-size: 0;line-height: 0;margin-right: 5px;}
.slick-dots li:last-child {margin: 0;}
.slick-dots li button {padding: 0;height: 10px;width: 10px;border: 1px solid #fff;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;background-color: transparent;}
.slick-dots li.slick-active button {background-color: #fff;}
/* social-icons */
.social-icons {position: absolute;top: 0;right: 0;background-color: #415563;z-index: 9;padding: 10px;}
.social-icons a {display: block;width: 40px;height: 40px;margin-bottom: 5px;background-image: url(../images/site/sprite.png);background-repeat: no-repeat;}
.social-icons .twitter-icon {background-position: top left;}
.social-icons .twitter-icon:hover {background-position: top right;}
.social-icons .facebook-icon {background-position: left -40px;;}
.social-icons .facebook-icon:hover {background-position: right -40px;}
.social-icons .hcc-icon {background-position:  left -80px;height: 55px;}
.social-icons .hcc-icon:hover {background-position: right -80px;}
.social-icons a img {width: 100%;display: block;max-width: 27px;}
.services-block {margin-top: 15px;margin-bottom: 15px;}
.services {margin: 15px 0px;position: relative;overflow: hidden;}
.services img {width: 100%;}
.services .services-content {height: 100%;background-repeat: no-repeat;background-position: center center;background-size: cover;display: block;color: #fff;width: calc(100% - 30px);position: absolute;left: 0;right: 0;margin: 0 auto;top: 0;}
.services .services-content:hover {color: #fff;}
.services .service-center {position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;transform: translate(0,-50%);-o-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);text-align: center;width: calc(100% - 60px);}
.services .service-center img {margin-bottom: 15px;width: auto;}
.services .service-center h3 {font-size: 35px;line-height: 1.2;font-weight: 700;color: #fff;}
.services .twt-icon {width: 40px;display: block;position: absolute;top: 30px;right: 30px;}
.services .service-center .twt-icon img {width: 100%;display: block;margin-bottom: 0;max-width: 100%;}
.services .services-content .service-center span a {font-size: 18px;line-height: 1.2;display: block;margin-bottom: 10px;}
.services .service-center .has-arrow {font-size: 25px;margin-bottom: 20px;display: block;font-weight: 400;}
.services .service-center p {font-size: 20px;color: #fff;padding-right: 60px;}
.service-center.text-left {text-align: left;}
.services .service-center.text-top {top: 0;transform: translate(0,0);width: calc(100% - 30px);z-index: 99;}
.services .service-center.text-top .has-arrow {margin-bottom: 0;position: relative;color: #fff;padding: 20px;display: block;}
.services .service-center.text-top .has-arrow:hover {text-decoration: none;color: #78be43;background-color: #415563;}
.services .service-center.text-top .has-arrow:before {position: absolute;content: "";height: 26px;width: 19px;background-image: url(../images/site/service-arrow.png);top: 50%;right: 15px;transform: translate(0,-50%);background-size: contain;background-repeat: no-repeat;background-position: center center;transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.services .service-center.text-top .has-arrow:hover:before {background-image: url(../images/site/service-arrow-hover.png);}
.has-overlay:after {position: absolute;content: "\f00e";height: 20px;width: 20px;left: 0;right: 0;margin: 0 auto;top: 50%;transform: translate(0,-50%);-o-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);font-size: 20px;color: #fff;font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;opacity: 0;visibility: hidden;transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.services-content.twitter-block .service-center {position: static;top: auto;transform: translate(0,0);width: 100%;padding: 30px;}
.services .services-content .service-center a {color: #fff;}
.services .services-content .service-center a:hover {text-decoration: none;color: #78be43;}
.services .service-center.has-content p {padding: 0 70px 0 20px;margin-top: 20px; font-weight: bold;}
.services:hover .has-overlay:after {opacity: 1;visibility: visible;text-decoration: none;}
.fancybox-show-thumbs .fancybox-thumbs {display: none;}
.fancybox-show-thumbs .fancybox-inner {right: 0;}
.service-center.has-content {height: 100%;}
.services .service-center.has-content .has-arrow {display: block;}
.services-content.only-content:hover:after {display: none;}
.service-block-content {margin-bottom: 30px;}
.service-block-content a:hover {text-decoration: none;}

.about-content {display: inline-block;width: 100%;vertical-align: top;}

/*--------- about-page / what-we-do ------------*/
.top-content-block {background-color: #edeeef;padding: 25px 15px 20px 15px;}
.top-content-block .about-content h3 {font-size: 22px;line-height: 1.2;color: #415563;}
.top-content-block .about-content p {font-size: 18px;padding: 0;}
.about-us .service-center h3 {max-width: 50%;margin: 0 auto;}
.about-us {margin-bottom: 0;padding: 60px 0px 20px;}
.services ul {margin: 0;height: 100%;}
.services ul li {list-style: none;display: table;margin-bottom: 9px;height: calc(33.33% - 5px);width: 100%;position: relative}
.services ul li:last-child {margin-bottom: 0;}
.services ul li:before {position: absolute;content: "";right: 15px;top: 50%;transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);background-image: url(../images/site/service-arrow.png);background-position: center center;background-repeat: no-repeat;width: 17px;height: 26px;z-index: 99;background-size: cover;}
.services ul li a {color: #fff;display: table-cell;font-size: 20px;position: relative;vertical-align: middle;padding: 0 15px;background-color: #0f7eae;}
.services ul li a:hover {text-decoration: none;background-color: #66a338;}
.back-to-about {font-size: 18px;line-height: 1.2;display: inline-block;vertical-align: middle;width: auto;}

/*--------- about-page / what-we-do / faqs ------------*/
.faqs {padding: 0px 65px 20px 15px !important;}

/*--------- about-page / what-we-do / Welsh-Red-Meat-Levy ------------*/
.top-content-block.white-bg {background-color: #fff;}
.red-meat th {background-color: #0f7ba9;color: #fff;font-weight: 400;font-size: 19px;line-height: 1.2 !important;height: 62px;}
.red-meat .table>thead>tr>th {vertical-align: middle;}
.red-meat tr:nth-child(1n) {background-color: #f3fafe;}
.red-meat tr:nth-child(2n) {background-color: #e6f5fc;}
.red-meat td {width: 25%;font-size: 18px;line-height: 1.2;color: #415563;}
.red-meat .table-bordered {border: none;}
.red-meat p {font-size: 20px;}
.faqs-table b {color: #415563;margin-bottom: 15px;display: block;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {border-color: #fff;}
.faqs li{list-style: none;padding-bottom: 15px;}
.faqs li:last-of-type {padding-bottom: 0;}
.faqs ul li h3 {font-size: 20px;line-height: 1.2;}
.faqs ul li p {font-size: 18px;line-height: 1.2;}
.faqs ul{margin: 0;}

/*--------- about-page / what-we-do / PGI-Certification ------------*/
.pgi-certification {padding: 20px 65px 20px 15px;}
.pgi-certification .mini-title h4 {color: #415563;margin-bottom: 15px;display: block;padding: 0;}
.pgi-certification .mainbar img {margin-bottom: 30px;}
.mainbar img {width: 100%;display: block;}
.mainbar ul li {margin-bottom: 15px;}
.protected {background-color: #263b80;padding: 40px;margin-bottom: 30px;}
.protected img {margin-bottom: 30px;}
.protected a {color: #fff;font-size: 17px;line-height: 1.2;margin: 0;display: block;}
/*.protected a:hover {text-decoration: none;color: #78be43;}*/
.sidebar .services-list ul {margin: 0;}
.sidebar .services-list ul li {display: table;padding: 0;margin-bottom: 10px !important;width: 100%;position: relative;}
.sidebar .services-list ul li a {font-size: 20px;line-height: 1.2;background-color: #139bd7;color: #fff;padding: 10px 35px 10px 15px;position: relative;display: table-cell;vertical-align: middle;height: 58px;font-weight: 400;}
.sidebar .services-list ul li:before {position: absolute;content: "";right: 15px;top: 50%;transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-webkit-transform: translate(0,-50%);background-image: url(../images/site/service-arrow.png);background-position: center center;background-repeat: no-repeat;width: 17px;height: 26px;z-index: 99;background-size: cover;}
.sidebar .services-list ul li a:hover {background-color: #78be43;text-decoration: none;}
.resource-grid {padding-left: 0;}
.pgi-certification .mainbar .mini-title p img {max-width: 400px;width: 100%;}

/*--------- about-page / Corporate-Information ------------*/
.about-links ul {margin: 0;}
.about-links ul li {list-style: none;margin-bottom: 5px;}
.about-links ul li:last-child {margin: 0;}
.about-links ul li a {font-size: 18px;}
.about-links ul li a:hover {text-decoration: none;}
.services-content.only-content {padding: 30px;}
.services-content.only-content p {color: #fff;font-size: 22px;}
.services-content.only-content a {color: #fff;}
.services-content.only-content a:hover {color: #78be43;text-decoration: none;}

/*--------- about-page / about-Corporate-Information / Corporate-Publications ------------*/
.about-links {margin-bottom: 25px;}
.about-links .select2-container {width: 750px !important;}
.select2-container .select2-selection--single {height: 50px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 50px;font-size: 20px;font-weight: bold;color: #415563;padding: 0 45px 0 15px;}
.select2-container--default .select2-selection--single {-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0px;border: none;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 50px;width: 50px;}
.select2-search--dropdown {display: none;}
.select2-dropdown {border: none;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: transparent;color: #415563;}
.select2-results__option[aria-selected] {font-size: 17px;border-bottom: 1px dotted #dadddf;padding: 10px 20px;color: #009cde;}
.select2-results .select2-results__options .select2-results__option:hover {color: #78be43;transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.select2-container--default .select2-results__option[aria-selected=true] {background-color: transparent;color: #78be43;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {background-image: url(../images/site/select-arrow.png);background-size: cover;background-repeat: no-repeat;width: 22px;height: 12px;border: none;left: 0;right: 0;margin: 0 auto;top: 50%;transform:translate(0,-50%)rotate(180deg);-moz-transform:translate(0,-50%)rotate(180deg);-o-transform:translate(0,-50%)rotate(180deg);-ms-transform:translate(0,-50%)rotate(180deg);-webkit-transform:translate(0,-50%)rotate(180deg);transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border: none;transform: translate(0,-50%)rotate(0deg);-moz-transform: translate(0,-50%)rotate(0deg);-o-transform: translate(0,-50%)rotate(0deg);-ms-transform: translate(0,-50%)rotate(0deg);-webkit-transform: translate(0,-50%)rotate(0deg);transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.select2-container--default .select2-results>.select2-results__options {max-height: none;}
.corporate {font-size: 0;display: block;padding: 30px 15px 20px;}
.corporate h3 {color: #415563;}
.corporate-report {margin: 0 -15px;}
.annual-report {width: 20%;display: inline-block;vertical-align: top;padding: 15px;}
.annual-report.accordion-section{width: 33.33%}
.annual-report .report-img {display: block;overflow: hidden;position: relative;margin-bottom: 15px;}
.annual-report .report-img img {transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;width: 100%;}
.annual-report .report-img .on-hover {position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;opacity: 0;visibility: hidden;transform: rotatey(180deg);-moz-transform: rotatey(180deg);-o-transform: rotatey(180deg);-ms-transform: rotatey(180deg);-webkit-transform: rotatey(180deg);}
.annual-report .report-img:hover img.on-hover, .annual-report .report-img.active img.on-hover {opacity: 1;visibility: visible;transform: rotatey(0deg);}
.annual-report .report-img:hover img.none-hover {transform: rotatey(180deg);-moz-transform: rotatey(180deg);-o-transform: rotatey(180deg);-ms-transform: rotatey(180deg);-webkit-transform: rotatey(180deg);}
.annual-report .report-link {color: #139bd7;font-size: 17px;line-height: 1.2;margin-bottom: 0;}

/*--------- about-page / about-Corporate-Information / HCC-People ------------*/
.hcc-people {padding: 40px 0 40px 0;}
.hcc-people .top-content-block .container {padding: 0 15px;}
.inner-breadcrumb .breadcrumb {margin: 0 0 20px 0;}
.inner-breadcrumb .breadcrumb li.active {color: #415563;font-weight: bold;font-size: 20px;line-height: 1.2;}
.inner-breadcrumb .breadcrumb>li+li:before {color: #415563;content: "/"}
.hcc-people .panel-body {font-size: 0;}
.hcc-people .panel-group .panel {border: none;}
.hcc-people .panel-group .panel+.panel {margin-top: 10px;}
.hcc-people .panel-default>.panel-heading {padding: 0;}
.hcc-people .panel-default>.panel-heading .panel-title a {display: block;padding: 15px 20px;color: #415563;text-decoration: none;font-size: 18px;position: relative;}
.hcc-people .panel-default>.panel-heading .panel-title a:hover {background-color: #78be43;}
.hcc-people .panel-default>.panel-heading .panel-title a:before {position: absolute;content: "";right: 20px;top: 50%;transform: translate(0,-50%)rotate(90deg);-moz-transform: translate(0,-50%)rotate(90deg);-o-transform: translate(0,-50%)rotate(90deg);-ms-transform: translate(0,-50%)rotate(90deg);-webkit-transform: translate(0,-50%)rotate(90deg);background-image: url(../images/site/accordion-arrow.png);width: 21px;height: 12px;background-position: center center;background-size: cover;transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.hcc-people .panel-default>.panel-heading .panel-title a.accordion-click.new-back:before {transform: translate(0,-50%)rotate(180deg);-moz-transform: translate(0,-50%)rotate(180deg);-o-transform: translate(0,-50%)rotate(180deg);-ms-transform: translate(0,-50%)rotate(180deg);-webkit-transform: translate(0,-50%)rotate(180deg);}
.hcc-people .panel-default>.panel-heading .panel-title a:hover {color: #384957;text-decoration: none;}
.hcc-people .panel-default>.panel-heading+.panel-collapse>.panel-body {background-color: #e6f4fb;padding: 15px 30px;border: none;}
.accordian-title {font-size: 22px;line-height: 1.2;color: #415563;display: block;margin: 20px 0 15px;}
.accordion-click.new-back {background-color: #e6f4fb !important;}
.accordion-click {color: #415563;}
.accordion-click:hover {text-decoration: none;color: #415563;}
.collapse {display: none;}
.hcc-accordion .staff-info .thumbnail {background-color: transparent;border: none;margin-bottom: 0;}
.hcc-people .panel-body .member-img {width: 115px;max-width: 100%;display: inline-block;vertical-align: top;}
.hcc-people .panel-body .accordion-content {width: calc(100% - 115px);display: inline-block;vertical-align: top;padding-left: 30px;}
.hcc-people .panel-body .accordion-content p {font-size: 18px;}
.hcc-people .sidebar {margin-top: 61px;}
.hcc-people .services {padding: 0;margin-bottom: 15px;}
.hcc-people .services .services-content {width: 100%;}
.hcc-people .sidebar ul li {margin-bottom: 0;}
.hcc-staff .col-sm-4 {margin: 0;}
.hcc-staff .panel-default>.panel-heading+.panel-collapse>.panel-body {padding: 0 15px;}
.staff-info h3 {line-height: 1.2;margin-bottom: 10px;font-size: 22px;color: #415563;}
.staff-info p {font-size: 18px;line-height: 1.2;color: #415563;}
.top-content-block h6 {font-size: 22px;line-height: 1.2;color: #139bd7;font-weight: 400;}
.staff-info figure img {margin-bottom: 20px;}
.hcc-staff .sidebar .services {margin-top: 0;}

/*--------- news-page ------------*/
.news-block h3 {color: #415563;font-size: 28px;margin-bottom: 20px;}
.news-block .main-news-block {background-color: #e6f5fc;padding: 30px;margin-bottom: 30px;}
.news-block .main-news-block h4 {font-size: 24px;color: #139bd7;line-height: 1.2;margin-bottom: 15px;}
.news-block .main-news-block .news-links {margin-bottom: 15px;}
.news-block .main-news-block .news-links .news-icons, .news-block .main-news-block .news-links .news-icons a {position: relative;padding: 0 30px;font-size: 18px;color: #415563;display: inline-block;vertical-align: top;}
.news-block .main-news-block .news-links .news-icons a{padding: 0}
.news-block .main-news-block .news-links .news-icons:before {position: absolute;content: "";width: 20px;height: 20px;left: 0;top: 50%;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);background-repeat: no-repeat;background-position: center center;background-size: cover;}
.news-block .main-news-block .news-links .news-place:before {background-image: url(../images/site/news-link.png);width: 17px;}
.news-block .main-news-block .news-links .news-date:before {background-image: url(../images/site/news-link-2.png);}
.news-block .main-news-block .news-links .news-or:before {background-image: url(../images/site/news-link-3.png);width: 24px;}
.news-image a {position: relative;display: block;text-decoration: none;margin-bottom: 20px;}
.news-image a:hover:after {opacity: 1;visibility: visible;text-decoration: none;}
.news-image p {/*margin: 0;*/}
.news-image p a {display: inline-block;vertical-align: top;margin-bottom: 0;}
.sub-news-main-block {padding: 30px 0 0 0;border-top: 1px dotted #dadddf;}
.sub-news-main-block .sub-news-blog .news-image .has-overlay {margin-bottom: 0;}
.news-content h4 {font-size: 20px;line-height: 1.2;color: #139bd7;}
.news-content h4 a:hover {text-decoration: none;}
.news-content .read-more {font-size: 18px;line-height: 1.2;}
.news-content .read-more:hover {text-decoration: none;}
.news-content .date-news {font-size: 16px;line-height: 1.2;color: #415563;}
.news-content p {color: #415563;font-size: 18px;line-height: 1.2;margin-bottom: 10px;}
.sub-news-blog {padding: 0 0 20px 0;border-bottom: 1px dotted #dadddf;margin-bottom: 20px;}
.sub-news-blog:last-child {border: none;margin-bottom: 0;padding-bottom: 0;}
.news-block .services .services-content {width: 100%;}
/* side-bar */
.news-search {position: relative;background-color: #edeeef;margin-bottom: 10px;}
.news-search input {height: 58px;width: calc(100% - 50px);border: none;color: #415563;font-size: 20px;line-height: 1.2;font-weight: bold;margin-bottom: 0;padding: 5px 15px;}
.news-search input::-webkit-input-placeholder { opacity: 1 !important; color: #415563; }
.news-search input:-moz-placeholder { opacity: 1 !important; color: #415563; }
.news-search input::-moz-placeholder { opacity: 1 !important; color: #415563; }
.news-search input:-ms-input-placeholder { opacity: 1 !important; color: #415563; }
.news-search button {height: 58px;width: 50px;position: absolute;right: 0;top: 0;background-image: url(../images/site/search-icon.png);background-position: center center;background-color: transparent;background-repeat: no-repeat;}
.news-category {background-color: #edeeef;padding: 17px 15px;margin-bottom: 10px;}
.news-category .open-list {font-size: 20px;line-height: 1.2;font-weight: bold;position: relative;display: block;color: #415563;cursor: pointer;text-transform: capitalize;}
.news-category .open-list:before {position: absolute;content: "";right: 0px;top: 50%;transform: translate(0,-50%)rotate(90deg);-moz-transform: translate(0,-50%)rotate(90deg);-o-transform: translate(0,-50%)rotate(90deg);-ms-transform: translate(0,-50%)rotate(90deg);-webkit-transform: translate(0,-50%)rotate(90deg);background-image: url(../images/site/accordion-arrow.png);width: 21px;height: 12px;background-position: center center;background-size: cover;transition:0.4s all;-moz-transition:0.4s all;-ms-transition:0.4s all;-o-transition:0.4s all;-webkit-transition:0.4s all;}
.news-category .open-list.move-up{top: -12px;}
.open-list.open:before {transform: translate(0,-50%)rotate(180deg)}
.news-block-content {padding: 61px 0px;background-color: #fff;}
.news-category ul {margin-bottom: 0;display: none;padding: 15px 0 0 0;}
.news-category ul li {list-style: none;padding-bottom: 10px;}
.news-category ul li:last-child {padding: 0;}
.news-category ul li a {color: #0D709B; }
.services-list {padding: 0;}
.twitter-follow {margin-bottom: 20px;}
.twitter-follow a {display: block;}
.twitter-follow a p {display: inline-block;vertical-align: middle;margin-bottom: 0;}
.twitter-follow a i {display: inline-block;vertical-align: middle;width: 40px;margin-left: 20px;}
.twitter-follow a i img {width: 100%;display: block;}
.pagination-block {margin-bottom: 15px;}
.pagination {margin: 0;}
.pagination>li {display: inline-block;vertical-align: middle;}
.pagination>li>a {border: none;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0px;color: #009cde;position: relative;}
.pagination>li>a:before {position: absolute;content: "/";right: 0;font-size: 20px;line-height: 1;color: #415563;width: 10px;}
.pagination>li:last-child a:before {display: none;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color: transparent;color: #000;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {background-color: transparent;}
.pagination>li>a, .pagination>li>span {padding: 6px 24px 6px 12px;font-size: 18px;line-height: 1.2;}
.services-content.only-content:hover {text-decoration: none;}
.only-content.news {position: static;width: 100%;}

/*--------- News & Industry > HCC TV ------------*/
.news-and-industry {font-size: 0;display: block;padding: 30px 15px 20px;margin-bottom: 0px;}
.news-year {margin-bottom: 20px;}
.news-year span.select2.select2-container.select2-container--default {width: 250px !important;}
.news-and-industry h3 {color: #415563;}
.news-video h3 {color: #415563;font-size: 28px;margin-bottom: 10px;}
.hcc-logo img {width: 100%;max-width: 70%;}
.news-block-content .news-block .sidebar .services {margin-top: 0;}
.news-block-content .news-block .sidebar .twitter-follow {margin-bottom: 10px;}

/*--------- markets ------------*/
.news-video {padding: 40px 15px;}
.news-video .video-block {padding: 15px;}
.news-video .video-block a {display: block;}
.news-video .video-block .news-link {margin-bottom: 20px;}
.news-video .video-block .news-title {color: #415563;font-size: 18px;line-height: 1.2;margin-bottom: 0;}
.news-video .video-block a img {width: 100%;}
.top-content {display: inline-block;vertical-align: middle;float: none;}
.hcc-logo {display: inline-block;vertical-align: middle;float: none;}
.market-select .select2-container {width: 100% !important;}
.animal-img img {width: 100%;}
.about-links {display: inline-block;vertical-align: text-bottom;float: none;margin-bottom: 0;}
.animal-img {display: inline-block;vertical-align: text-bottom;float: none;}
.market-table {padding: 40px 0 20px 0;border-bottom: 1px solid #000;}
.market-info {margin-bottom: 20px;}
.market-info .info-left h4 {margin-bottom: 5px;}
.market-info .info-left p {font-size: 18px;}
.market-info .info-left p:last-child {margin-bottom: 0;}
.market-info .info-right p {font-size: 18px;margin-bottom: 19px;}
.market-info .info-right p span {position: relative;display: inline-block;vertical-align: top;padding: 0 10px 0 30px;}
.market-info .info-right p span:before {position: absolute;content: "";height: 16px;width: 16px;left: 0;top: 50%;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);}
.market-info .info-right p .recent-price:before {background-color: #78be43;}
.market-info .info-right p .historic-price:before {background-color: #415563;}
.market-info .info-right p:last-child {margin-bottom: 0;}
.individual-market tr:nth-child(1n) {background-color: #ecf4de;}
.individual-market tr:nth-child(2n) {background-color: #f8fbf4;}
.individual-market th {background-color: #006848;color: #fff;text-align: center;font-size: 19px;font-weight: 400;}
.individual-market .table>tbody>tr>td, .individual-market .table>tbody>tr>th, .individual-market .table>tfoot>tr>td, .individual-market .table>tfoot>tr>th, .individual-market .table>thead>tr>td, .individual-market .table>thead>tr>th {padding: 10px;border-color: #fff;}
.individual-market td {color: #78be20;font-size: 18px;}
.individual-market .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {border: 2px solid #fff;}
.individual-market .gray-bg {background: #e3e5e7;color: #415563 !important;}
.individual-market .white-bg {background-color: #f6f7f8;color: #415563 !important;}
.individual-market .blank-bg {background-color: #fff;}
.market-price {padding: 40px 0;}
.has-sidebar .price-title {background-color: #edeeef;padding: 10px 20px;margin-bottom: 20px;}
.has-sidebar .price-title h3 {width: auto;margin-bottom: 0;color: #415563;line-height: 1.2;}
.has-sidebar .price-title .animal-icons .animal-detail span {display: inline-block;vertical-align: middle;font-size: 16px;line-height: 1.2;}
.has-sidebar .price-title .animal-icons .animal-detail i {display: inline-block;vertical-align: middle;}
.market-price-tab {margin-bottom: 20px;}
.price-ave {margin-bottom: 20px;}
.daily-average .table {margin-bottom: 0;}
.daily-average th {background-color: #415563;color: #fff;font-size: 18px;line-height: 1.2;}
.daily-average tr:nth-child(1n) {background-color: #e3e5e7;}
.daily-average tr:nth-child(2n) {background-color: #f6f7f8;}
.daily-average tr td {color: #415563;font-size: 18px;}
.daily-average .table>tbody>tr>td, .daily-average .table>tbody>tr>th, .daily-average .table>tfoot>tr>td, .daily-average .table>tfoot>tr>th, .daily-average .table>thead>tr>td, .daily-average .table>thead>tr>th {border: 2px solid #fff;vertical-align: middle;padding: 8px 15px;font-weight: 400;}
.tab-section .price-title .animal-icons span {position: relative;padding: 0 25px 0 15px;font-size: 16px;line-height: 1.2;}
.tab-section .price-title .animal-icons span:before {position: absolute;content: "";height: 16px;width: 16px;right: 0;top: 50%;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);}
.tab-section .price-title .animal-icons .red-bg:before {background-color: #e31e2d;}
.tab-section .price-title .animal-icons .blue-bg:before {background-color: #2a96c2;}
.tab-section .price-title .animal-icons .green-bg:before {background-color: #78be43;}
.nav-tabs {border-bottom: 1px solid #ddd;display: flex;float: none;justify-content: space-between;margin: 0;border: none;}
.nav.nav-tabs li {background-color: #edeeef;float: none;width: 100%;padding: 0;}
.nav.nav-tabs li a {padding: 10px 15px !important;color: #415563;font-size: 16px;width: 100%;position: relative;height: 100%;display: flex;justify-content: center;align-items: center;}
.nav.nav-tabs li.active a:before {position: absolute;content: ""; width: 0;height: 0;border-style: solid;border-width: 0 7.5px 10px 7.5px;border-color: transparent transparent #e31e2d transparent;left: 0;right: 0;margin: 0 auto;top: 100%;transform: rotate(-180deg);-moz-transform: rotate(-180deg);-o-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {background-color: #e31e2d;color: #fff;font-weight: 400;border-bottom-color:#edeeef;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0px;margin: 0;}
.nav-tabs>li>a:hover {background-color: #e31e2d;color: #fff;}
.tab-content>.tab-pane img {width: 100%;display: block;}
.tab-section .panel-group .panel-heading {padding: 0;}
.tab-section .panel-group .panel-heading a {padding: 10px 15px;display: block;}
.tab-section .panel-group .panel-heading a:hover, .tab-section .panel-group .panel-heading a:focus {text-decoration: none;}
.market-price .sidebar .register-block {font-size: 0;margin-bottom: 20px;padding-top: 0;}
.market-price .sidebar .register-block .mob-img {display: inline-block;width: 27%;vertical-align: middle;}
.market-price .sidebar .register-block .mob-img img {width: 100%;}
.market-price .sidebar .register-block p {width: 73%;display: inline-block;vertical-align: middle;font-size: 18px;padding-left: 10px;margin-bottom: 0;color: #415563;}
.market-price .sidebar .services-list ul li .green-bg {background-color: #78be43;}
.market-price .sidebar .services-list ul li .green-bg:hover {background-color: #6dac3d}
.market-price .sidebar .services-list ul li .orange-bg {background-color: #d98b28;}
.market-price .sidebar .services-list ul li .orange-bg:hover {background-color: #bf710d;}
.market-price .has-sidebar .mainbar {margin-bottom: 0px;}
.market-price .has-sidebar .services-list {margin-bottom: 0;}
/**/
.auction-price {padding-bottom: 20px;}
.select-price {font-size: 0;margin-bottom: 20px;}
.select-price .select-animal, .select-price .select-date {display: inline-block;vertical-align: middle;}
.select-price .select-date {margin-left: 15px;}
.select-price .select-animal .select2-container {width: 400px !important;}
.select-price .select2-selection.select2-selection--single {background-color: #edeeef;}
.select-price .select-date .select2-container {width: 200px !important;}

.auction-detail {padding: 40px 0 40px 0;}
.auction-table .red-bg {background-color: #e31e2d !important;}
.auction-table .red-bg th {color: #fff !important;}
.auction-table th {font-size: 19px;font-weight: 400;}
.auction-table td {font-size: 18px;}
.auction-table .red-bg td {color: #fff !important;}
.auction-table .green-bg {background-color: #78be43 !important;}
.auction-table .green-bg th {color: #fff !important;}
.auction-table .green-bg td {color: #fff !important;}
.auction-table tr:nth-child(1n) {background-color: #e3e5e7;}
.auction-table tr:nth-child(2n) {background-color: #f6f7f8;}
.auction-table .table>tbody>tr>td, .auction-table .table>tbody>tr>th, .auction-table .table>tfoot>tr>td, .auction-table .table>tfoot>tr>th, .auction-table .table>thead>tr>td, .auction-table .table>thead>tr>th {color: #415563;}
.auction-detail .time-of-update {font-size: 18px;}
/* 404-error */
.error-page {height: 500px;position: relative;background-color: #415563;padding: 15px;}
.error-page:before {position: absolute;content: "";width: 100%;height: 100%;left: 0;right: 0;margin: 0 auto;top:0;background-image: url(../images/site/404-img.png);background-position: center center;background-repeat: no-repeat;opacity: 0.2;}
.error-page:before {position: absolute;content: "";width: 100%;height: 100%;left: 0;right: 0;margin: 0 auto;top:0;background-color: #edeeef;}
.error-content {position: absolute;left: 0;right: 0;margin: 0 auto;top: 50%;transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);width: 50%;background-color: rgba(19,155,215,0.5);border: 5px solid #fff;padding: 50px;}
.error-page h1 {font-size: 60px;color: #fff;}
.error-page h6 {font-size: 20px;color: #fff;}
.error-page p {font-size: 20px;color: #fff;}

/*Added by Mufi*/
img.ce_image {height: auto; }
.small-button-box{height: 252px;}
.small-button-box ul li a {font-weight: bold;}
.resource-grid ul li {line-height: 1.5em; }
.p-0{padding: 0 !important;}
.no-border{border: none !important;}
.p-bottom-0{padding-bottom: 0 !important;}
.news-category ul li.active > a{font-weight: bold;}
.sidebar-tag.services .service-center.text-top, .sidebar-tag.services .services-content{width: 100%;}
i.fa {vertical-align: middle; }
.news-relation-block{margin-bottom: 20px;}
.news-relation-block .news-image a{margin-bottom: 10px;}
.py-10{padding-top: 10px; padding-bottom: 10px;}
.py-20{padding-top: 20px; padding-bottom: 20px;}
.py-30{padding-top: 30px; padding-bottom: 30px;}
.py-40{padding-top: 40px; padding-bottom: 40px;}

/* Sitemap Page */
.sitemap ul li a{ display: inline-block; }
.sitemap ul{ display:block; width:100%; }
.sitemap ul h5{ text-align:left; }
.sitemap ul li a{ font-size:14px; line-height:18px; color:#030303; text-transform:uppercase; margin-bottom:15px; cursor:pointer; }
.sitemap ul li a:hover{ color:#0d91be;}
.sitemap ul li h6{ font-size:14px; line-height:18px; color:#030303; text-transform:uppercase; margin-bottom:15px; cursor:pointer; font-family:'Helvetica Neue'; }
.sitemap ul li{ list-style:none; padding-left:30px; position:relative; padding-bottom:0; line-height:18px; }
.sitemap ul{ margin:0px; padding:0; }
.sitemap ul li.no-plus:before{ display: none; }
.sitemap ul li ul{ display:none;}
.sitemap ul li em { display: block; width: 15px; height: 20px; cursor: pointer; position: absolute; left: 0; top: 0;}
.sitemap ul li em:before { width: 10px; height: 2px; display: block; background: #000; transform: translate(-5px, -1px); content: ""; position: absolute; left: 50%; top: 50%;}
.sitemap ul li em:after { width: 2px; height: 10px; display: block; content: ""; background: #000; transform: translate(-1px, -5px); position: absolute;  left: 50%; top: 50%;}
.sitemap ul li.active em:after { display: none; }
.sitemap ul li ul li em:before { display: block; }
.sitemap ul li ul li em:after { display: block !important; }
.sitemap ul li ul li.active em:after { display: none !important; }

.img-block {margin-bottom: 20px; }
.img-block img{max-width: 230px;}
.img-block-2 {margin-bottom: 20px; }
.mainbar .img-block-2 img{width:auto;}
.mb0{margin-bottom: 0 !important;}

.nav li .megamenu .column.single-menu{width: 90%}

/* 27-2-18 aj */
.to-about {padding-bottom: 30px;}
.faqs {padding: 30px 65px 0px 15px !important;}
.pgi-certification {padding: 20px 65px 0px 15px;}
.news-and-industry {padding: 30px 15px 0px;}
.hcc-people {padding: 40px 0 0px 0;}
.news-video {padding: 40px 15px 0;}

.pb0{padding-bottom: 0 !important;}
.pt0{padding-top: 0 !important;}
.industry-resources .annual-report{width: 25%;}
.full-frame{width: 100%;min-height: 1000px;}

/* 23-3-18 */
.nav li .megamenu.individual-columns .column {padding: 0 40px;width: 20%;min-width: auto;}
.nav li .megamenu.individual-columns .column:first-of-type {padding-left: 0;}
.nav li .megamenu.individual-columns .column:nth-child(5n) {padding-right: 0;border: none;}
.nav li .megamenu.individual-columns .column:nth-child(6n) {padding-left: 0;}

input[type='email'], input[type='text'], input[type='search'], input[type='password']{margin-bottom: 0;}
div.error-inner {color: #FF0000; font-size: 14px; margin-top: 3px;}
.member-forms {margin-bottom: 100px; }
.btn-hcc:hover {color: #fff; background-color: #415562; border-color: #415562; }
.btn-hcc {background-color: #1984c7; color: #FFF; border-color: #127dc0; }

/* 16-5-18 aj */
.header-top .header-links {font-size: 16px;line-height: 1.2;color: #fff;display: inline-block;vertical-align: middle;padding: 0px !important;margin-right: 20px;}
.header-top .header-links:last-child {margin-right: 0;}
.header-top .header-links:hover {color: #78be43;text-decoration: none;}

.banner .banner-content video {width: 100%;height: 100%;}
/*.banner .banner-content {height: auto;}*/

/* 14-6-18 aj */
.maping-section {position: relative;padding: 80px 0;}
.sub-mapping-img .sub-img {max-width: 165px;display: block;position: absolute;background-color: #405564;}
.sub-mapping-img .sub-img:before {position: absolute;content: "";height: 30px;width: 20px;background-image: url(../images/site/tree-base.png);top: 100%;left: 0;right: 0;margin: 0 auto;background-repeat: no-repeat;background-position: center center;background-repeat: no-repeat;}
.sub-mapping-img .sub-img:hover {background-color: #0293d7;text-decoration: none;}
.sub-mapping-img .sub-img span {color: #fff;width: 100%;display: inline-block;padding: 5px 30px 5px 10px;position: relative;font-size: 14px;font-weight: bold;}
.sub-mapping-img .sub-img span:before {position: absolute;content: "";right: 5px;top: 50%;transform: translate(0,-50%)rotate(90deg);-moz-transform: translate(0,-50%)rotate(90deg);-o-transform: translate(0,-50%)rotate(90deg);-ms-transform: translate(0,-50%)rotate(90deg);-webkit-transform: translate(0,-50%)rotate(90deg);background-image: url(../images/site/accordion-arrow-white.png);width: 21px;height: 12px;background-position: center center;background-size: cover;transition: 0.4s all;-moz-transition: 0.4s all;-ms-transition: 0.4s all;-o-transition: 0.4s all;-webkit-transition: 0.4s all;}

.mapping-img-1 {top: 7%;right: 16%;}
.mapping-img-2 {top: 12%;left: 10%;}
.mapping-img-3 {bottom: 23%;left: 7%;}
.mapping-img-4 {right: 3%;top: 37%;}
.mapping-img-5 {bottom: 23%;left: 43%;}

.wrap-item {display: flex; flex-wrap: wrap;}

.services .twitter-block .service-center p {font-size: 16px; padding-right: 0; }

/* */

.newModal .modal-dialog {position:absolute;top:50% !important;transform: translate(0, -50%) !important;-ms-transform: translate(0, -50%) !important;-webkit-transform: translate(0, -50%) !important;margin:auto 5%;width:90%;height:80%;}
.newModal .modal-content {min-height:100%;position:absolute;top:0;bottom:0;left:0;right:0; background-color: #fff;}
.newModal .modal-body {position:absolute;top:7%;bottom:65px;left:0;right:0;overflow-y:auto;}
#adv_modal .modal-body p {font-size: 22px;}
.newModal .modal-body a {color: #1884c7; text-decoration: underline;}
.newModal .modal-footer {position:absolute;bottom:0;left:0;right:0;}
.newModal .modal-header{width: 100%;position: absolute; padding: 12px 20px; border-bottom: 1px solid #e5e5e5; bottom: 99%; background-color: #fff; -webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;}
.newModal .modal-header .close{position: absolute; right: 0; top: -52px;}
.newModal .modal-footer{text-align: center;}
.newModal img{max-width: 100%; margin-top: 10px !important;margin-bottom: 10px !important;}
.newModal.modal.in .modal-dialog{height: 80%; margin-top: 40px;max-width: 800px;max-height: 649px;}
/*.newModal .modal-content{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;-ms-border-radius:0 0 6px 6px;-o-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}*/
/*.newModal .modal-content{max-height: inherit;}
.newModal .modal-body{max-height: inherit; position: static;}
.newModal .modal-content{position: relative;}*/

.content_modal.newModal.modal.in .modal-dialog {height: 220px;}
/* @kr */
.template-bg-blue{background: #00134d !important;}
.template-text-red a,
.template-text-red h1{color: #800000 !important;}
.template-text-red h2{color: #800000 !important;}
input[type=checkbox] {-webkit-appearance:checkbox;}

#privacy_policy_modal .modal-dialog {background-color: #fff;transform: none;top: 0px;border-radius: 6px;width: calc(100% - 30px);max-width: 1170px;margin: 60px auto;}
#privacy_policy_modal .modal-header {position: static;padding: 15px;}
#privacy_policy_modal .modal-header .close {position: absolute;right: 0;top: -52px;margin: 0;}
.newModal .modal-header {position: static;}

/* Andrew */
select{-webkit-appearance:listbox;border:1px solid #000;}
.freeform-form-has-errors{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding: .75rem 1.25rem;border-radius: .25rem;font-size:1.4em;margin-bottom:2rem; padding-bottom: 0.1rem;}
ul.freeform-errors li{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;padding: .75rem 1.25rem;border-radius: .25rem;font-size:1em;margin-bottom:1rem;}

/* Page builder CSS by @Mufi */
figcaption {color: black; font-size: 20px; font-style: italic;}
.pc{text-align: center; display: block !important; margin-bottom: 0px;}
.my-15{margin-top: 15px; margin-bottom: 15px;}
.my-20{margin-top: 20px; margin-bottom: 20px;}
.mt-10{ margin-top: 10px; }
.p-20{padding: 20px;}
img.width-90 {width: 90%;}
img.width-80 {width: 80%;}
img.width-70 {width: 70%;}
img.width-60 {width: 60%;}
img.width-50 {width: 50%;}
.img-width{width: 201px;}
.m-auto {margin: 15px auto;}
.img-left {float: left; margin-right: 15px; margin-bottom: 15px;}
.img-right {float: right;margin-left: 15px; margin-bottom: 15px;}
.buttons-block {margin-top: 10px; margin-bottom: 10px; }
.buttons-block a + a {margin-left: 15px;}
.iframe-width-100 {width: 100%; height: 640px;}
.iframe-width-90 {width: 90%; height: 570px;}
.iframe-width-80 {width: 80%; height: 500px;}
.iframe-width-70 {width: 70%; height: 450px;}
.iframe-width-60 {width: 60%; height: 380px;}
.iframe-width-50 {width: 50%; height: 320px;}
.sm .iframe-width-100{height: 420px;}
.sm .iframe-width-90{height: 380px;}
.sm .iframe-width-80{height: 330px;}
.sm .iframe-width-70{height: 290px;}
.sm .iframe-width-60{height: 250px;}
.sm .iframe-width-50{height: 210px;}

/*color css*/
.row-bg-gray, .row-bg-gray p, .row-bg-gray  h2 {background-color: #425563; color: white;}
.row-bg-light-gray {background-color:  #d3d3d3;}
.row-bg-red, .row-bg-red p, .row-bg-red h2 {background-color: #E4002B; color: white;}
.row-bg-green, .row-bg-green p, .row-bg-green h2 {background-color: #78BE20; color: white;}
.row-bg-blue, .row-bg-blue p, .row-bg-blue h2 {background-color: #009CDE; color: white;}
.row-bg-dark-green, .row-bg-dark-green p, .row-bg-dark-green h2 {background-color: #006954; color: white;}
.row-bg-light-green {background-color: #c2d83f;}
.row-bg-aqua-green, .row-bg-aqua-green p, .row-bg-aqua-green h2 {background-color: #00aaaa; color: white;}
.row-bg-light-blue, .row-bg-light-blue p, .row-bg-light-blue h2 {background-color: #0099d8; color: white;}
.row-bg-dark-blue, .row-bg-dark-blue p, .row-bg-dark-blue h2 {background-color: #01468c; color: white;}
.row-bg-deep-purple, .row-bg-deep-purple p, .row-bg-deep-purple h2 {background-color: #07214b; color: white;}
.row-bg-dark-red, .row-bg-dark-red p, .row-bg-dark-red h2 {background-color: #96013c; color: white;}
.row-bg-orange, .row-bg-orange p, .row-bg-orange h2 {background-color: #f26a30; color: white;}
.row-bg-ochre, .row-bg-ochre p, .row-bg-ochre h2 {background-color: #ef971b; color: white;}
.row-bg-beige, .row-bg-beige p, .row-bg-beige h2 {background-color: #be996a; color: white;}

.gray-bg { background-color: #f3f4f5; }
.wales-data-block { }
.has-green-text h3 span, .has-green-text h3 strong{ color: #95c448 }
.text-center { text-align: center; }
.flexbox { display: flex; }
.flexbox.direction-column { flex-direction: column; align-items: center; justify-content: center; }
.flexbox.items-center { align-items: center; }
.flexbox .pl-20 { padding-left: 20px; }
.flexbox .pr-20 { padding-left: 20px; }
.flex-col-reverse {flex-direction: column-reverse;}
.data-block-4 h2,
.data-block-3 h2,
.data-block-2 h2,
.past-year-data h2,
.wales-data-block h2 { font-size: 23px; color: #525b6b; }
.data-block-4 p,
.data-block-3 p,
.data-block-2 p,
.past-year-data p,
.wales-data-block p { margin-bottom: 0; margin-top: 20px; font-size: 17px; }
.border-bottom { border:0; border-bottom-width: 1px; border-color: #525b6b; border-style: solid; }
.wales-data-block .image-has-number { position: relative; }
.wales-data-block .image-has-number strong { position: absolute; top: 43%; left: 0; text-align: center; width: 100%; text-align: center; color: #fff; font-size: 30px; }
.wales-data-block .image-has-number.side strong {left: 20%; }

.past-year-data .total-data { position: relative; }
.past-year-data .total-data img { max-width: 100%; width: 100%;  height: auto; }
.past-year-data .total-data .data { position: absolute; left: 0; top: 45%; -webkit-transform: translateY(-50%;); transform: translateY(-50%); width: 100%; text-align: center; }
.past-year-data .data h2,
.past-year-data .data h3,
.past-year-data .data h4 { margin-bottom: 10px; color: #525b6b; line-height: 1.1;}
.past-year-data .data h2 { font-size: 57px; }
.past-year-data .data h3 { font-size: 40px; }
.past-year-data .data h4 { font-size: 23px; }


.data-block-2 .hammer-image {align-self: flex-end; }
.data-block-2 .hammer-punch { width: 100%; position: relative; margin-bottom: 15px; }
.data-block-2 .hammer-punch strong { font-size: 30px; background-color: #7e3940; color: #fff; padding: 5px 10px; margin: 0 auto; }
.data-block-2 .and-text { position: absolute; left: 50%; -webkit-transform: translateX(-80px);transform: translateX(-80px); display: block; font-size: 23px; font-weight: 700; color: #525b6b; }

.large-text { font-size: 57px; line-height: 1.2; display: block; }

.data-block-3 {}
.data-block-4 .flexbox { text-align: center; }
.data-block-4 img { margin-bottom: 15px; max-width: 100%; }
.data-block-4 .truck-image { position: relative; text-align: left; }
.data-block-4 .truck-image .truck-data { position: absolute; bottom: 65px; left: 25px; font-size: 43px; color: #fff; font-weight: 700; }

.border-dotted { border: 0; border-style: dotted; border-color: #525b6b; }
.border-dotted.bl-2 { border-left-width: 2px; }
.border-dotted.br-2 { border-right-width: 2px; }
.border-dotted.bt-2 { border-top-width: 2px; }
.border-dotted.bb-2 { border-bottom-width: 2px; }
section.animal-stats-block {padding-left: 25px; padding-right: 25px; }
.bg-grey {background-color: #f3f4f5}
.bg-white {background-color: #fff;}
.my-10 {margin-top: 10px; margin-bottom: 10px;}
.my-20 {margin-top: 20px; margin-bottom: 20px;}
.my-30 {margin-top: 30px; margin-bottom: 30px;}

/*Added by @Mufi*/
.gray-bg { background-color: #f3f4f5; }
.wales-data-block { }
.has-green-text h3 span{ color: #95c448 }
.text-center { text-align: center; }
.flexbox { display: flex; }
.flexbox.direction-column { flex-direction: column; align-items: center; justify-content: center; }
.flexbox.direction-column-reverse { flex-direction: column-reverse; align-items: center; justify-content: center; }
.flexbox.items-center { align-items: center; }
.flexbox.justify-end { justify-content: flex-end; }
.flexbox.flex-wrap { flex-wrap: wrap; }
.flexbox .pl-20 { padding-left: 20px; }
.flexbox .pr-20 { padding-left: 20px; }
.data-block-4 .container h2,
.data-block-3 .container h2,
.data-block-2 .container h2,
.past-year-data .container h2,
.wales-data-block .container h2 { font-size: 23px; color: #525b6b; }
.data-block-4 p,
.data-block-3 p,
.data-block-2 p,
.past-year-data .container > p,
.wales-data-block .container > p { margin-bottom: 0; margin-top: 20px; font-size: 17px; }
.wales-data-block.border-bottom { border:0; border-bottom-width: 1px; border-color: #525b6b; border-style: solid; }
.wales-data-block .image-has-number { position: relative; }
.wales-data-block .image-has-number strong { position: absolute; top: 43%; left: 0; text-align: center; width: 100%; text-align: center; color: #fff; font-size: 30px; }

.past-year-data .total-data { position: relative; }
.past-year-data .total-data img { max-width: 100%; width: 100%;  height: auto; }
.past-year-data .total-data .data { position: absolute; left: 0; top: 45%; -webkit-transform: translateY(-50%;); transform: translateY(-50%); width: 100%; text-align: center; }
.past-year-data .data h2,
.past-year-data .data h3,
.past-year-data .data h4 { margin-bottom: 10px; color: #525b6b; line-height: 1.1;}
.past-year-data .data h2 { font-size: 57px; }
.past-year-data .data h3 { font-size: 40px; }
.past-year-data .data h4 { font-size: 23px; }


.data-block-2 .hammer-image {align-self: flex-end; }
.data-block-2 .hammer-punch { width: 100%; position: relative; margin-bottom: 15px; }
.data-block-2 .hammer-punch strong { font-size: 30px; background-color: #7e3940; color: #fff; padding: 5px 10px; margin: 0 auto; }
.data-block-2 .and-text { position: absolute; left: 50%; -webkit-transform: translateX(-80px);transform: translateX(-80px); display: block; font-size: 23px; font-weight: 700; color: #525b6b; }

.large-text { font-size: 57px; line-height: 1.2; display: block; }

.data-block-3 {}
.data-block-4 .flexbox { text-align: center; }
.data-block-4 img { margin-bottom: 15px; max-width: 100%; }
.data-block-4 .truck-image { position: relative; text-align: left; }
.data-block-4 .truck-image .truck-data { position: absolute; bottom: 65px; left: 25px; font-size: 43px; color: #fff; font-weight: 700; }

.border-dotted { border: 0; border-style: dotted; border-color: #525b6b; }
.border-dotted.bl-2 { border-left-width: 2px; }
.border-dotted.br-2 { border-right-width: 2px; }
.border-dotted.bt-2 { border-top-width: 2px; }
.border-dotted.bb-2 { border-bottom-width: 2px; }

/*Added by @Andrew*/
.panel-title {margin-top:0;margin-bottom:0;font-size:16px;color:inherit;line-height:26px;}

/* added for new page */
.larger-font h2 { font-size: 40px; }
.larger-font p { font-size: 24px; }

.twit-block { padding-top: 50px; }

.twit-block .border-bottom { border-color: #f3f4f5; padding-bottom: 30px; }
.twit-block .border-left {  border-left-width: 1px; }
.border-left { border-style: solid; border-width: 0px; border-color: #f3f4f5; }
.twit-block .image-block { margin-bottom: 20px; }
.twit-block .image-block img { width: 100%; }

.repeated-callout { width: 100%; height: auto; display: block; position: relative;  padding-top: 80px;}
.repeated-callout .border-bottom { border-color: #f3f4f5; }
.repeated-callout p { color: #fff; }
.repeated-callout .single-callout { display: flex; flex-wrap: wrap; margin-bottom: 80px; }
.repeated-callout .single-callout.mb-0 { margin-bottom: 0; }
.repeated-callout .single-callout .image-section { width: 40%; position: relative; border-top-left-radius: 300px; border-bottom-left-radius: 300px; padding-left: 50px; }
.repeated-callout .image-section img { width: 100%; }
.repeated-callout .single-callout .content-section { width: 60%; background-color: aliceblue; padding: 20px; min-height:182px;}
.repeated-callout .single-callout .rounded-info { height: 250px; width: 250px; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); border-radius: 100%; overflow: hidden; }
.repeated-callout .single-callout .image-src { height: 100%; }

.image-src{width:100%;position:relative;overflow:hidden;height:0;display:block}
.image-src img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;max-width:100%;max-width:none;object-fit:cover}

.video-section { width: 100%; display: block; position: relative; height: 0; padding-top: 56.25%; margin-bottom: 20px; }
.video-section iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.twitter-content { position: relative; padding-left: 60px; }
.twitter-content p small { font-size: 60%; }
.icon-twitter { position: absolute; top: 0; left: 0; width: 50px; height: 50px; }

@media (max-width: 992px){
    .larger-font h2 { font-size: 32px; }
    .larger-font p { font-size: 22px; }
    .wales-data-block .flexbox { flex-direction: column; }
    .wales-data-block br { display: none; }
    .ipad-image { height: 120px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 10px; }
    .wales-data-block .flexbox .pl-20 { padding-left: 0; text-align: center; }

    .data-block-4 .container h2,
    .data-block-3 .container h2,
    .data-block-2 .container h2,
    .past-year-data .container h2,
    .wales-data-block .container h2 { font-size: 20px; text-align: center; }

    .data-block-4 .container h3,
    .data-block-3 .container h3,
    .data-block-2 .container h3,
    .past-year-data .container h3,
    .wales-data-block .container h3 { font-size: 20px; }
    .data-block-4 p,
    .data-block-3 p,
    .data-block-2 p,
    .past-year-data .container > p,
    .wales-data-block .container > p { font-size: 15px; text-align: center; }

    .data-block-2 .col-md-6 > .flexbox { justify-content: center; max-width: 540px; margin: 0 auto; }
    .data-block-2 .col-md-6 > .flexbox > div { padding: 0 10px; }

    .data-block-2 .col-md-6.border-dotted.bl-2 { border-left-width: 0; border-top-width: 2px; margin-top: 20px; padding-top: 20px;}
    .data-block-3 .col-md-6 > .flexbox { max-width: 540px; margin: 0 auto; justify-content: center; }
    .data-block-4 { text-align: center; }
    .data-block-4 .flexbox { max-width: 540px; margin: 0 auto; }
    .data-block-4 .col-xs-6 { margin: 0 auto; float: none; padding-top: 20px; }
    .data-block-4 .truck-image .truck-data { font-size: 34px; }
    .past-year-data .data h2 { font-size: 40px; }
    .past-year-data .data h3 { font-size: 30px; }
    .past-year-data .data h4 { font-size: 20px; }

 	/* new pages */
    .repeated-callout .single-callout .image-section {padding-left: 0;}
    .repeated-callout .single-callout .rounded-info { width: 180px; height: 180px; top: 40px; }

    .dev-programme-block img { margin-bottom: 20px; }

}
@media (max-width: 767px) {
    .larger-font h2 { font-size: 28px; }
    .larger-font p { font-size: 20px; }
    .past-year-data .flexbox { flex-wrap: wrap; text-align: center; }
    .past-year-data .total-data img { width: auto; margin-bottom: 15px; }
    .dev-programme-block img {width: initial; }
    .dev-programme-block .res-col-rev { flex-direction: column-reverse; justify-content: center; align-items: center; }
    .dev-programme-block .res-col-rev .justify-end { justify-content: center; }
    .twit-block .left-block { width: 100%;  }
    .twit-block .right-block { width: 100%; text-align: center; }
    .twit-block .right-block img { width: initial; margin: 0 auto 20px; }
    .dev-programme-block .image-block { margin-bottom: 20px; }
    .twit-block .border-left {  border-left-width: 0px; border-top-width: 1px; padding-top: 20px; margin: 15px; }
}
@media (max-width: 580px) {
    .data-block-2 .col-md-6 > .flexbox { flex-direction: column; }
    .data-block-2 .hammer-image { align-self: center; padding-left: 100px;}
    .data-block-2 .col-md-6 > .flexbox > div { text-align: center; }
    .data-block-4 .truck-image .truck-data { font-size: 26px; bottom: 50px; }

    .repeated-callout .single-callout .image-section { width: 100%; height: 300px; }
    .repeated-callout .single-callout .content-section { width: 100%; }
}
@media (max-width: 480px) {
    .larger-font h2 { font-size: 24px; }
    .larger-font p { font-size: 18px; }
    .data-block-3 .col-md-6 > .flexbox { flex-wrap: wrap; }
    .data-block-4 .flexbox { flex-wrap: wrap; justify-content: center; }
    .data-block-4 .col-xs-6 { width: 100%; }
    .twit-block .right-block img { width: 100% !important;}
}

/* single section details page */
.single-detail-section .image-video-section { width: 66.66%; padding-right: 20px; }
.single-detail-section .image-video-section .image-src { padding-top: 62%; }
.single-detail-section .logo-content-section { width: 33.33%; padding-left: 20px; }
.single-detail-section .logo-image-section { margin-bottom: 20px; }

.repeated-callout + .repeated-callout {padding-top: 0; }
.sm-flex-reverse{display: flex; flex-wrap: wrap; flex-direction: row-reverse; }

@media (max-width: 992px){
    .single-detail-section .logo-content-section { order: -1; width: 100%; display: flex; align-items: center; padding-left: 0; margin-bottom: 20px; }
    .single-detail-section .logo-image-section { padding-right: 20px; }
    .single-detail-section .image-video-section { width: 100%; padding-right: 0;}
}
@media (max-width: 480px){
    .single-detail-section .logo-content-section { flex-wrap: wrap; justify-content: center;}
    .single-detail-section .logo-image-section { padding-right: 0px; margin-bottom: 20px; text-align: center; }
}
@media (min-width: 768px){
	.sm-mt-0{margin-top: 0;}
	.sm-flex-row {flex-direction: row;}
}

/*New Block Css @mufi*/
.gray-bg { background-color: #f3f4f5; }
.wales-data-block { }
.has-green-text h3 span{ color: #95c448 }
.text-center { text-align: center; }
.flexbox { display: flex; }
.flexbox.direction-column { flex-direction: column; align-items: center; justify-content: center; }
.flexbox.direction-column-reverse { flex-direction: column-reverse; align-items: center; justify-content: center; }
.flexbox.items-center { align-items: center; }
.flexbox.justify-end { justify-content: flex-end; }
.flexbox.flex-wrap { flex-wrap: wrap; }
.m-10 { margin-left: -10px; margin-right: -10px; }
.flexbox .pl-20 { padding-left: 20px; }
.flexbox .pr-20 { padding-right: 20px; }
.flexbox .pl-15 { padding-left: 15px; }
.flexbox .pr-15 { padding-right: 15px; }
.flexbox .pb-30 { padding-bottom: 30px; }
.data-block-4 .container h2,
.data-block-3 .container h2,
.data-block-2 .container h2,
.past-year-data .container h2,
.wales-data-block .container h2 { font-size: 23px; color: #525b6b; }
.data-block-4 p,
.data-block-3 p,
.data-block-2 p,
.past-year-data .container > p,
.wales-data-block .container > p { margin-bottom: 0; margin-top: 20px; font-size: 17px; }
.wales-data-block.border-bottom { border:0; border-bottom-width: 1px; border-color: #525b6b; border-style: solid; }
.wales-data-block .image-has-number { position: relative; }
.wales-data-block .image-has-number strong { position: absolute; top: 43%; left: 0; text-align: center; width: 100%; text-align: center; color: #fff; font-size: 30px; }

.past-year-data .total-data { position: relative; }
.past-year-data .total-data img { max-width: 100%; width: 100%;  height: auto; }
.past-year-data .total-data .data { position: absolute; left: 0; top: 45%; -webkit-transform: translateY(-50%;); transform: translateY(-50%); width: 100%; text-align: center; }
.past-year-data .data h2,
.past-year-data .data h3,
.past-year-data .data h4 { margin-bottom: 10px; color: #525b6b; line-height: 1.1;}
.past-year-data .data h2 { font-size: 57px; }
.past-year-data .data h3 { font-size: 40px; }
.past-year-data .data h4 { font-size: 23px; }


.data-block-2 .hammer-image {align-self: flex-end; }
.data-block-2 .hammer-punch { width: 100%; position: relative; margin-bottom: 15px; }
.data-block-2 .hammer-punch strong { font-size: 30px; background-color: #7e3940; color: #fff; padding: 5px 10px; margin: 0 auto; }
.data-block-2 .and-text { position: absolute; left: 50%; -webkit-transform: translateX(-80px);transform: translateX(-80px); display: block; font-size: 23px; font-weight: 700; color: #525b6b; }

.large-text { font-size: 57px; line-height: 1.2; display: block; }

.data-block-3 {}
.data-block-4 .flexbox { text-align: center; }
.data-block-4 img { margin-bottom: 15px; max-width: 100%; }
.data-block-4 .truck-image { position: relative; text-align: left; }
.data-block-4 .truck-image .truck-data { position: absolute; bottom: 65px; left: 25px; font-size: 43px; color: #fff; font-weight: 700; }

.border-dotted { border: 0; border-style: dotted; border-color: #525b6b; }
.border-dotted.bl-2 { border-left-width: 2px; }
.border-dotted.br-2 { border-right-width: 2px; }
.border-dotted.bt-2 { border-top-width: 2px; }
.border-dotted.bb-2 { border-bottom-width: 2px; }


/* added for new page */
.larger-font h2 { font-size: 40px; }
.larger-font p { font-size: 24px; }

.twit-block { padding-top: 50px; }

.twit-block .border-bottom { border-color: #f3f4f5; padding-bottom: 30px; }
.twit-block .border-left {  border-left-width: 1px; }
.border-left { border-style: solid; border-width: 0px; border-color: #f3f4f5; }
.twit-block .image-block { margin-bottom: 20px; }
.twit-block .image-block img { width: 100%; }

.repeated-callout { width: 100%; height: auto; display: block; position: relative;  padding-top: 80px;}
.repeated-callout .border-bottom { border-color: #f3f4f5; }
.repeated-callout p { color: #fff; }
.repeated-callout .single-callout { display: flex; flex-wrap: wrap; margin-bottom: 80px; }
.repeated-callout .single-callout.mb-0 { margin-bottom: 0; }
.repeated-callout .single-callout .image-section { width: 40%; position: relative; border-top-left-radius: 300px; border-bottom-left-radius: 300px; padding-left: 50px; }
.repeated-callout .image-section img { width: 100%; }
.repeated-callout .single-callout .content-section { width: 60%; background-color: aliceblue; padding: 20px; }
.repeated-callout .single-callout .rounded-info { height: 250px; width: 250px; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); border-radius: 100%; overflow: hidden; }
.repeated-callout .single-callout .image-src { height: 100%; }

.image-src{width:100%;position:relative;overflow:hidden;height:0;display:block}
.image-src img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;max-width:100%;max-width:none;object-fit:cover}

.video-section { width: 100%; display: block; position: relative; height: 0; padding-top: 56.25%; margin-bottom: 20px; }
.video-section iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.twitter-content { position: relative; padding-left: 60px; }
.twitter-content p small { font-size: 60%; }
.icon-twitter { position: absolute; top: 0; left: 0; width: 50px; height: 50px; }

.bg-dgray { background-color: #525b6b; }
.bg-lgreen { background-color: #e6f0d5; }
.padding-5-10 {  padding: 5px 10px; }
.text-white { color: #fff; }
.pl0 { padding-left: 0; }
.pr0 { padding-right: 0; }
.ml0 { margin-left: 0; }
.mr0 { margin-right: 0; }
.small-icon { width: 50px; justify-content: center; }
.three-year-data { padding-right: 20px; }


@media (max-width: 992px){
    .larger-font h2 { font-size: 32px; }
    .larger-font p { font-size: 22px; }
    .wales-data-block .flexbox { flex-direction: column; }
    .wales-data-block br { display: none; }
    .ipad-image { height: 120px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 10px; }
    .wales-data-block .flexbox .pl-20 { padding-left: 0; text-align: center; }

    .data-block-4 .container h2,
    .data-block-3 .container h2,
    .data-block-2 .container h2,
    .past-year-data .container h2,
    .wales-data-block .container h2 { font-size: 20px; text-align: center; }

    .data-block-4 .container h3,
    .data-block-3 .container h3,
    .data-block-2 .container h3,
    .past-year-data .container h3,
    .wales-data-block .container h3 { font-size: 20px; }
    .data-block-4 p,
    .data-block-3 p,
    .data-block-2 p,
    .past-year-data .container > p,
    .wales-data-block .container > p { font-size: 15px; text-align: center; }

    .data-block-2 .col-md-6 > .flexbox { justify-content: center; max-width: 540px; margin: 0 auto; }
    .data-block-2 .col-md-6 > .flexbox > div { padding: 0 10px; }

    .data-block-2 .col-md-6.border-dotted.bl-2 { border-left-width: 0; border-top-width: 2px; margin-top: 20px; padding-top: 20px;}
    .data-block-3 .col-md-6 > .flexbox { max-width: 540px; margin: 0 auto; justify-content: center; }
    .data-block-4 { text-align: center; }
    .data-block-4 .flexbox { max-width: 540px; margin: 0 auto; }
    .data-block-4 .col-xs-6 { margin: 0 auto; float: none; padding-top: 20px; }
    .data-block-4 .truck-image .truck-data { font-size: 34px; }
    .past-year-data .data h2 { font-size: 40px; }
    .past-year-data .data h3 { font-size: 30px; }
    .past-year-data .data h4 { font-size: 20px; }

/*    new pages */
    .repeated-callout .single-callout .image-section {padding-left: 0;}
    .repeated-callout .single-callout .rounded-info { width: 180px; height: 180px; top: 40px; }

    .dev-programme-block img { margin-bottom: 20px; }

}
@media (max-width: 767px) {
    .larger-font h2 { font-size: 28px; }
    .larger-font p { font-size: 20px; }
    .past-year-data .flexbox { flex-wrap: wrap; text-align: center; }
    .past-year-data .total-data img { width: auto; margin-bottom: 15px; }
    .dev-programme-block img {width: initial; }
    .dev-programme-block .res-col-rev { flex-direction: column-reverse; justify-content: center; align-items: center; }
    .dev-programme-block .res-col-rev .justify-end { justify-content: center; }
    .twit-block .left-block { width: 100%;  }
    .twit-block .right-block { width: 100%; text-align: center; }
    .twit-block .right-block img { width: initial; margin: 0 auto 20px; }
    .dev-programme-block .image-block { margin-bottom: 20px; }
    .twit-block .border-left {  border-left-width: 0px; border-top-width: 1px; padding-top: 20px; margin: 15px; }
}
@media (max-width: 580px) {
    .data-block-2 .col-md-6 > .flexbox { flex-direction: column; }
    .data-block-2 .hammer-image { align-self: center; padding-left: 100px;}
    .data-block-2 .col-md-6 > .flexbox > div { text-align: center; }
    .data-block-4 .truck-image .truck-data { font-size: 26px; bottom: 50px; }

    .repeated-callout .single-callout .image-section { width: 100%; height: 300px; }
    .repeated-callout .single-callout .content-section { width: 100%; }
}
@media (max-width: 480px) {
    .larger-font h2 { font-size: 24px; }
    .larger-font p { font-size: 18px; }
    .data-block-3 .col-md-6 > .flexbox { flex-wrap: wrap; }
    .data-block-4 .flexbox { flex-wrap: wrap; justify-content: center; }
    .data-block-4 .col-xs-6 { width: 100%; }


}


/* single section details page */
.single-detail-section .image-video-section { width: 66.66%; padding-right: 20px; }
.single-detail-section .image-video-section .image-src { padding-top: 62%; }
.single-detail-section .logo-content-section { width: 33.33%; padding-left: 20px; }
.single-detail-section .logo-image-section { margin-bottom: 20px; }
.three-year-data p {margin-top: 0; }
.three-year-data h5 {font-size: 16px; line-height: 22px; }
.mainbar .graph-image img{width: auto; display: inline-block; }
.three-year-data img {width: auto;}
@media (max-width: 992px){
    .single-detail-section .logo-content-section { order: -1; width: 100%; display: flex; align-items: center; padding-left: 0; margin-bottom: 20px; }
    .single-detail-section .logo-image-section { padding-right: 20px; }
    .single-detail-section .image-video-section { width: 100%; padding-right: 0;}
}
@media (max-width: 480px){
    .single-detail-section .logo-content-section { flex-wrap: wrap; justify-content: center;}
    .single-detail-section .logo-image-section { padding-right: 0px; margin-bottom: 20px; text-align: center; }
}


/** graph page */
@media (max-width: 992px){
    .data-block-2 .bl-2 { border-left: 0; }
    .graph-image { text-align: center; }
    .graph-image img { max-width: 100%; height: auto; }
}
@media (max-width:480px){
    .three-year-data .flexbox{ justify-content: center; }
    .three-year-data .col-md-7,
    .three-year-data .col-xs-4.col-md-5 { width: 100%; }
    .three-year-data .border-bottom { padding-top: 20px; }
    .three-year-data .small-icon { margin-bottom: 12px; }
}

/*New form css*/
.freeform_container .form-group h2, .freeform_container .freeform-column h2 {margin-top: 10px; margin-bottom: 0px; padding-bottom: 5px; border-bottom: 3px solid; }
.content-section a:hover {text-decoration: none; }
.content-section a {color: #fff !important; font-weight: bold; text-decoration: underline; }

.freeform_container ul.nav.nav-tabs {margin-bottom: 30px; }
.freeform_container .nav-tabs>li.active>a, .freeform_container .nav-tabs>li.active>a:focus, .freeform_container .nav-tabs>li.active>a:hover {background-color: #139bd7;}
.freeform_container .nav.nav-tabs li.active a:before {border-color: transparent transparent #139bd7 transparent;}

.freeform_container button, .freeform_container input[type="button"], .freeform_container input[type="reset"], .freeform_container input[type="submit"] {display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;color: #fff; background-color: #337ab7; border-color: #2e6da4;}
.freeform_container button:hover, .freeform_container input[type="button"]:hover, .freeform_container input[type="reset"]:hover, .freeform_container input[type="submit"]:hover {color: #fff; background-color: #286090; border-color: #204d74;}
.freeform_container select.form-control{width: initial;}
ul.errors {list-style: none; margin-left: 0; }
ul.errors li {color: #a94442; font-size: 15px; }
.map-addresses p {font-size: 16px; }
.map-addresses p {margin-bottom: 5px; }
ul.dropdown-menu li {margin-bottom: 0; }

/* Added Andrew 31/03/2020 */
.slider-text-bg-color{background-color: rgba(66, 85, 99, 0.8);padding-top:15px;padding-bottom:15px;}
.solid-content-bg{padding:10px 10px 5px 10px;margin-bottom:10px;}
.solid-content-bg h1,.solid-content-bg h2,.solid-content-bg h3,.solid-content-bg h4,.solid-content-bg h5,.solid-content-bg h6,.solid-content-bg p{color:#fff;}
.repeated-callout .single-callout .image-section.no-pad{padding:0;}
.btn-hcc-callout:hover {color: #415562; background-color: #e3e3e3; border-color: #e3e3e3; }
.btn-hcc-callout {background-color: #fff; color: #415562; border-color: #415562; }
a.btn-hcc-callout {background-color: #fff; color: #415562 !important; border-color: #415562; text-decoration:none;}
.newsletter-callout h1, .newsletter-callout h2, .newsletter-callout h3, .newsletter-callout h4, .newsletter-callout ul {color:#fff;}

.repeated-callout.newsletter-callout{padding-top:40px;}
.repeated-callout .single-callout.mb-40{margin-bottom:40px;}
p img {max-width: 100%;height: auto !important;}

.display_archive { font-size: 1em;}
.campaign {line-height: 125%; margin: 10px 0 10px 0;}

/*added by @Mufi 13-7-20*/
.mt-50{margin-top: 50px;}
.icon-pos{top: 20px; left: 5px;}
.twitter-content a{color: #0e77a4 !important;}

.mainbar ul {margin-left: 30px;}
table.info-table {margin-bottom: 20px !important;}
.info-table tbody tr td img{width: auto; margin: auto;}
.info-table th, .info-table tr td{font-size: 16px;}
.main_list_data {display: block; margin: 0 auto; text-align: center;}
.main_list_data img{width: auto;height: auto;display: inline;margin-top: 30px;}
.max-w-400 {max-width: 400px;}

/*Timeline Css*/
/*.timeline {line-height: 1.4em; list-style: none; padding-top: 10px; padding-bottom: 10px; }
.timeline-item {padding-left: 40px; position: relative; }
.timeline-item:last-child {padding-bottom: 0; }
.timeline-item iframe { max-width: 100%; max-height: 160px;}
.timeline-item img { max-width: 100%;}
.timeline-info {font-size: 12px; font-weight: 700; letter-spacing: 3px; margin: 0 0 0.5em 0; text-transform: uppercase; white-space: nowrap; }
.timeline-marker {position: absolute; top: 0; bottom: 0; left: 0; width: 15px; }
.timeline-marker:before {background: #139bd7; border: 3px solid transparent; border-radius: 100%; content: ""; display: block; height: 15px; position: absolute; top: 4px; left: 0; width: 15px; transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }
.timeline-marker:after {content: ""; width: 3px; background: #CCD5DB; display: block; position: absolute; top: 24px; bottom: 0; left: 6px; }
.timeline-item:not(.period):hover .timeline-marker:before {background: transparent; border: 3px solid #139bd7; }
.timeline-content {padding-bottom: 40px; }
.timeline-content p:last-child {margin-bottom: 0; }
.period {padding: 0; }
.period .timeline-info {display: none; }
.period .timeline-marker:before {background: transparent; content: ""; width: 15px; height: auto; border: none; border-radius: 0; top: 0; bottom: 30px; position: absolute; border-top: 3px solid #CCD5DB; border-bottom: 3px solid #CCD5DB; }
.period .timeline-marker:after {content: ""; height: 32px; top: auto; }
.period .timeline-content {padding: 40px 0 70px; }
.timeline .period:first-child .timeline-content {padding-top: 0;}
.period .timeline-title {margin: 0; }

@media (min-width: 568px) {
	.timeline-item iframe { max-height: 270px;}
}
@media (min-width: 768px) {
	.timeline-item iframe { max-height: unset;}
	.timeline-split .timeline-marker, .timeline-centered .timeline-marker {position: relative; }
	.timeline-split .timeline-content, .timeline-centered .timeline-content {padding-left: 30px; }
	.timeline-split .timeline-info, .timeline-centered .timeline-info {padding-right: 30px; }
	.timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {position: relative; left: -45px; }
	.timeline-centered,
	.timeline-centered .timeline-item,
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-marker,
	.timeline-centered .timeline-content {margin: 0; padding: 0; }
	.timeline-centered .timeline-item {padding-bottom: 40px; overflow: hidden; }
	.timeline-centered .timeline-marker {position: absolute; left: 50%; margin-left: -7.5px; }
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-content {width: 50%; }
	.timeline-centered .timeline-info{padding-top: 5px; }
	.timeline-centered > .timeline-item:nth-child(even) .timeline-info {float: left; text-align: right; padding-right: 30px; }
	.timeline-centered > .timeline-item:nth-child(even) .timeline-content {float: right; text-align: left; padding-left: 30px; }
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {float: right; text-align: left; padding-left: 30px; }
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {float: left; text-align: right; padding-right: 30px; }
	.timeline-centered > .timeline-item.period .timeline-content {float: none; padding: 0; width: 100%; text-align: center; }
	.timeline-centered .timeline-item.period {padding: 50px 0 90px; }
	.timeline-centered .period .timeline-marker:after {height: 30px; bottom: 0; top: auto; }
	.timeline-centered .period .timeline-title {left: auto; }
}

.timeline-centered .timeline-item.period:first-child{padding: 20px 0 90px; height: 50px; }
.timeline-centered .timeline-item.period:first-child .timeline-marker:before{border-top: 0; }
.timeline-centered .timeline-item.period:last-child{padding: 0; height: 50px; }
.timeline-centered .timeline-item.period:last-child  .timeline-marker:before{border-bottom: 0; }
.timeline-centered .timeline-item.period:last-child  .timeline-marker:after{display: none; }
.marker-outline .timeline-marker:before {background: transparent; border-color: #139bd7; }
.marker-outline .timeline-item:hover .timeline-marker:before {background: #139bd7; }*/

body{
  background-color:#fff;
}

/* timeline css */
.vertical-timeline{padding-left: 15px; padding-right: 15px;}
.vertical-timeline-content{width: 100%;}
.vertical-timeline-content .timeline-heading {padding-top: 30px;}
.vertical-timeline-content .inner{width: 80%; padding-top: 30px; padding-bottom: 30px;}
.vertical-timeline-row{display: flex; flex-wrap: wrap; border-bottom: 2px solid #19ACEB; position: relative; margin-left: 16px; margin-right: 16px; padding-left: 40px; padding-right: 40px; }
.vertical-timeline-row:nth-child(odd){padding-right: 0; }
.vertical-timeline-row:nth-child(even){padding-left: 0; }
.vertical-timeline-row:nth-child(odd) .vertical-timeline-content .inner{margin-right: auto;}
.vertical-timeline-row:nth-child(even) .vertical-timeline-content .inner{margin-left: auto;}
.vertical-timeline-count{width: 40px; height: 40px; border-radius: 100%; background-color: #19ACEB; color: #ffffff; font-size: 18px; font-weight: 700; position: absolute; left: -34px; top: calc(50% - 20px); display: flex; justify-content: center; align-items: center; z-index: 99; }
.vertical-timeline-row:nth-child(even) .vertical-timeline-count{left: auto; right: -34px; }
.vertical-timeline-row:before{content: ''; position: absolute; bottom: -2px; height: 50%; width: 20px; }
.vertical-timeline-row:last-child:before{display: none; }
.vertical-timeline-row:last-child{border-bottom-width: 0; }
.vertical-timeline-row:nth-child(odd):before{left: -16px; border-left: 2px solid #19ACEB; border-bottom: 2px solid #19ACEB; border-radius: 0 0 0 16px; }
.vertical-timeline-row:nth-child(even):before{right:-16px; border-right: 2px solid #19ACEB; border-bottom: 2px solid #19ACEB; border-radius: 0 0 16px 0; }
.vertical-timeline-row:after{content: ''; position: absolute; top: -2px; height: 50%; width: 20px; }
.vertical-timeline-row:first-child:after{display: none; }
.vertical-timeline-row:nth-child(odd):after{left: -16px; border-left: 2px solid #19ACEB; border-top: 2px solid #19ACEB; border-radius: 16px 0 0 0; }
.vertical-timeline-row:nth-child(even):after{right:-16px; border-right: 2px solid #19ACEB; border-top: 2px solid #19ACEB; border-radius: 0 16px 0 0; }
.vertical-timeline-row:nth-child(even){justify-content: flex-end; text-align: right; }
.vertical-timeline p:last-child{margin-bottom: 0; }
.vertical-timeline iframe { max-width: 100%; max-height: 250px;}

@media (max-width: 767px){
	.vertical-timeline-content .inner{width: 100%; }
}

@media (min-width: 568px) {
	.vertical-timeline iframe { max-height: 270px;}
}

@media (min-width: 768px) {
	.vertical-timeline iframe { max-height: unset;}
}

/*Added by mufi*/
.search-keyword{font-style: italic;}
.dropdown{width: 20% !important; margin-right: inherit;}


.timeline-dot{
	position: initial;
    bottom: 16px;
    margin-bottom: 15px;
    left: 0;
    right: 0;
    text-align: inherit;
}
.timeline-dot li button{
	border: 1px solid #333;
	height: 18px;
	width: 18px;
	cursor: initial;
}
.mb-5{
	margin-bottom: 5px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: 20px;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
}
.full-dot{
	border: 1px solid #415563 !important;
	background-color:#415563 !important;
}

.mb-0 {margin-bottom: 0 !important;}