/* media querys vars */
/* colours start here 
//vars  sr = site root */
html, body {
    background-color: #000000;
    color: #fff;
    max-height: 100%;}
/*html, .content {
    background-color: #fff;
    color: #333; }*/
.bgFirst {
    background-color: #000000;
    color: #fff; }
.bgFirst li {
    color: #fff; }
.bgFirst a:link, .bgFirst a:visited {
    color: #fff; }
.bgFirst a:hover, .bgFirst a:active {
    background-color: #f6f6f6;
    color: #333; }
.bgSecond {
    background-color: #ffffff;
    color: #000; }
.bgSecond li {
    color: #000; }
.bgSecond a:link, .bgSecond a:visited {
    color: #000; }
.bgSecond a:hover, .bgSecond a:active {
    background-color: #f6f6f6;
    color: #333; }
.bgThird {
    background-color: #333;
    color: #fff; }
.bgThird li {
    color: #fff; }
.bgThird a:link, .bgThird a:visited {
    background-color: #333;
    color: #fff; }
.bgThird a:hover, .bgThird a:active {
    background-color: #fff;
    color: #333; }
.bgFourth {
    background-color: #f6f6f6;
    color: #000; }
.bgFourth li {
    color: #000; }
.bgFourth a:link, .bgFourth a:visited {
    background-color: #f6f6f6;
    color: #000; }
.bgFourth a:hover, .bgFourth a:active {
    background-color: #000;
    color: #f6f6f6; }
.bgWhite {
    background-color: #fff;
    color: #000; }
.bgWhite li {
    color: #000; }
.bgWhite a:link, .bgWhite a:visited {
    background-color: #000;
    color: #fff; }
.bgWhite a:hover, .bgWhite a:active {
    background-color: #fff;
    color: #000; }
.bgGrey {
    background-color: #c9c9c9;
    color: #000; }
.bgGrey li {
    color: #000; }
.bgGrey a:link, .bgGrey a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgGrey a:hover, .bgGrey a:active {
    background-color: #000;
    color: #f6f6f6; }
.bgPaleGrey {
    background-color: #f6f6f6;
    color: #000; }
.primary {
    background-color: #000000;
    color: #fff; }
.secondary {
    background-color: #ffffff;
    color: #fff; }
.third {
    background-color: #333;
    color: #fff; }
.fourth {
    background-color: #f6f6f6;
    color: #000; }
.white, .pbg-light {
    background-color: #fff;
    color: #000; }
.black, .pbg-dark {
    background-color: #000;
    color: #fff; }
.grey {
    background-color: #c9c9c9;
    color: #000; }
/* font colours */
html, body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 10px; }
html, body {
    font-size: 14px; }
h1, h2, h3, h4, h5{
    font-weight: 600;}
h1 {
    font-family: "Roboto Black";
    font-size: 3rem;
    line-height: 105%;}
.article h1:first-of-type{
    font-size: 4rem;
    margin: 60px 0;}
.smaller{  
    font-size: 1.8rem;
    line-height: 130%;}
h2 {
    font-family: "Roboto Black";
    font-size: 2.25rem;
    line-height: 140%; }
h3 {
    font-family: "Roboto";
    font-size: 1.8rem;
    line-height: 130%; }
footer h3 {
    color: #fff;
    background-color: #000; }
h4, dt {
    font-size: 1.375rem;
    line-height: 140%; }
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6, p, td, dd {
    margin-top: 1.5rem;}
p, li, td, dd {
    font-size: 1.375rem;
    line-height: 140%;}
p:last-of-type{
    margin: 0 0 1.5rem 0; }
blockquote p{
    font-family: "Roboto";
    font-size: 1.375rem; 
    padding: 30px 0 0 50px;}
blockquote svg {
    fill: #fff;
    width: 40px;
    height: 50px;
    float: left;
    margin: 30px 10px 0 0;}
cite {
    display: block;
    font-size: 1rem;
    padding: 30px 0 0 50px;}
footer p, footer li, footer td, footer dd {
    font-size: 1rem;
    color: #fff;
    background-color: transparent; }
ul.list_check {
    list-style: none;
    margin-left: 20px; }
ul.list_check li {
    padding: 5px 0; }
ul.list_check li::before, li.list_check::before {
    font-family: "FontAwesome";
    content: '\f00c';
    display: inline-block;
    padding-right: 15px; }
strong, .bold {
    font-weight: 400; }
.small, .small li, .small p {
    font-size: 1rem;
    line-height: 100%; }
a:link {
    color: #fff;
    background-color: #000;
    text-decoration: none; 
    border-bottom: 2px solid #f6f6f6;}
a:visited {
    color: #f6f6f6;
    background-color: #333;
    /*text-decoration: underline;*/
    border-bottom: 2px solid #f6f6f6;}
.pbg-light a:link, .pbg-light a:visited {
    color: #f6f6f6;
    background-color: #333;
    border-bottom: 2px solid #f6f6f6;}
a:hover, a:active {
    background-color: #333;
    color: #fff;
    text-decoration: none; 
    border-bottom: 0 solid #f6f6f6;}
.pbg-light a:hover, .pbg-light a:active {
    color: #333;
    background-color: #fff;
    border-bottom: 2px solid #000;}
a:focus {
    outline: 1px dashed #333; }
/* general styles */
.img-fluid, span.img-fluid img, .responsive  {
    width: 100%;
    height: auto; }
.img-fluid-h{
    width: auto;
    height: 100%; }
.video-wrapper, .videoContainer  {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; 
    margin-bottom: 40px;}
.video-wrapper iframe, .videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
figure, picture {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative; }
figure.imageThirdWidthRight, .imageThirdWidthRight, span.imageThirdWidthRight img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }
figure.imageThirdWidthLeft, .imageThirdWidthleft, span.imageThirdWidthleft img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }
.text-align-left {
    text-align: left; }
.float-left, span.float-left img {
    float: left;
    margin-right: 20px; }
.float-right, span.float-right img {
    float: right;
    margin-left: 20px; }
.floatRight{
    float: right;}
.rounded {
    border-radius: 0 !important; }
.shaped {
    border-radius: 60% 40% 30% 70% / 50% 30% 70% 40%; }
figure {
/*height: 200px;*/
    margin: 20px 0; }
figure .figure-caption, figure figCaption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    padding: 5px; }
.figure-img {
    width: 100%;
    margin-bottom: 0;
    line-height: 1; }
.pleaseNote {
    display: block;
    padding: 30px 20px;
    background-color: #000000;
    color: #fff;
    border-left: 5px solid #ffffff;
    font-weight: bold; }
.hide {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
.paddingTB {
    padding-top: 0;
    padding-bottom: 4rem; }
.paddingB {
    padding-bottom: 4rem; }
.paddingTBLR {
    padding: 4rem; }
.marginTB {
    margin-top: 4rem;
    margin-bottom: 4rem; }
.marginB {
    margin-bottom: 4rem; }
.marginTBLR {
    margin: 4rem; }
/* buttons */
button {
    background-color: #c9c9c9;
    border: none;
    margin-top: 20px;
    padding: 0;
    width: 100%; }
button a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none; }
button a:link, button a:visited {
    background-color: #c9c9c9;
    color: #000; }
button a:hover, button a:active {
    background-color: #000;
    color: #fff; }
.bgFirst button a:link, .bgFirst button a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgSecond button a:link, .bgSecond button a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgThird button a:link, .bgThird button a:visited {
    background-color: #c9c9c9;
    color: #000; }
.bgFirst button a:hover, .bgFirst button a:active {
    background-color: #000;
    color: #fff; }
.bgSecond button a:hover, .bgSecond button a:active {
    background-color: #000;
    color: #fff; }
.bgThird button a:hover, .bgThird button a:active {
    background-color: #000;
    color: #fff; }
.textBlock .btnTextBlock {
    background-color: #fff;
    border: none;
    margin-top: 20px;
    padding: 0;
    width: auto;
    font-size: 1.375rem;
    font-weight: bolder; }
.textBlock .btnTextBlock a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none; }
.textBlock .btnTextBlock a:link, .textBlock .btnTextBlock a:visited {
    background-color: #fff;
    color: #000; }
.textBlock .btnTextBlock a:hover, .textBlock .btnTextBlock a:active {
    background-color: #000;
    color: #fff; }
.btnTextBlock a:hover svg {
    margin-left: .75rem;
    stroke: #fff; }
.btnTextBlock a svg {
    height: 1.5rem;
    stroke: #0a0a0a;
    margin-left: 0;
    transition: margin-left 125ms ease;
    width: 1.5rem; }
button .btnBlock, .button .btnBlock {
    background-color: #000;
    border: 1px solid #fff;
    margin-top: 20px;
    padding: 0;
    width: auto;
    font-size: 1.375rem;
    font-weight: bolder; }
button .btnBlock a, .button .btnBlock a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none; }
button .btnBlock a:link, button .btnBlock a:visited, .button .btnBlock a:link, .button .btnBlock a:visited {
    background-color: #000;
    color: #fff; }
button .btnBlock a:hover, button .btnBlock a:active, .button .btnBlock a:hover, .button .btnBlock a:active {
    background-color: #fff;
    color: #000; }
.btnBlock a:hover svg {
    margin-left: .75rem;
    stroke: #000; }
.btnBlock a svg {
    height: 1.5rem;
    stroke: #fff;
    margin-left: 0;
    transition: margin-left 125ms ease;
    width: 1.5rem; }
.linkBlock {
    position: relative;
    display: block;
    padding: 20px 70px 20px 20px;
    height: 100%; }
.linkBlock a {
    display: block;
    padding: 20px 20px; }
.linkBlock a:link, .linkBlock a:visited {
    background-color: #333;
    color: #f6f6f6; }
.linkBlock a:hover, .linkBlock a:active {
    background-color: #000;
    color: #fff; }
/* block & link decoration */
.linkBlock .imageHolder {
    position: absolute;
    top: -10px;
    right: -30px;
    width: 85px;
    height: 80px;
    background-image: url("/media/drpbqla5/link-details.png");
    background-position: -50px -224px;
    background-repeat: no-repeat; }
.backImage{
    background-image: url("/media/kt0jf15m/backimage-hero-tablet-height-328px.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 50px;}
.callAction{
   padding: 20px;}
.callAction button, .callAction .button .btnBlock{
   /*margin-top: 0;
    border: 0;*/
    margin-top: 0;
    margin-bottom:50px;
    border: 1px solid #fff;}
.callAction p{
    margin: 10px;}
a:link .linkBlock, a:visited .linkBlock {
    background-color: #333;
    color: #f6f6f6; }
a:hover .linkBlock, a:active .linkBlock {
    background-color: #000;
    color: #fff; }
a:link .rtelinkBlock, .rtelinkBlock a:link, a:visited .rtelinkBlock, .rtelinkBlock a:visited {
    background-color: #f6f6f6;
    color: #000;
    padding: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none; }
.home a:link .rtelinkBlock, .home .rtelinkBlock a:link, .home a:visited .rtelinkBlock, .home .rtelinkBlock a:visited {
    background-color: #f6f6f6;
    color: #000;
    padding: 20px;
    display: block;
    font-weight: bold;
    text-decoration: none; }
a:hover .rtelinkBlock, .rtelinkBlock a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline; }
.home a:hover .rtelinkBlock, .home .rtelinkBlock a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline; }
.rtelinkBlock a::after {
    font-family: "FontAwesome";
    content: '\f054';
    display: inline-block;
    padding-left: 15px; }
.fa-chevron-right {
    font-family: "FontAwesome";
    content: '\f054';
    display: inline-block;
    padding-left: 15px; }
.text-decoration-none a {
    text-decoration: none; }
/* animation trigger */
#startAnimation-1 {
    border: 5px solid #000;
    border-radius: 50%;
    width: 300px;
    height: 300px; }
#animation1 {
    position: relative;
    min-height: calc(100% - 3.5rem);
    animation-name: moveSideways;
    animation-duration: 4s;
    animation-iteration-count: 5; }
@keyframes moveSideways {
  0% {
    left: 0;
    top: 0; }
  50% {
    left: 500px;
    top: 0; }
  100% {
    left: 0;
    top: 0; } }
.home-hero call-overlay button-wrap:first-of-type {
    left: 60%;
    top: 78%; }
.home-hero call-overlay button-wrap + button-wrap {
    right: 60%;
    top: 78%; }
.home-hero call-overlay button-wrap {
    position: absolute;
    z-index: 3;
    width: 22.2%; }
.home-hero button[data-action="answer"]::after {
    background-color: #4bda64; }
.home-hero button[data-action="answer"]::after {
    animation: pulse 1s ease infinite; }
.home-hero button[data-action="answer"]::after {
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
.home-hero button[data-action="answer"] {
    background-color: #4bda64;}
.home-hero button[data-action="decline"], .home-hero button[data-action="answer"] {
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 0;
    position: relative;
    transform: scale(1);
    transition: transform 300ms ease;
    width: 75px;
    height: 75px; }
.home-hero button[data-action="decline"]::after {
    background-color: #ff3b2f; }
.home-hero button[data-action="decline"] {
    background-color: #ff3b2f;
    /*background-size: 50%;
    background-position: 350px 50px;
    background-repeat: no-repeat;
    background-image: url("../images/phone-answer-decline-A.png");*/ }
.video-icon {
    align-self: flex-end;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 7.5rem;
    justify-content: center;
    margin: 0;
    position: absolute;
    width: 7.5rem;
    z-index: 1; }
/* containers */
/*header*/
header, main, footer {
  position: relative; }
header a.logo {
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 61px;
  padding: 1.063rem 1.75rem;
  width: 16.25rem; }
header a.logo svg {
  display: block;
  fill: #000;
  height: 1.672rem;
  width: 12.875rem; }
header a.logo:hover {
  background-color: #000; }
header a.logo:hover svg {
  fill: #fff; }
/*main*/
.pageBreakImg {
  height: 100px;
  overflow: hidden;
  margin: 1.5rem 0; }
div[class^='col'] hr{
    height: 0;
    margin: 40px 0;
    border-top: 1px dotted #000;}
/*footer*/
footer {
    margin-top: 50px;
    padding: 1.5rem 20px; }
footer h3 {
    margin-top: 20px; }
footer .container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
footer .container ul li a {
    display: block;
    padding: 5px; }
footer .container ul li a:link, footer .container ul li a:visited {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-bottom: 0;}
footer .container ul li a:hover, footer .container ul li a:active {
    background-color: #fff;
    color: #000;
    text-decoration: underline; 
    border-bottom: 0;}
footer .container ul .list-group-item {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: none; }
footer .container .copyRight {
    font-weight: 0.8rem; }
.content footer .container ul li a:link, .content footer .container ul li a:visited {
    background-color: #fff;
    color: #000; }
.content footer .container ul li a:hover, .content footer .container ul li a:active {
    background-color: #000;
    color: #fff; }
/*====== cookie ================*/
#cookieManagerMessageContainer {
    z-index: 150000;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    margin: 0;
    height: auto;
    height: 100vh;
    padding: 2%;
    overflow: auto;
    background-color: #fff;
    color: #000;
    border-bottom: 5px solid #000000;
    box-shadow: 1px 0 5px 1px #000; }
#cookieManagerMessageContainer a {
    background-color: #000000;
    color: #fff;
    width: 60%;
    margin-top: 10px;
    border: 1px solid #000000; }
#cookieManagerMessageContainer a:hover {
    background-color: #fff;
    color: #000000; }
.cookie-preference-form {
    margin: 40px 0 40px 0;
    border-bottom: 5px solid #fff;}
.cookie-preference-form label {
    font-size: 1.5rem;
    font-weight: bold;}
.cookie-preference-form .radiobuttonlist label {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    padding: 10px 20px 10px 0;
    margin: 10px 0;}
.cookie-preference-form .radiobuttonlist label:hover {
    focus: 1px solid #000000;
    cursor: pointer; }
.cookie-preference-form .radiobuttonlist input[type="radio"] {
    cursor: pointer; }
.cookie-preference-form .btn-primary{
    width: auto;
    background-color: #000000;
    color: #fff;
    margin-left: 2px;
    border: 1px solid #000; }
.cookie-preference-form .btn-secondary {
    width: auto;
    background-color: #000;
    color: #fff;
    margin: 10px 0 10px 2px;
    border: 1px solid #fff; }
.cookie-preference-form .btn-primary:hover, .cookie-preference-form .btn-primary:active, .cookie-preference-form .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #fff;
    color: #000000;
    border: 1px solid #000000; }
.cookie-preference-form .btn-secondary:hover, .cookie-preference-form .btn-secondary:active, .cookie-preference-form .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #c9c9c9;
    color: #fff;
    border: 1px solid #fff; }
/*navigation main nav top of site*/
header .bg-dark {
    background-color: #fff !important; }
.navbar-toggler {
    padding: 0;
    font-size: 2rem;
    background-color: white;
    width: 60px;
    height: 60px;
    margin: 0; }
.navbar-brand:hover {
    color: #fff;
    background-color: #000;
    border-bottom: 0;}
.navbar, .navbar-brand {
    padding: 0;
    margin: 0; }
.navbar .nav-item, .navbar-brand .nav-item {
    display: block;
    margin: 0;
    font-size: 1rem;
    line-height: 100%; }
.navbar .nav-item .nav-link, .navbar-brand .nav-item .nav-link {
    padding: 22px 1.25rem;
    text-decoration: none;
    border-bottom: 0;}
.navbar .nav-item a:link, .navbar .nav-item a:visited, .navbar-brand .nav-item a:link, .navbar-brand .nav-item a:visited {
    color: #fff;
    background-color: #000; 
    border-bottom: 0;}
.navbar .nav-item a:hover, .navbar .nav-item a:active, .navbar .nav-item .nav-link:active, .navbar .nav-item .nav-link:hover, .navbar-brand .nav-item a:hover, .navbar-brand .nav-item a:active, .navbar-brand .nav-item .nav-link:active, .navbar-brand .nav-item .nav-link:hover {
    color: #000;
    background-color: #fff;
    border-bottom: 0;}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    display: block; }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28000, 000, 000, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28000, 000, 000, 1%29' stroke-linecap='square' stroke-miterlimit='1' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
/* breadcrumb links*/
.breadcrumb {
    color: #f6f6f6;
    padding: 10px 0;}
.breadcrumb li{
    font-size: 1rem;
    color: #f6f6f6;}
.breadcrumb li a:link, .breadcrumb li a:visited{
    color: #f6f6f6;}
.breadcrumb li a:hover, .breadcrumb li a:active{
    color: #fff;}
.breadcrumb-item.active {
    color: #fff; }
/* side/sub area navigation */
.snb .card {
    min-height: 250px;
    background-color: #f6f6f6;
    margin: 0 0 3em 0;
    padding: 10px 20px 50px 20px;
    border: 0;
    border-left: 5px solid #000000;
    border-radius: 0; }
.snb .card .card-body {
    position: relative;
    padding: 0; }
.snb .card .card-body h2 {
    margin-top: 10px; }
.active .card {
    background-color: #fff;
    color: #333; }
.snb .navbar-nav {
    float: none;
    font-size: 1em;
    padding: 0;
    margin: 0; }
.snb .navbar-nav li {
    border-bottom: 1px solid #c9c9c9; }
.snb .navbar-nav li a {
    text-decoration: none;
    display: block;
    padding: 5px; }
.snb .navbar-nav li a:link, .snb .navbar-nav li a:visited {
    background-color: #f6f6f6;
    color: #333; }
.snb .navbar-nav li a:hover, .snb .navbar-nav li a:active {
    background-color: #333;
    color: #f6f6f6; }
.snb .navbar-nav li:last-child {
    border-radius: 0;
    background-color: #f6f6f6;
    color: #333; }
.snb .navbar-nav li:first-child a:hover, .snb .navbar-nav li:last-child a:hover {
    border-radius: 0; }
/* end side/sub area navigation */
/* footer nav */
.footerNav ul {
    display: flex; }
.footerNav ul li {
    flex-direction: row;
    padding-left: 0;
    padding-right: 30px; }
/* jump to top page */
.jumpTopContainer a:link, .jumpTopContainer a:visited {
    color: #000;
    background-color: #c9c9c9;
    text-decoration: none;
    position: fixed;
    width: 50px;
    height: 30px;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    display: block;
    padding: 5px 5px 0 5px;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
    border-radius: 50px 50px 0 0;
    border: 2px solid #000;
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom: 0;
    z-index: 1000; }
.jumpTopContainer a:hover, .jumpTopContainer a:active {
    color: #c9c9c9;
    background-color: #fff;}
/*.home-hero.init video-wrap {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}*/
.home-hero video-wrap {
    display: table;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transform: translate3d(0, 0, 0) scale(1);
    transition: opacity 600ms ease-out 300ms,transform 600ms ease-out 300ms; }
.home-hero call-overlay {
    height: 100%;
    object-fit: cover;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms ease-out;
    width: 100%;
    z-index: 2; }
.home-hero figure {
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
.home-hero video {
    height: 100%;
    opacity: 0;
    object-fit: cover;
    position: absolute;
    transition: opacity 200ms ease-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
/*top banner */
.drs-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin: 0;
    background-color: #fff; }
.drs-hero .heroImage img {
    position: relative;
    min-width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;}
.drs-hero .heroText {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 10; }
.drs-hero .heroText h1, .drs-hero .heroText h2 {
    background-color: #000000;
    color: #fff;
    margin-top: 0;
    margin-bottom: .5rem;}
.drs-hero .heroText h2 {
    font-size: 1.8rem;
    display: inline-block; }
/*contentPage, sectionPage*/
.contentPage .drs-hero, .sectionPage .drs-hero {
    height: 150px;
    margin-bottom: 20px; }
.contentPage .drs-hero .heroText {
    padding: 20px 30px; }
.callAction .col-3, .callAction .col-4, .callAction .col-5, .callAction .col-6 {
    padding-right: 0; }
.callActionImageLeftBlock {
    display: flex;
    flex-direction: row;
    margin: 50px 0;
    align-content: stretch;
    background-color: #fff;
    color: #000; }
.callActionImageLeftBlock .imageBlock {
    /*margin: 0 0 0 -15px;*/
    width: 33%; }
.callActionImageLeftBlock .imageBlock img {
    height: calc(100% + 0px) !important;
    width: calc(100% + 4px) !important;
    object-fit: cover; }
.callActionImageLeftBlock .textBlock {
    width: 66%; }
/* card - promo - profile */
.smallContainer {
    padding: 20px;
    background-color: #f6f6f6; }
.news .profile .card .card-img {
    border-radius: 0; }
.content .card {
    background-color: #000;
    color: #fff; }
.card {
    background-color: #fff;
    color: #000;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    min-height: 100%; }
.pbg-light .card {
    background-color: #000;
    color: #fff;}
.card .card-image {
    display: block;
    height: 0;
    padding-bottom: 50%;
    transform: scale(1);
    transition: transform 2s ease;
    margin: 0;
    overflow: hidden;
    position: relative; }
.card .card-image .card-img-top {
    border-radius: 0;
    height: calc(100% + 4px) !important;
    width: calc(100% + 4px) !important;
    image-rendering: auto;
    opacity: 1;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.card .card-body {
    box-sizing: border-box;
    width: 100%;
    padding: 2.25rem 2.5rem; }
/* profile */
.profile .card {
    position: relative;
    overflow: hidden;}
/* image block */
.grow figure img, .grow img{
    transition: all 1.5s ease-in-out;}
.grow figure img:hover, .grow img:hover { 
    transform: scale(1.1);}
/* promo */
.promo {
    box-sizing: border-box;
    margin-bottom: 4rem; }
.promo .grow .card img {
    transition: all 1.5s ease-in-out; }
.promo .grow .card img:hover {
    transform: scale(1.1); }
.promo .card {
    position: relative;
    overflow: hidden; 
    background-color: transparent;}
.promo .card img{
    position: relative;
    z-index: 1000;}
.promo .card .textBlock {
    position: absolute;
    bottom: 25%;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
    width: 90%;
    padding: 1rem 3rem;
    z-index: 2000; }
.promo .card .textBlock h2 {
    font-size: 1.8rem;
    line-height: 105%;}
.promo .card .logo {
    position: absolute;
    bottom: -125px;
    right: -550px;
    width: 0; }
.promo .card .logo img {
    width: 0; }
.promo .card .logo img:hover {
    transform: scale(1); }
.promo .card .videoIcon {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    z-index: 4000; }
.promo .card .videoIcon svg {
    display: block;
    height: 2rem;
    position: relative;
    transform: translateX(10%);
    width: 2rem;
    fill: #000;
    top: 22%;
    left: 22%; }
.home .promo {
    box-sizing: border-box;
    margin-bottom: 2.25rem; }
.home .promo .grow .card img {
    transition: all 1.5s ease-in-out; }
.home .promo .grow .card img:hover {
    transform: scale(1.1); }
.home .promo .card {
    position: relative;
    min-height: calc(20rem + 10vw);
    overflow: hidden; }
.home .promo .card img {
    z-index: 1000;
    height: calc(100% + 4px) !important;
    width: calc(100% + 4px) !important;
    image-rendering: auto;
    opacity: 1;
    object-position: top;
    object-fit: cover;
    position: absolute; }
.home .promo .card .textBlock {
    position: absolute;
    top: auto;
    bottom: 0;
    background-color: transparent;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 1.2rem 1.2rem;
    z-index: 2000; }
.home .promo .card .textBlock h3 {
    font-size: 1.375rem; }
.home .promo .card .videoIcon {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    z-index: 4000; }
.home .promo .card .videoIcon svg {
    display: block;
    height: 2rem;
    position: relative;
    transform: translateX(10%);
    width: 2rem;
    fill: #000;
    top: 28%;
    left: 29%; }
/* Document block */
/* contentBlocks / Document Block */
.documentblock {
  color: #fff;
  background-color: #000000;
  padding: 30px 30px 50px 30px;
  text-decoration: none;
  margin-bottom: 20px;
  border-left: 5px solid #000; }
  .documentblock h3 {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    margin: 0; }
  .documentblock p {
    margin: 5px; }
  .documentblock a:link, .documentblock a:visited {
    color: #fff;
    background-color: #000000;
    text-decoration: none; }
  .documentblock a:hover, .documentblock a:active, .documentblock focus {
    color: #fff;
    background-color: #ffffff;
    text-decoration: none; }
  .documentblock .circle {
    border-radius: 50%;
    color: #ffffff;
    background-color: #fff;
    float: left;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    box-shadow: 1px 0 10px 2px #c9c9c9; }
    .documentblock .circle .fa-file-text-o {
      color: #ffffff;
      background-color: #fff;
      font-size: 150%;
      margin: 12px 15px; }
.documentblock:hover, .documentblock:active, .documentblock:focus {
  color: #fff;
  background-color: #ffffff; }
/* Accordion */
.accordion {
  background-color: #f6f6f6;
  border: none;
  padding: 0;
  margin: 20px 0; }

.accordion-header {
  margin: 0;
  font-size: 1.5rem;
  font-weight: lighter; }

h2.accordion-BlockTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding: 24px 20px 20px 20px;
  display: block;
  border-bottom: 1px solid #f6f6f6;
  margin: 0; }

.accordion-item {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6; }

.accordion-item .accordion-button {
  color: #000000;
  font-size: 1.2rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #fff;
  margin-top: 0; }

.accordion-item .accordion-button:hover {
  color: #000;
  background-color: #f6f6f6;
  text-decoration: underline; }
.accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
.show .accordion-body {
  display: block; }
/* Scss Document */
/* tables */
caption {
    text-align: left;
    caption-side: top; }
table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    border-collapse: collapse;
    margin-bottom: 30px; }
table .tdhead {
    background-color: #c9c9c9;
    margin-right: 5px;
    color: #333;
    font-weight: bold;
    padding-right: 10px; }
table tbody, table tbody td, table tbody p {
    font-size: 1em; }
table caption {
    background-color: #fff;
    color: #333;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center; }
table tr {
    border: 1px solid #c9c9c9 !important; }
table tr td {
    border: 1px solid #c9c9c9 !important;
    vertical-align: top;
    padding: 5px; }
table tr td span {
    font-size: 1rem; }
table tr td a {
    display: block;
    padding: 5px; }
table tr:nth-child(even) {
    background-color: #f6f6f6;
    color: #333;}
table tr:nth-child(even) a:link, table tr:nth-child(even) a:visited {
    background-color: #f6f6f6;
    color: #333;}
table tr:nth-child(odd) {
    background-color: #fff;
    color: #333;}
table tbody tr:hover, table tbody tr:hover td p, table tbody tr:hover td li {
    background-color: #333;
    color: #fff; }
table tr:hover a {
    color: #f6f6f6;
    background-color: #333; }
table th {
    background-color: #c9c9c9;
    color: #333;
    padding: 15px 10px;
    text-align: left;
    vertical-align: bottom; }
table tfoot tr td {
    background-color: #c9c9c9; }
table tfoot tr {
    display: none; }
table.noTrStrips tr:nth-child(even) {
    background-color: #fff; }
table.table-job {
    margin-bottom: 0; }

/* end tables */
/*
$X-small: 0;
$small: 576px;
$exExLarge: 1400px;
*/
@media (min-width: 1rem) {
  a.video-icon {
    bottom: calc(2rem + ((1vw - 0.3rem) * 5.9016));
    left: calc(2rem + ((1vw - 0.3rem) * 5.9016)); } }
@media (max-width: 768px) {
  a.video-icon {
    bottom: 2rem;
    left: 2rem; } }
@media (min-width: 767px) {
 html, body {
    font-size: 14px; }
 /* navigation */
 .showNav {
    margin: -60px 0 0 0;
    padding: 50px 100px; }
 #navSite ul li h3 {
    margin: 1rem 0 0 0; }
/* homepage */
/* hero content */
.pageBreakImg {
    height: 150px;
    margin: 3rem 0; }
figure.imageThirdWidthRight, .imageThirdWidthRight, span.imageThirdWidthRight img {
    float: right;
    margin: 5px 0 5px 10px;
    width: 50%;
    width: calc(100% / 2);
    height: auto; }
figure.imageThirdWidthLeft, .imageThirdWidthleft, span.imageThirdWidthleft img {
    float: left;
    margin: 5px 10px 5px 0;
    width: 50%;
    width: calc(100% / 2);
    height: auto; }
/* content pages */
.profile .card .card-body {
    height: 350px; }
.promo .card .card-body{
    min-height: 350px; }
.promo .card .img {
    max-height: 300px; }
.promo .card .textBlock {
    bottom: 30%;}
.promo .card .textBlock h2 {
    font-size: 3rem;}
.promo .card .videoIcon {
    bottom: 25px;
    width: 120px;
    height: 120px;}
.promo .card .videoIcon svg{
    width: 3rem;
    height: 3rem;
    top: 30%;
    left: 35%;}
.promo .card .logo {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 14rem; }
.promo .card .logo img {
    width: 14rem; }
}
@media (min-width: 992px) {
html, body {
    font-size: 18px; }
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey, .bgPaleGrey {
    padding: 2rem; }
h2 {
    font-size: 3.25rem;}
header .bg-dark {
    background-color: #000 !important; }
.drs-hero {
    height: 350px; }
.drs-hero .heroText h1, .drs-hero .heroText h2 {
    padding: 20px; }
.navbar, .navbar-brand {
    height: 60px;
    font-size: 1.375rem; }
.promo .card .textBlock {
    width: 80%;
    padding: 1rem 3rem;}
.promo .card .videoIcon {
    bottom: 40px;
    left: 50px;}
.promo .card .videoIcon svg {
    top: 28%;
    left: 30%;}
/*contentPage*/
.paddingTB {
    padding-top: 4rem;} 
}
@media (min-width: 1248px) {
.drs-hero {
    height: 400px; }
.drs-hero .heroText h1 {
    font-size: calc(2.625rem + ((1vw - 0.3rem) * 1.4754)); }
.drs-hero .heroText h2 {
    font-size: 1.8rem; }
.bgFirst, .bgSecond, .bgThird, .bgFourth, .bgWhite, .bgGrey, .bgPaleGrey {
    padding: 3rem; }
.pageBreakImg {
    height: 200px;
    text-align: center;
    margin: 3rem auto;
    max-width: 1500px; }
.container{
    max-width: 1024px;}
.promo{
    max-height: 550px;
    overflow:hidden;}
.promo .card .textBlock {
    bottom: 50%;
    width: 80%;}
.promo .card .videoIcon {
    bottom: 30%;
    left: 50px;}
.promo .card .videoIcon svg {
    top: 28%;
    left: 28%;}
.promo .card .logo {
    bottom: 205px;
    right: 50px;}
}
@media (min-width: 2000px) {
}
/* ==== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background-color: white; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u (use print only) */
.hidden, .name2 {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
    background-color: white;
    color: black; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  background-color: white;
  color: black; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after {
  clear: both; }

        