@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansextrabold';
    src: url('/fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('/fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img { 
	-webkit-transform: translateZ(0); 
	-moz-transform: translateZ(0); 
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'open_sansextrabold';
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'open_sansregular';
	font-size: 14px;
}

.clear {
	clear: both;
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

/* header */

.header_container {
    background: #017C9D;
	padding: 10px;
	float: left;
	width: 100%;
}

.logo {
    float: left;
	max-width: 281px;
	width: 100%;
}

.logo img {
	width: 100%;
}

.menu {
    float: right;
    margin-top: 10px;
}

.menu ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.menu li {
    display: inline-block;
    padding: 3px 8px;
    margin: 0px 5px;
}

.menu li.active {
	border: 2px solid #fff;
	border-radius: 5px;
}

.menu li.active a {
	color: #fff;
}

.menu a {
	color: #b0e0f4;
	text-decoration: none;
}

.menu a:hover {
	color: #fff;
}

.mobile_menu_btn {
	position: relative;
	top: 10px;
	display: none;
	cursor: pointer;
}

img.mobile_menu_btn_image, img.mobile_menu_exit_image {
    position: absolute;
    top: 0;
    right: 0;
}

/* hero */

.hero_image_container {
	max-height: 642px;
    height: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero_image {
	background: #032B35;
    position: absolute;
    top: 0;
    z-index: 9;
}

.hero_image img {
	width: 100%;
	opacity: 0.2;
}

.hero_text {
	position: relative;
    color: #fff;
	float: left;
    text-align: center;
    z-index: 10;
    width: 100%;
    margin: 15% auto;
}

.hero_text .row {
	margin: 5px 0;
	float: left;
	width: 100%;
	clear: both;
}

.hero_text .row1 {
	font-size: 26px;
	line-height: 26px;
}

.hero_text .row1 span {
	font-family: 'open_sansextrabold';
}

.hero_text .row2 {
	font-size: 56px;
	line-height: 56px;
	font-family: 'open_sansextrabold';
}

.hero_text .row2 span {
	color: #b2dbeb;
}

.hero_text .row3 {
	font-size: 18px;
	line-height: 22px;
}


.hero_image_container a {
	position: relative;
	display: inline-block;
	text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-family: 'open_sansextrabold';
	cursor: pointer;
	z-index: 10;
}

.hero_image_container a span.button_text {
	position: relative;
	color: #fff;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	z-index: 10;
}

span.slide_down {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 0;
    background: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    width: 100%;
	z-index: 9;
}

.hero_image_container a:hover span.slide_down {
    max-height: 600px;
    transition: 1500ms;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
}

.hero_image_container a:hover span.button_text {
	color: #017C9D;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

/* Get in Touch */

.get_in_touch {
    float: left;
    width: 100%;
	padding: 40px;
    text-align: center;
	color: #017C9D;
}

.get_in_touch .row {
    float: left;
    width: 100%;
    padding: 10px;
}

.get_in_touch h2 {
	font-size: 32px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.get_in_touch h3 {
	font-size: 18px;
	-webkit-margin-before: 0.8em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.get_in_touch p {
	-webkit-margin-before: 0.2em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.get_in_touch .underline {
    width: 75px;
    height: 4px;
    background: #017C9D;
    margin: 0 auto;
}

.get_in_touch ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.get_in_touch li {
    display: inline-block;
    padding: 3px 0px;
    margin: 0 5px;
	color: #b0e0f4;
}

.get_in_touch li:after {
    content: "|";
    margin-left: 16px;
    color: #017c90;
}

.get_in_touch li:last-child:after {
    content: "";
}

.get_in_touch a {
	color: #017C9D;
	text-decoration: none;
}

/* Choose Regions */

.choose_region_container {
	background: #017C9D;
	border-top: 1px solid #ccc;
	float: left;
	width: 100%;
}

.choose_region_title {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px;
	text-align: center;
	background: #fff;
	color: #017C9D;
	z-index: 10;
}

.choose_region_title h2 {
	font-size: 32px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.choose_region_title .underline {
    width: 75px;
    height: 4px;
    background: #017C9D;
    margin: 0 auto;
}

.regions_map {
	position: relative;
    float: left;
    width: 50%;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9;
}

.map_container {
    position: relative;
    /*max-width: 554px;*/
	width: 50%;
    margin: 0 auto;
}

.uk_map {
    position: relative;
	max-width: 457px;
    margin: 30px auto;
}

.uk_map img {
    width: 100%;
		
}

.region_map img {
	width: 100%;
	
}

.region_map {
    position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.region_map.active {
	opacity: 1;
}

.regions_list {
	position: relative;
    text-transform: uppercase;
    background: #037B9D;
    padding: 5px;
    z-index: 99;
}

.regions_list ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
	-moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0;
	
}

.regions_list li {
    display:block;
	color: #b0e0f4;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
}


.regions_list li:hover {
	color: #fff;
	transition: 500ms;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
}

.regions_list li.active_link {
	color: #fff;
}

.show_all_regions {
	position: relative;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
	margin: 20px 0;
    font-size: 16px;
    font-family: 'open_sansextrabold';
    cursor: pointer;
    z-index: 10;
}

.book_an_ad_button {
	position: relative;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
	padding: 10px 15px;
    font-size: 16px;
    font-family: 'open_sansextrabold';
	vertical-align: middle;
    cursor: pointer;
    z-index: 10;
}

.show_all_regions span.button_text {
	position: relative;
	color: #fff;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	z-index: 10;
}

.book_an_ad_button span.button_text {
	position: relative;
	color: #fff;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	z-index: 10;
}


.show_all_regions:hover span.slide_down {
    max-height: 600px;
    transition: 1500ms;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
}

.show_all_regions:hover span.button_text {
	color: #017C9D;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.book_an_ad_button:hover span.slide_down {
    max-height: 600px;
    transition: 1500ms;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
}

.book_an_ad_button:hover span.button_text {
	color: #017C9D;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.region_children {
	margin-top: 20px;
}

li.child_region_lk {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 50%;
    margin: 0 auto;
	font-weight: normal !important;
    transition: 1500ms;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
}

.active_link .underline {
    margin-top: 5px !important;
}

li.active_childlink {
	color: #fff;
	border-top: 1px solid #b0e0f4;
    border-bottom: 1px solid #b0e0f4;
	transition: 1500ms;
	-webkit-transition: 1500ms;
	-moz-transition: 1500ms;
}

.publications_map {
	position: relative;
    width: 50%;
    float: right;
    height: 445px;
    overflow: hidden;
}

.publications_map .uk_map {
	position: relative;
    top: -452%;
    left: -80%;
    width: 100%;
}

.publications_map .region_map {
	max-width: 100%;
    left: 215%;
    top: 50.5%;
}

.publications_map .uk_map img, .publications_map .region_map img {
	width: auto;
}

.map_pin {
    position: absolute;
    width: 6%;
    height: 5%;
    background-image: url(/images/pin.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index:200;
}

.map_pin.active_hover {
    position: absolute;
    width: 6%;
    height: 5%;
    background-image: url(/images/pin_hover.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.map_pin.active {
    position: absolute;
    width: 6%;
    height: 5%;
    background-image: url(/images/pin_active.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.small_pin {
	width: 5% !important;
    height: 4% !important;
}

.select_products {
	position: relative;
    width: 50%;
	padding: 40px;
    float: right;
	color: #fff;
	text-align: center;
	z-index: 8;
}

.select_products h3 {
	font-size: 18px;
	-webkit-margin-before: 0.8em;
    -webkit-margin-after: 0.4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.select_products .underline {
    width: 75px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}

.select_products .row {
	margin: 5px 0;
	float: left;
	width: 100%;
	clear: both;
}

.publication_image img {
	max-width: 100%;
	padding: 10px;
	opacity: 0.2;
	display: inline-block;
    vertical-align: middle;
}

.publication_image img.active {
	opacity: 1;
}

.select_products a {
	position: relative;
	display: inline-block;
	text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-family: 'open_sansextrabold';
	cursor: pointer;
	z-index: 10;
}

.select_products a span.button_text {
	position: relative;
	color: #fff;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	z-index: 10;
}

.products_title{
	display:none;
}

span.slide_down {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 0;
    background: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    width: 100%;
	z-index: 9;
}

.select_products a:hover span.slide_down {
    max-height: 600px;
    transition: 1500ms;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
}

.select_products a:hover span.button_text {
	color: #017C9D;
	transition: 200ms;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

.publication_image_container {
    margin-top: 20px;
}

.publication_regions_child {
    margin-top: 20px;
}

.publication_image {
    display: block;
	width: 100%;
}

/* activities list */

.activities_list {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px;
	background: #fff;
	color: #017C9D;
	z-index: 10;
}

.activities_list h2 {
	font-size: 32px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.activities_list .underline {
    width: 75px;
    height: 4px;
    background: #017C9D;
    margin: 0 auto;
}

.activities_list ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.activities_list li {
    display: inline-block;
    padding: 3px 0px;
    margin: 0 5px;
	color: #017C9D;
}

.activities_list li:after {
    content: "|";
    margin-left: 16px;
    color: #017c90;
}

.activities_list li:last-child:after {
    content: "";
}

.activities_list a {
	color: #017C9D;
	text-decoration: none;
}

.activities_list .row {
	margin: 20px 0;
	float: left;
	width: 100%;
	clear: both;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 40px;
	background: #017C9D;
	color: #fff;
}

.trinity_logo {
	font-size: 28px;
	float: left;
}

.copyright {
	float: right;
	margin-top: 10px;
}

.powered_by:before {
    content: "|";
    margin: 0 10px;
}
.powered_by {
    float: right;
}

.remodal {
    text-align: left;
	max-width: 1200px !important;
}

.remodal-confirm {
	background: #017C9D !important;
	float: right;
}

.remodal-confirm:hover {
	background: #024A5E !important
}

.remodal a {
	text-decoration: none;
	color: #017C9D;
}

span.tab_space {
    margin-right: 30px;
}

.term_row {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.term_number, .term_text {
    display: inline-block;
    vertical-align: top;
}

.term_number {
    width: 8%;
}

.term_text {
    width: 90%;
}

.term_number.term_letter {
    text-align: right;
    margin-right: 3%;
    position: relative;
    left: 2%;
}

.term_number.term_letter ~ .term_text {
    width: 84%;
}

/* Contact Forms */

.contact_modal, .fault_modal {
    max-width: 600px !important;
}

.registration_form .control-group {
    margin: 10px 0;
}

.registration_form label.control-label {
	display: inline-block;
    vertical-align: top;
    width: 40%;
}

.registration_form .controls {
    display: inline-block;
    vertical-align: top;
	width: 59%;
}

.registration_form span.customer_type_span, .registration_form input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}

.registration_form select, .registration_form input[type="text"], .registration_form textarea {
    padding: 5px;
    width: 100%;
}

.registration_form textarea {
	height: 120px;
}

.registration_form input[type="submit"] {
    font: inherit;
	background: #017C9D;
	color: #fff;
	float: right;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.registration_form input[type="submit"]:hover {
	background: #024A5E;
}

.registration_form input[type="text"].error, .registration_form select.error, .registration_form textarea.error {
	border: 1px solid red;
}

/* responsive */

@media (max-width:1400px) {
	.publications_map .uk_map {left: -105%;}
}

@media (max-width:823px) {
	.publication_image {display: block; width: 100%;}
}

@media (max-width:700px) {
	.regions_map {float: none; width: 100%; display: none;}
	.select_products {float: left; width: 100%;}
	.hero_text {margin: 5% auto;}
	.trinity_logo {float: none; text-align: center;}
	.copyright {float: none; text-align: center;}
	.powered_by:before {display: none;}
	.powered_by {float: none;}
}

@media (max-width:655px) {
	.mobile_menu_btn {display: block;}
	ul.menu_items {display: none;}
	.mobile_menu_exit_image {display: none;}
	.menu {width: 100%; position: relative; text-align: center; clear: both; transition: 500ms;-webkit-transition: 500ms;-moz-transition: 500ms;}
	.menu li {display: block; margin: 25px 5px;}
}

@media (max-width:603px) {
	.hero_text .row1 {font-size: 3vh; line-height: 3vh;}
	.hero_text .row2 {font-size: 4vh; line-height: 4vh;}
	.hero_text .row3 {font-size: 2vh; line-height: 2vh;}
	.hero_text .row4 {font-size: 1vh; line-height: 1vh;}
}

@media (max-width:543px) {
	.get_in_touch li {display: block;}
	.get_in_touch li:after {display: none;}
	.registration_form label.control-label, .registration_form .controls {width: 100%;}
}

@media (max-width:393px) {
	.hero_text .row1 {font-size: 2vh; line-height: 2vh;}
	.hero_text .row2 {font-size: 3vh; line-height: 3vh;}
	.hero_text .row3 {font-size: 1vh; line-height: 1vh;}
	.hero_text .row4 {font-size: 0.5vh; line-height: 0.5vh;}
	.activities_list li {display: block;}
	.activities_list li:after {display: none;}
}

@media (max-width:370px) { 
	.logo {max-width: 175px;}
	.mobile_menu_btn {top: 0px;}
}

/* IE and EDGE stuff */

@supports (-ms-accelerator:true) {
	ul {margin-left: -45px !important;} 
}