﻿/*FONTS*/

h5, .h5 {
font-size: 1rem;}

@media print, screen and (min-width: 40em) {
h1, .h1 {font-size: 3rem;}
h2, .h2 {font-size: 2rem;}
h3, .h3 {font-size: 1.8rem;}
h4, .h4 {font-size: 1.4rem;}
h5, .h5 {font-size: 1.2rem;}
}

@font-face{
font-family: Advantage;
src: url(advantage.ttf);
format: ("truetype");
}

h1, h2, h3, h4, h5, h6 {
font-family: Advantage, Calibri, sans-serif;
line-height: 1;
padding: 0px 0px 15px 0px;
}

/*LINKS*/

a {
color: #556681;
}

a:hover, a:focus {
color: #93a4bd;
}

.links {
color: #ffffff;
font-weight: normal;
transition: all 0.5s ease;
}

.links:hover {
color: #93a4bd;
}

/*dropdown menu links*/
.sublinks {
color: #ffffff;
background: #262e3b;
transition: all 0.5s ease;
}

.sublinks:hover {
color: #00193f;
background: #93a4bd;
}

.is-dropdown-submenu {
border-top: 8px solid #262e3b;
border-right: none;
border-bottom: 12px solid #262e3b;
border-left: none;
min-width: 280px;
}

/*dropdown triangle padding*/
.dropdown.menu > li.is-dropdown-submenu-parent > a {
padding-right: 1rem;
}

/*hide dropdown triangle*/
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
display: none;
}

/*dropdown menu active link colour*/
.dropdown.menu > li.is-active > a {
background: transparent;
color: #93a4bd;
}

.navicon {
transition: color 0.5s ease-out;
padding: 0 10px;
}

.navicon:hover {
cursor: pointer;
color: #93a4bd;
}

.offmenu {
color: #ffffff;
border-bottom: thin #93a4bd dotted;
transition: background 0.3s ease-out;
}

.offmenu:hover, .offmenu:focus {
color: #ffffff;
background: rgba(147, 164, 189, 0.5);
}

.offlinks {
color: #11113d;
background: #eeeeee;
border-bottom: thin #cccccc dotted;
transition: background 0.2s ease-out;
}

.offlinks:hover {
color: #93a4bd;
background: #11113d;
}

/*TOP+BODY+OFFCANVAS+FOOTER*/

.logo {
padding: 7px 5px;
transition: padding 0.2s ease-out;
}

@media print, screen and (min-width: 40em) {
.logo {
padding: 30px;
}
}

.logo-bar {
background-color: #0b5a9c;
border-bottom: 2px #556681 solid;
}

@media print, screen and (min-width: 40em) {
.logo-bar {
border-bottom: none;
}
}

.header-border {
color: rgba(255, 255, 255, 1);
font-size: 26px;
border: 1px rgba(255, 255, 255, 0.5) solid;
padding: 1rem 2rem;
margin: 30px;
}

.logo-250 {
max-width: 250px;
}

@media print, screen and (min-width: 40em) {
.tcm {
text-align: center;
}
}

@media print, screen and (min-width: 64em) {
.tcm {
text-align: left;
}
}







.icon-border {
color: rgba(255, 255, 255, 1);
font-size: 26px;
border: 1px rgba(255, 255, 255, 0.5) solid;
padding: 1rem 2rem;
margin-left: 10px;
cursor: pointer;
transition: all 0.5s ease-out;
}

.icon-border:hover {
color: #00193f;
background: rgba(255, 255, 255, 0.7);
}

.top-bar {
padding: 0rem 1rem;
background-image: linear-gradient(#556681, #262e3b);
background-color: rgba(38, 46, 59, 1);
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.top-bar ul {
background-color: rgba(38, 46, 59, 0);
}

.img-shadow {
box-shadow:	0px 10px 15px -7px #040e2b;
}

.off-canvas {
background: #00193f;
background-color: #00193f;
padding-top: 46px;
}

/*offcanvas button padding*/
.menu a, .menu .button {
padding: 0.5rem 2rem;
}

/*offcanvas width*/
.position-left {
transition: all 0.5s ease-out;
width: 290px;
transform: translateX(-290px);
}

.off-canvas-content .off-canvas.position-left {
transform: translateX(-290px);
}

.off-canvas-content.is-open-left.has-transition-push {
transform: translateX(290px);
}

body {
background: #ffffff;
font-family: Advantage, Calibri, sans-serif;
/*background-attachment: fixed;
background-image: url(../img/dial.jpg);
background-repeat: no-repeat;
background-size: cover;*/
color: #00193f;
}

.body-overlay {
background-image: linear-gradient(rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 90%);
/*background: rgba(255, 255, 255, 0.5);*/
}

@media print, screen and (min-width: 64em) {
.body-overlay {
background-image: linear-gradient(rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
}
}

.parabody {
padding: 60px 20px 40px 20px;
}

.social {
font-size: 20px !important;
border-radius: 5px;
/*padding-top: 10px;*/
padding-right: 7px;
padding-bottom: 15px;
}

@media print, screen and (min-width: 40em) {
.social {
padding-top: 0;
padding-bottom: 0;
}
}

.footer {
padding: 20px 10px;
color: #556681;
background-color: rgba(0, 25, 63, 1);
border-top: 4px #a61010 solid;
transition: all 0.5s ease-out;
}

@media print, screen and (min-width: 64em) {
.footer {
padding: 20px 70px;
}
}

.footer a {
transition: color 0.5s ease-out;
color: #556681;
}

.footer a.links, .footer a:hover {
transition: color 0.5s ease-out;
color: #ffffff;
}

.footer a.links:hover {
color: #fcfd81;
}

/*BUTTONS+CALLOUTS+OVERLAY+TEXT+CURVE+ORBIT+TOOLTIP*/

.button {
padding: 0.5em 1em;
border-radius: 3px;
background-color: #010039;
font-size: 1.1rem;
}

.button:hover, .button:focus {
background-color: #262e3b;
}

.button.top {
color: rgba(255, 255, 255, 0.5);
background: transparent;
position: fixed;
bottom: 0;
right: 20px;
border: 1px rgba(255, 255, 255, 0.5) solid;
/*margin-bottom: 0;*/
}

.button.top:hover {
color: rgba(255, 255, 255, 1);
}

@media print, screen and (min-width: 40em) {
.button.top {
color: rgba(0, 25, 63, 0.5);
border: 1px rgba(0, 25, 63, 0.5) solid;
bottom: 4.5em;
}
.button.top:hover {
color: rgba(0, 25, 63, 1);
}
}

.close-button {
color: #93a4bd;
transition: color 0.5s ease-out;
font-size: 22px;
}

.close-button:hover {
color: #ffffff;
}

.close-button:focus {
color: #a61010;
}

.callout {
padding: 20px 30px;
}

.callout.photo {
padding: 0px;
border: none;
background-color: transparent;
}

.overlay {
position: absolute;
/*background: #556681;*/
background-color: rgba(85, 102, 129, 0.8);
overflow: hidden;
width: 100%;
transition: .5s ease;
border-radius: 5px;
bottom: 100%;
height: 0;
}

.callout.photo:hover .overlay {
bottom: 0;
height: 100%;
}

.text {
color: #ffffff;
position: absolute;
top: 50%;
transform: translate(0, -50%);
margin-right: 10%;
margin-left: 10%;
width: 80%;
text-align: center;
}

.text h6 {
padding-bottom: 0;
}

.text i {
padding: 0.5rem 1rem;
}

@media print, screen and (min-width: 64em) {
.text h6 {
padding-bottom: 15px;
}
.text i {
padding: 1rem 2rem;
}
}

.callout.opaque {
background-color: rgba(255, 255, 255, 0.7);
}

.callout.map {
background-image: url(../img/google-map.jpg);
background-repeat: no-repeat;
background-position: top center;
}

.callout.primary {
background-color: #a61010;
border-top: none;
border-right: 4px orange solid;
border-bottom: none;
border-left: 4px orange solid;
}

@media print, screen and (min-width: 40em) {
.callout.primary {
border-left: none;
border-radius: 5px 0 0 5px;
}
}

.callout.secondary {
background-color: #262e3b;
}

.curve3 {
border-radius: 3px;
}

.curve5 {
border-radius: 5px;
}

.orbit-bullets {
margin-top: -22px;
margin-bottom: 0;
line-height: 0;
}

.orbit-bullets button {
width: 1rem;
height: 0.5rem;
margin-top: 0;
margin-bottom: 0.8rem;
cursor: pointer;
border-radius: 3px;
background-color: rgba(255, 255, 255, 0.9);
transition: background-color 0.3s ease-out;
}

.orbit-bullets button:hover {
background-color: rgba(255, 255, 255, 0.5);
}

.orbit-bullets button.is-active {
background-color: #262e3b;
}

.orbit-previous, .orbit-next {
z-index: 1;
color: rgba(255, 255, 255, 1);
border: 1px solid #ffffff;
border-radius: 3px;
top: auto;
bottom: 0;
cursor: pointer;
transform: none;
padding: 0.8rem;
background-color: rgba(187, 187, 187, 0.5);
transition: background-color 0.3s ease-out;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
background-color: rgba(10, 10, 10, 0.2);
color: #ffffff;
}

.has-tip {
border-bottom: 0px;
cursor: pointer;
}

.tooltip {
background-color: #a61010;
font-size: 100%;
border-radius: 3px;
padding: 0.3rem 1.5rem;
max-width: 14rem;
}

.tooltip::before {
border-color: transparent transparent #a61010;
}

.tooltip.top::before {
border-color: #a61010 transparent transparent;
}

.tooltip.right::before {
border-color: transparent #a61010 transparent transparent;
}

.tooltip.bottom::before {
border-color: transparent transparent #a61010 transparent;
}

.tooltip.left::before {
border-color: transparent transparent transparent #a61010;
}

/*PADDING ETC*/

.top10 {
margin-top: 10px;
}

.top40sm {
margin-top: 40px;
}

@media print, screen and (min-width: 40em) {
.top40ml {
margin-top: 40px;
}
}

@media print, screen and (min-width: 64em) {
.top40sm {
margin-top: 0;
}
}

.no-margin {
margin: 0;
}

.no-padding {
padding: 0;
}

.caps {
text-transform: uppercase;
}

.shake:hover {
animation-name: shake;
}

@media print, screen and (max-width: 64em) {
#sticky-element.is-anchored {
top: 0 !important;
}
}

.sticky {
z-index: 5;
}

.sticky.is-stuck.level4 {
z-index: 4;
}

.level4 {
z-index: 4;
}

ul {
list-style-type: circle;
}

.red {
color: red;
}

.white {
color: #ffffff;
}

.zoom {
transition: all 0.5s ease;
}

.zoom:hover {
transform: scale(1.15);
}

.zoomin {
transition: all 0.5s ease;
}

.zoomin:hover {
transform: scale(0.9);
}