@charset "UTF-8";
body {
	font-family: 'Montserrat', sans-serif;
	padding-top: 82px;
}
.wow {
  visibility: hidden;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a:hover, .contact-li a, #hero h2, nav ul li a:hover, nav ul li .active, .sub-arrow, .sub-nav li .active, .colour-only p a:hover {
	color: #ffb500;
}
.block-btn, .form-btn, .contact-foot {
	background-color: #ffb500;
}
.block-btn:hover, footer, .form-btn:hover {
	background-color: #194179;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: 500;
}
p, ul {
	font-size: 14px;
	line-height: 26px;
}
ul {
	padding-left: 14px;
}
a {
	transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-webkit-transition: all .12s ease-in-out;
	text-decoration: underline;
	color: #212529;
}
header {
	font-size: 14px;
	position: fixed;
	top: 0;
	transition: top 0.2s ease-in-out;
	z-index: 99;
	width: 100%;
	height: 82px;
}
.social {
	margin-top: 23px;
	margin-right: 75px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	font-size: 0px;
	position: relative;
	z-index: 9999999;
}
.social li {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.social li a:hover  {
	opacity: 0.7;
}
.nav-down {
	top: -15px;
}
.fade-down {
	top: -25px!important;
}
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #E9E9E9;
	z-index: 9999;
	display: none;
}
.overlay-content {
	height: 100%;
	overflow: scroll;
	width: 100%;
	padding-top: 100px;
}
.background-content {
	height: 100%;
	overflow: auto;
}
nav {
	width: 100%;
	height: 100%;
	overflow: scroll;
}
nav ul {
	padding: 0;
	list-style-type: none;
	vertical-align: top;
	text-align: center;
}
nav ul li {
	margin-left: 20px;
}
nav ul li a {
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	font-weight: 400;
}
nav ul li a:hover {
	text-decoration: none;
}
#nav-close {
	width: 100%;
	text-align: right;
	padding-top: 55px;
	padding-right: 50px;
}
#nav-open span {
	transition: top 0.2s ease-in-out;
	display: block;
	position: fixed;
	top: 35px;
	z-index: 9999999;
	height: 30px;
	right: 30px;
}
.nav-view {
	top: 5px;
}
#nav-open .toggle-down {
	top: 20px;
}
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
	width: 23px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: #212529;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger-inner {

  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }


.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
#nav-fade {
	height: 82px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	transition: top 0.2s ease-in-out;
}
.nav-col {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.overlaysocial {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.overlaysocial li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.nav-social-col {
	margin-left: 20px;
}
.nav-links-col {
}
#logo {
	position: absolute;
	z-index: 9999999;
	margin-top: 20px;
	margin-left: 30px;
}
#logo img {
	width: 82px;
	height: 44px;
}
.contact-li {
	border-right: 1px solid #B3B3B3;
	margin-right: 15px;
	padding-right: 10px;
}
.contact-li a {
	font-size: 18px;
	text-decoration: none;
}
.social li a {
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
.social .contact-li {
	display: inline-block;
}
.social li a img {
	height: 15px;
}
.overflow {
	overflow: auto;
}
.block-btn, .form-btn {
	padding: 9px 15px 9px 15px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 20px;
}
.block-btn:hover, .form-btn {
	color: #FFFFFF;
	text-decoration: none;
}
.padding-wrap {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
}
#hero {
	background-image: url(../img/blue-small.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #0560AD;
	background-size: cover;
}
#hero-inner {
	background-repeat: no-repeat;
	overflow: auto;
}
#hero-wrap .hero-img {
	width: 100%;
	text-align: center;
}
#hero-wrap .img-text {
	text-align: center;
	margin-top: 40px;
}
#hero h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 4px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
}
#hero h2 {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
}
.hero-desk {
	display: none;
}
.white-block {
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-block-intro {
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 30px;
}
.white-img-block {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.white-cols-block {
	padding-top: 20px;
	padding-bottom: 20px;
}
.white-block-top {
	padding-top: 50px;
}
.sub-nav  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.li-head {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	padding-bottom: 20px;
	font-size: 16px;
}
.sub-nav li a {
	display: block;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CDCDCD;
	text-decoration: none;
	font-weight: 500;
}
.sub-nav li .first-sub {
	padding-top: 0px;
}
.sub-arrow {
	float: right;
}
.intro-block p {
	font-size: 15px;
	line-height: 30px;
}
.intro-block .intro p {
	font-size: 20px;
}
.sub-hide {
	display: none;
}
.colour-block {
	background-image: url(../img/blue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.colour-block-text {
	text-align: center;
	color: #FFFFFF;
	padding-top: 40px;
	width: 100%;
}
.colour-block-text h2, .colour-only h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.colour-block-img {
	text-align: center;
}
.colour-block-img img {
	text-align: center;
	max-height: 400px;
}
.quote-block {
	font-size: 15px;
}
.quote-block .quote p {
	font-size: 24px;
	line-height: 35px;
}
.max {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.col-table {
	display: table;
	width: 100%;
}
.col-cell {
	display: table-cell;
	vertical-align: middle;
}
.col-img {
}
.col-img-left {
	margin-bottom: 30px;
}
.col-img-right {
	margin-top: 30px;
}
footer {
	padding-top: 70px;
	padding-bottom: 100px;
	color: #97ACCA;
}
footer p {
	font-size: 12px;
}
footer a {
	font-size: 12px;
	color: #97ACCA;
}
footer a:hover {
	color: #FFFFFF;
}
#foot-logo {
	margin-bottom: 40px;
}
#foot-logo img {
	height: 44px;
}
#foot-logo span {
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 10px;
	color: #FFFFFF;
}
.top-intro p {
	font-size: 15px;
	line-height: 30px;
	display: block;
}
.white-img-block p {
	font-size: 14px;
	line-height: 26px;
}
.white-img-block h1, .white-img-block h2, .white-img-block h4, .white-img-block h5, .white-img-block h6 {
	font-size: 28px;
	line-height: 35px;
	font-weight: 400;
}
.white-img-block h3 {
	line-height: 35px;
	font-weight: 400;
}
.white-img-block img {
	width: 100%;
}
.single-img-right {
}
.double-wrap-left , .double-wrap-right{
	font-size: 0px;
}
.double-img {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
}
.double-wrap-left .left {
	width: 60%;
	padding-right: 10px;
}
.double-wrap-left .right {
	width: 40%;
	padding-left: 10px;
}
.double-wrap-right .left {
	width: 40%;
	padding-right: 10px;
}
.double-wrap-right .right {
	width: 60%;
	padding-left: 10px;
}
video {
	width: 100%;
}
#white-btm {
	padding-bottom: 70px;
}
.images-text-right {
	padding-top: 40px;
}
.images-text-left {
	padding-bottom: 40px;
}
.logos {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0px;
}
.logos li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 35px;
	padding-top: 15px;
}
.logos li img {
	height: 60px;
}
.page-content-wrap {
	padding-bottom: 50px;
}
.topics {
	margin: 0;
	text-align: left;
	font-size: 15px;
}
.topics li {
	line-height: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.top-intro {
}
.top-intro p a {
	color: #FFFFFF;
}
.colour-only {
	background-image: url(../img/blue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.colour-only p {
	font-size: 15px;
	margin: 0;
	line-height: 30px;
}
.colour-only p a {
	color: #FFFFFF;
}
.form-block {
	margin-bottom: 30px;
}
.form-block input , .form-block textarea{
	padding: 10px 20px 10px 20px;
	width: 100%;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
}
#math-message {
	font-size: 14px;
	margin-bottom: 15px;
}
#mathfield {
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #D7D7D7;
}
.problemerror {
	color: #B33A3A;
	font-weight: 500;
	font-size: 14px;
}
#math-wrap {
	margin-bottom: 20px;
}
.form-btn {
	border-style: none;
	color: #212529;
	transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-webkit-transition: all .12s ease-in-out;
}
.form-btn:hover {
	color: #FFFFFF;
}
#heading-only {
	margin: 0;
}
.news-block {
	display: table;
	font-size: 0px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 30px;
}
.news-block:hover {
	text-decoration: none;
	background-color: #DCDCDC;
}
.news-col {
	display: inline-block;
	font-size: 13px;
	padding-top: 45px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	vertical-align: top;
	line-height: 26px;
	color: #585858;
}
.news-col h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 27px;
	color: #212529;
	padding-left: 20px;
	padding-right: 20px;
}
.news-first {
	background-color: #ECECEC;
}
.news-second {
	background-color: #F9F9F9;
}
.news-img {
	width: 100%;
	padding-bottom: 35%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.news-long {
	display: table-header-group;
}
.news-col span {
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}
.news-date {
	padding-top: 30px;
	letter-spacing: 2px;
}
.news-intro {
	padding-bottom: 35px;
}
.news-intro p {
	font-size: 13px;
}
.blue-strip {
	width: 100%;
}
#head-white , #post-head-wrap{
	padding-top: 50px;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 30px;
}
#post-head-wrap h1 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	line-height: 35px;
}
#head-white h1 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 4px;
}
#head-white p {
	margin-top: 15px;
}
.posted-col p {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
}
.light-text {
	font-size: 12px;
}
.share {
	display: inline-block;
	vertical-align: middle;
}
.share.share-text {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.posted-wrap {
	display: block;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 20px;
}
.post-hero-img {
	margin-top: 20px;
}
.post-full {
	margin-bottom: 35px;
	padding-top: 20px;
	font-size: 0px;
}
.post-full p {
	font-style: italic;
	padding-top: 5px;
	color: #8B8B8B;
	font-size: 12px;
	line-height: 18px;
}
.post-full-col {
	font-size: 12px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 35%;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.post-full-col-caption {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	padding-left: 1px;
}
.back-news {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 10px;
	color: #B1B1B1;
}
.back-news:hover {
	text-decoration: none;
}
.video-block {
	font-size: 0px;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.video-col {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.video-col-content {
	display: table;
	width: 100%;
}
.video-col-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	padding-bottom: 50px;
}
.video-block h2 {
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.video-block h3 {
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
.video-long , .video-short{
	width: 100%;
}
.video-long {
	display: table-footer-group;
}
.paging {
	font-size: 14px;
}
.paging a {
	text-decoration: none;
	margin-left: 10px;
}
.contact-foot {
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.contact-foot:hover {
	background-color: #CDCDCD;
	color: #212529;
	text-decoration: none;
}
#cont-icon {
}
#cont-icon a {
	font-size: 24px;
}
#cont-text {
	display: none;
}
.white-img-block:first-child {
	padding-top: 10px;
}

@media (min-width:450px){
#cont-icon  {
	display: none;
}
#cont-text {
	display: inline-block;
}
}

@media (min-width:500px){
nav ul li {
	margin-left: 40px;
}
nav ul li a {
	font-size: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav-social-col {
	margin-left: 50px;
}
.nav-links-col {
}
.social .contact-li {
	display: inline-block;
}
}

@media (min-width:575px){
.padding-wrap {
	padding-left: 50px;
	padding-right: 50px;
}
.colour-block-text h2, .colour-only h2 {
	font-size: 40px;
	line-height: 40px;
}
.single-img-right {
	width: 80%;
	margin-left: auto;
}
.single-img-middle {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#head-white h1 {
	font-size: 40px;
	line-height: 40px;
}
}

@media (min-width:768px){
#nav-toggle {
	padding-right: 40px;
}
#nav-open span {
	right: 50px;
}
.social {
	margin-right: 95px;
}
nav ul li a {
}
#logo {
	margin-left: 50px;
}
.sub-hide {
	display: inline-block;
}
.colour-h , .colour-table{
	height: 520px;
}
.colour-wrap {
	position: relative;
}
.colour-block-text {
	position: absolute;
	top: 0px;
	padding-top: 0px;
	z-index: 5;
	text-align: left;
}
.colour-right .colour-block-text {
	right: 0px;
	text-align: right;
}
.colour-block-img {
	position: absolute;
}
.colour-block-img img {
	max-height: none;
}
.colour-left .colour-block-img {
	right: 0px;
}
.colour-right .colour-block-img {
	left: 0px;
}
.colour-table {
	display: table;
	width: 100%;
}
.colour-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.col-img-left {
	padding-right: 35px;
	margin-bottom: 0px;
}
.col-img-right {
	padding-left: 35px;
	margin-top: 0px;
}
.top-intro p {
}
.white-img-block {
	padding-top: 40px;
	padding-bottom: 40px;
}
.white-cols-block {
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-intro {
	width: 40%;
}

	/*
.news-long , .news-short{
	width: 50%;
	display: inline-block;
}
.news-img {
	padding-bottom: 0px;
}
.news-block {
	display: block;
}
.news-date {
	padding-top: 0px;
}
.news-intro {
	padding-bottom: 0px;
}



.video-long  {
	width: 50%;
	display: inline-block;
}
.video-short {
	width: 50%;
}
.video-col-cell {
	padding-left: 50px;
	padding-right: 50px;
}
	*/
}

@media (min-width:914px){
	#hero {
	background-image: url(../img/blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-size: auto auto;
}
#hero-inner {
	background-repeat: no-repeat;
	overflow: auto;
	height: 720px;
}
#hero-wrap {
	position: relative;
}#hero-wrap .hero-img {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}
#hero-wrap .img-text {
	position: absolute;
	top: 0px;
	width: 55%;
	right: 0px;
	margin-top: 250px;
	text-align: left;
}
#hero h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	color: #FFFFFF;
	line-height: 50px;
	padding-right: 50px;
}
#hero h2 {
	font-weight: 400;
	font-size: 24px;
	margin: 0;
	letter-spacing: 2px;
}
.padding-wrap-hero {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}
.hero-desk {
	display: inline;
}
.hero-mob {
	display: none;
}
.padding-wrap {
	padding-left: 70px;
	padding-right: 70px;
}
.colour-block-text h2 {
	font-size: 50px;
	line-height: 50px;
}
}

@media (min-width:992px){
#nav-open span {
	right: 70px;
}
.social {
	margin-right: 115px;
}
#logo {
	margin-left: 70px;
}
.top-intro p {
	font-size: 20px;
	line-height: 30px;
}
.news-long {
	width: 60%;
}
.news-short {
	width: 40%;
}
.news-long , .news-short{
	display: inline-block;
}
.news-img {
	padding-bottom: 0px;
}
.news-block {
	display: block;
}
.news-date {
	padding-top: 0px;
}
.news-intro {
	padding-bottom: 0px;
}

}

@media (min-width:1073px){
.hero-img img {
	padding-right: 100px;
}
#hero-wrap .img-text {
	width: 60%;
	margin-top: 290px;
}
.left-col {
	padding-right: 80px;
}
.left-col-news {
	padding-right: 80px;
}
.colour-block-text h2 {
	font-size: 70px;
	line-height: 70px;
}
.images-text-right {
	padding-left: 40px;
	padding-top: 0px;
}
.images-text-left {
	padding-right: 40px;
	padding-bottom: 0px;
}
.news-col {
	padding-left: 50px;
	padding-right: 50px;
}
.video-long {
	width: 55%;
}
.video-short {
	width: 45%;
}
.video-col-cell {
	/* [disabled]padding-left: 120px; */
	/* [disabled]padding-right: 120px; */
}
}

@media (min-width:1200px){
.left-col {
	padding-right: 150px;
}
.colour-block-text {
}
.colour-h, .colour-table {
	height: 650px;
}
.gap-sub {
	padding-left: 40px;
}
	.video-long  {
	width: 50%;
	display: inline-block;
}
.video-short {
	width: 50%;
}
.video-col-cell {
	padding-left: 50px;
	padding-right: 50px;
}
}

@media (min-width:1366px){
.colour-block-text h2 {
	font-size: 85px;
	line-height: 80px;
}
}
