﻿
/* END OF COPIED FROM INDEX.CSHTML */
.content {
    padding: 10px 0;
}
.home_col_image {
    display:inline-block;
    width:100%;
    height:auto;
}
.home_col_date {
    font-weight:bold;
    font-size:0.8em;
}
.column_box h2 {
    margin-bottom:0;
}
#header_container {
    background-position: 165px 15px;
}
/*#header_container	{
        background-position: 160px 13px;
        }*/
        #header_container .header_logo	{
        display:block !important;
        visibility: visible !important;
        position:absolute;
        /*width: 160px;
        height: 80px;*/
        /*padding: 7px 0px;*/
        padding-top:2px;
        /*border-radius: 50%;*/
        /*background-color: #fff;*/
        z-index:1;
        overflow:hidden;
        top: 0;
        /*left: 0.625em;*/
        /*border: 4px solid transparent;
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;*/
        }

        /*#header_container .header_logo:hover,
        #header_container a:focus > .header_logo	{
        border:4px solid #519955;
        }*/
        #header_container .header_logo_mobile	{
        display:none;
        }
        header .strap_line_under_menu	{
        margin-bottom:0;
        }
        /* When screen is smaller than 960 */
        @media screen and (max-width: 1015px) {
        #header_container	{
        background-position: 130px 15px;
        }
        #header_container .header_logo	{
        display:none !important;
        }

        #header_container .header_logo_mobile	{
        display:block;
        }
        .text-supporting-sub {
            left:10px !important;
            right:10px !important;
        }
        }
        /* Hype slideshow styles */
        .read_more_button, .slideshow_dots_off, .slideshow_dots_on, .slideshow_main_button {
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        }
        .read_more_button {
        background-color:#000;
        background-color:rgba(0, 0, 0, 0.4) !important;
        }
        .read_more_button:hover {
        background-color:#fff;
        background-color:rgba(255, 255, 255, 1) !important;
        color:#000 !important;
        }
        .read_more_button:active {
        background-color:#c8c8c8;
        background-color:rgba(200 ,200 ,200 ,1) !important;
        }
        .slideshow_button {
        opacity:0.6 !important;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        }
        .no-touch .slideshow_button:hover {
        opacity:0.9 !important;
        }
        .slideshow_dots_on:hover, .slideshow_dots_off:hover {
        background-color:#D6D6D6 !important;
        }
        .vimeo_video {
        width:100%;
        height:0;
        padding-bottom:56.25%;
        overflow:hidden;
        position:relative;
        margin:0 auto;
        }
        .vimeo_video iframe {
        width:100% ;
        height:180%;
        position:absolute;
        top:-40%;
        z-index:-1;
        }
        /* Responsive slideshow hype */
        .slideshow_wrapper {
        width: 100%;
        /* whatever width you want */
        /*display: inline-block;*/
        position: relative;
        z-index:0;
        margin-bottom:10px;
        }
        .slideshow_wrapper::after {
        padding-top:33.33%;
        /* 960/320 ratio */
        display: block;
        content: '';
        }
        .slideshow_container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        }
/* FIND COURSES BOX */
#find_course_wrapper,
#quote_wrapper,
#dropdown-state {
    position: relative;
    max-width: 80.000em;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    padding:0 20px;
    -webkit-transform: translateZ(0) !important; /* Stop glitch on Safari and iPad */
    -moz-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}
.dropdown-content a {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/* Custom index tabs style */
.outer-container-index {
    width: 18.438em;
    /*position:absolute;*/
    bottom: 2.500em;
}
	.tabs-bg-index {
		padding:10px;
		margin:0;
        border-radius: 0 0 4px 4px;
	}
	.tab-index a {
		color: #fff;
		padding: 10px;
	}
	.tab-index a:hover,
	.tab-index a:focus {
	color: #519955;
}
	/*.tab-index {
		font-size: 90%;
		background-color: #0B0057;
	}*/
    .tab_highlight a {
        background-color:#0B0057;
    }
	.etabs-index {
		margin: 0;
	}
	.tab-index.active a {
	color: #0B0057;
	}
/* Style The Dropdown Button */
/*#dropdown-state {
    position: absolute;
    top: 31em;
    left: 0;
    right: 0;
    padding: 0 20px;
}*/
.dropdown-page-width {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}
.dropdown-box {
    background-color: #eeeeee;
    padding: 15px;
    margin: 0;
    border-radius: 4px;
    width: 18.438em;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    position:absolute;
    bottom:2em;
}

#dropdown-container {
    margin: 0 auto;
}

/*#dropdown-container nav {
    margin: 10px 0;
    background-color: #FF4649;
}*/
/*#dropdown-container nav > ul ul {
    top:inherit !important;
    left:0 !important;
} */
#dropdown-container nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    #dropdown-container nav ul li {
        display: block;
        background-color: #034e08 !important;/*519955;*/ 
        position: relative;
        border-bottom: 1px solid #84bc87;
    }

    #dropdown-container nav a {
        display: block;
        padding: 13px;
        color: #fff;
        font-size: 0.9em;
        /*line-height: 60px;*/
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    }
    #dropdown-container nav ul ul li a {
        font-weight: normal;        
    }
    #dropdown-container nav a:hover,
    #dropdown-container nav a:focus {
        background-color: #366a39; /*6db171*/
    }

    #dropdown-container nav ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #519955;
        width: 18.8em;
    }

#dropdown-container nav ul li a:focus > ul {
    display: inherit;
    background-color:#ff00ff;
}

#dropdown-container nav ul ul li {
    min-width: 260px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #519955;    
}

#dropdown-container nav ul ul ul li {
    position: relative;
    /*top: -60px;
    left: 230px;*/
}

/*#dropdown-container nav ul ul li {
    border: 1px solid white;
}*/
/*.dropdown-content ul ul a {
    border-bottom: 1px solid #519955;
}*/
#dropdown-container li.has-sub > a:after {
    font: 1em/1em "custom_icons", sans serif;
    content: '\F054'; /*2b9c 25B8*/
    position: absolute;
    font-size: 0.8em;
    right: 0;
    padding: 10px 10px 10px 10px;
    top: 9px;
    transition: ease-in-out padding 0.2s;
}
/*#dropdown-container ul ul li > div + a:after {
    content: '' !important;
}*/
    #dropdown-container li > a:hover:after,
    #dropdown-container li > a:focus:after {
        padding: 10px 5px 10px 10px;
    }
    #dropdown-container li > a:only-child:after {
        content: '';
    }
    #dropdown-container .state-name {
        padding: 10px;
        color: #334a34;
        border-bottom: 1px solid #84bc87;
    }
#dropdown-container nav ul li ul {
    display: block;
    opacity:0;
    height:0;
    visibility:hidden;
    transition:ease-in-out opacity 0.2s;
}
#dropdown-container nav ul li.tap > ul {
    /*display: block !important;*/
    height:inherit !important;
    visibility:visible;
    opacity: 1 !important;
    background-color: #84bc87;
}
.rounded {
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
}
.tap {
    background-color: #84bc87;
}
.has-sub.tap ul {
    z-index:1;
}
.has-sub a {
    padding-left: 50px !important;
}
.state_thumbs {
    height: 36px;
    width: 36px;
    overflow: hidden; /*display:inline-block;vertical-align: top;*/
    position: absolute;
    margin: 5px;
    background-color: #d5e6d6;
}
.state_thumbs img {
    height: 36px;
    width: auto;
    display: block;
}
/*****************************************/
.course_dropbtn {
    background-color: var(--olt_aus_dgreen); /*519955*/
    color: white;
    padding: 15px 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 100%;
    position: relative;
    border-radius: 4px;
    transition: background-color ease-in-out 0.3s;
}
.course_dropdown::after {
    position:absolute;
    font:1em/1em "custom_icons", sans serif;
    content:'\F078';
    color:#fff;
    right:0.625em;
    top:50%;
    margin-top:-6px;
    pointer-events:none;
}
/* The container <div> - needed to position the dropdown content */
.course_dropdown {
    position: relative;
    display: block;
    font-size:100%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    list-style: none;
    list-style-type: none;
    padding: 0 !important;
    /*display: none;*/
    display: none;
    position: absolute;
    background-color: #519955;
    /*min-width: 17.188em;*/
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    left: 0;
    top: 100%;
    z-index: 1;
}
.dropdown-content li {
    margin:0 !important;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    /*border-bottom:1px solid #84bc87;*/
    font-size:0.9em;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content a:focus {
    background-color: #84bc87;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.course_dropdown:hover .course_dropbtn {
    background-color: #84bc87;
}

a.home_buttons {
    display:inline-block;
    width:12.000em;
    background-color:#eee;
    color:white;
    font-weight:bold;
    padding:20px;
    margin-left:10px;
    margin-right:10px;
    border-radius:15px;
    text-align:center;
}
a.home_buttons:first-child {
    margin-left:0;
}
a.home_buttons:last-child {
    margin-right:0;
}
.btn_1 {
    background-color:#A5BBA9;
}
.btn_2 {
    background-color:#D4C877;
}
.btn_3 {
    background-color:#C36589;
}
.btn_4 {
    background-color:#8F9752;
}
.btn_5 {
    background-color:#D99551;
}
/* QUOTE BUTTON */
#quote_btn {
    position: absolute;
    right: 20px;
    bottom: 1.5em;
    text-align: center;
    /*width: 255px;*/
    font: 400 1.625em/1.250em 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    /*z-index: -1;  Makes it work on iPad and Safari */
    background-color:#90d55c;
    border-radius:30px;
    padding:14px 18px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
}
#quote_btn:hover,
#quote_btn:focus {
    background-color:#a2ea6c;
}
.home_heading {
    margin:10px 0;
    font-size:1.4em;
    color:#999;
    text-align:center;
}
/* AUSTRALIA MAP STYLES */
.map-list-hover,
.cssmap-visible-list a,
.cssmap-visible-list a {
    background-color:inherit;
    -o-transition:background-color 0.2s ease-in-out;
    -moz-transition:background-color 0.2s ease-in-out;
    -webkit-transition:background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.map_Table{
	display: table;
	width: 100%;
}
.map_TableRow {
	display: table-row;
}
.map_TableCell1,
.map_TableCell1 {
	display: table-cell;
	padding: 0;
}
.map_TableBody {
	display: table-row-group;
}
.map_TableCell1,
.map_TableCell2 {
    vertical-align:top;
}
.map_TableCell1 {
    width:25%;
}
.map_TableCell2 {
    /*width:75%;*/
    text-align:center;
}
.cssmap-container {
    margin: 0 0 0 auto !important;
    z-index:0;
    display:inline-block;
    overflow:visible !important;
}
.cssmap-container .cssmap{
  left: 0;
  top: -20px;
 }
/*.cssmap-container {
  height:680px !important;
}*/
.select_map_container {
    position:relative;
    /*float:left;*/
}
.select_map_list_wrapper {
    position:relative;
    /*float:left;*/
    /*display:inline-block;*/
    z-index:1;
    vertical-align:top;
}
.select_map_list_wrapper:after{
    content:"";
    position:absolute;
    z-index:-1;
    -moz-box-shadow:0 0 40px rgba(0,0,0,0.8);
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.5);
    bottom:0;
    left:10%;
    right:10%;
    width:80%;
    height:25%;
    -moz-border-radius:100%;
    border-radius:100%;
}
#select_map_list {
    position:relative;
    background-color:#f2f2f2;
    border-radius:10px;                
    /*padding:20px;*/
    border:1px solid #e3e3e3;
    /*min-height:600px;*/
    /*max-width:426px;*/
}
#select_map_list:after,
#select_map_list:before {
	left: 100%;
	top: 110px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    margin-top:-15px;
}
#select_map_list::after {
    border-color:#88b7d5;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f2f2f2;
	border-width: 30px;
	margin-top: -30px;
}
#select_map_list:before {
    border-color:#e3e3e3;
	border-color: rgba(227, 227, 227, 0);
	border-left-color: #e3e3e3;
	border-width: 31px;
	margin-top: -31px;
}
#select_map_list h1 {
    font-size:1.4em;
    color:#999;
}
#select_map_list h2 {
    color:#666;
    font-size:1.2em;
}
#select_map_list > ul {
    padding-left:20px;
}
#select_map_list > ul li {
    margin:10px 0;
}
/* STATE LIST */
/*.australia {
  filter: drop-shadow(0 0 20px rgba(153,204,204,0.7));
}*/
#map-list a {
    background-color:#b3b3b3;
    color:#fff;
    font-weight:bold;
    padding:15px 20px;
    display:block;
}
.map-list-hover,
.cssmap-visible-list a:hover,
.cssmap-visible-list a:focus {
    background-color:#84bc87 !important;
}
#map-list ul {
    margin:0;
    border-radius:15px;
    overflow:hidden;
    width:100% !important;
}
#map-list li {
    border-bottom: 1px solid #a5a5a5;
}
#map-australia h2 {
    font-size:1.4em;
    color:#b3b3b3;
    margin:15px 0;
}
/*#map-australia li {
    text-indent:-9999px;
    list-style:none;
}*/
#map-agents {
    /*padding: 5px 0;*/
    position:absolute;
    left:112%;
    top:60px;
    width:290px;
    
}
#map-agents li {
    display:none;
}
#map-agents ul {
    padding:0;
    margin:0;
}
#map-agents ul ul {
    list-style:circle !important;
}
#map-agents ul ul li {
    margin:5px 0;
}
#map-agents ul ul ul {
    list-style:disc !important;
    color:#84bc87;
    font-size:0.9em;
    margin:5px 0;
    margin-left:-4px;
}
#map-agents ul li {
    background-color: #f2f2f2;/*#eaeaea*/ 
    border-radius: 15px;
    padding:20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
#map-agents ul ul {
    padding:0 0 0 20px;
}
#map-agents ul li li {
    background-color: inherit; 
    border-radius: inherit;
    padding:0;
    box-shadow: none;
}
#map-agents a {
    display:block;
    -webkit-transition: margin-left 0.2s ease-in-out,margin-right 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out,margin-right 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out,margin-right 0.2s ease-in-out;
    transition:margin-left 0.2s ease-in-out,margin-right 0.2s ease-in-out;
}
#map-agents a:hover,
#map-agents a:focus {
    margin-left:5px;
    margin-right:-5px;
}

/* Menu Styles */
.hide_if_home {
    display: none !important;
}
.third-level-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 80%;
    min-width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.third-level-menu > li
{
    /*height: 30px;*/
    background-color: #b3b3b3 !important;
}
.third-level-menu > li:hover { background: #b3b3b3; }

.second-level-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    /*width: 150px;*/
    width:100%;
    list-style: none !important;
    padding: 0;
    margin: 0;
    /*display: none;*/
    visibility:hidden;
    opacity:0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}
.second-level-menu a {
    text-align:inherit !important;
}
.second-level-menu > li
{
    position: relative;
    /*height: 30px;
    background: #999999;*/
}
.second-level-menu > li:hover {
    background: #b3b3b3;
    pointer-events:auto;
}

.top-level-menu
{
    position:relative;
    list-style: none;
    padding: 0 !important;
    margin: 0;
    z-index:1;
}

.top-level-menu > li
{
    position: relative;
    /*float: left;*/
    /*height: 30px;
    width: 150px;*/
    background: #a5a5a5;
    /*border-radius:4px;*/
}
.top-level-menu > li:hover {
    background: #b3b3b3;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
    visibility:visible;
    opacity:1;
}

/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    /*background-color: #519955;*/
    color: white;
    padding: 15px;
    font-size: 1em;
    font-weight:bold;
    border-bottom:1px solid #999;
    cursor: pointer;
	/*width: 100%;*/
    position:relative;
    /*text-align:center;*/    
    /* Make the link cover the entire list item-container */
    display: block;
    /*line-height: 30px;*/
    transition:background-color 0.3s ease-in-out;
}
.top-level-menu a:focus,
.top-level-menu a:hover { 
    background-color: #84bc87;
}
.top-level-menu-btn {
    border-radius:15px;
}
.top-level-menu-btn:hover {
    border-radius:15px 4px 0 0;
}
.top-level-menu {
    list-style:none !important;
    list-style-type:none !important;
}
.top-level-menu ul li {
    background-color:#999999;
    margin:0 !important;
}
.top-level-menu > li::after {
        position: absolute;
        font: 1em/1em "custom_icons",sans serif;
        content: '\F054';
        color: #ddd;
        right: .625em;
        top: 50%;
        margin-top: -6px;
        pointer-events: none;
}
/* MARQUEE NEWS */
.ticker-container {
	height: 80px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: rgb(227,236,189); /* Old browsers */
    background: -o-linear-gradient(left, rgba(132,188,135,0.2) 40%, rgba(132,188,135,0) 100%); /* Old Opera */
    background: -webkit-gradient(linear, left center, right center, color-stop(40%,#84bc87), color-stop(100%,#84bc87)); /* Chrome,Safari4+ */
    background: -moz-linear-gradient(left, rgba(132,188,135,0.2) 40%, rgba(132,188,135,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(132,188,135,0.2) 40%,rgba(132,188,135,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(132,188,135,0.2) 40%,rgba(132,188,135,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bc87', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	/*color: white;*/
	/*background-color: white;
	color: black;*/
	/*font-size: 1.1em;*/
	/*margin-bottom: 15px;*/
    margin:15px 0;
    border-radius: 10px;
}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	display: table;
	position: absolute;
	color: white;
    background-color:#84bc87;
    font-weight:bold;
    z-index:1;
}

.ticker-container .ticker-caption a {
    color:#fff;
}
.ticker-container .ticker-caption a:hover {
    color:#e3ecbd;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
    margin:0;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 90%;
	left: 0;
    right:0;
	height: 50%;
	transition: 0.25s ease-in-out;
    margin:0 10% 0 0;
}
.ticker-container ul div.ticker-active {
	top: 40px;
}
.ticker-container ul div.not-active {
	top: 80px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	/*padding: 15px 0;*/
    line-height:40px;
}
/*.ticker-container ul div li a {
	color: #EC0B43;
}*/
.ticker-container .ticker_buttons {
    position:absolute;
    bottom:-6px;
    right:10px;
    z-index:2;
}
.ticker-container .ticker_buttons .ticker_prev,
.ticker-container .ticker_buttons .ticker_next {
    display:block;
    font:1em/25px "custom_icons", sans serif;
    height:25px;
}
@media (min-width: 500px) {
    /*#accessibility {
        bottom:-60px;
    }*/
    .ticker-container .ticker-caption {
    padding: 0 15px;
    border-radius: 10px 0 0 10px;
}
    .ticker-container .ticker-caption::after {    
    left: 99.9%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #84bc87;
    border-width: 26px;
    margin-top: -26px;
}
	.ticker-container {
		height: 50px;
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 110px;
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 180px;
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 180px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 50px;
	}
	.ticker-container ul div.remove {
		top: -50px;
	}
    .ticker-container ul div li {
    line-height:50px;
    }
    .ticker-container .ticker_buttons {
        top:0;
        right:60px;
        z-index:1 ;
    }
}

/* ------------------- */
.news_ticker:hover ul 
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
.slick-slider {
    margin-bottom:0;
}
/* WHEN SCREEN IS SMALLER THAN 940 */
@media screen and (max-width: 940px) {
    .dropdown-content {
        min-width: inherit;
        width: 100%;
    }

    #dropdown-state {
        position: relative;
        top: inherit;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .dropdown-box {
        position: relative;
        width: 100%;
        bottom: inherit;
    }
    #dropdown-container nav ul ul {
        position: relative;
        left: 0;
        width: inherit;
    }

    #dropdown-container li.has-sub > a:after {
        content: '\F078';
        padding: 10px 13px 10px 10px;
    }

    #dropdown-container ul ul li > a {
        padding-left: 40px;
    }

    #dropdown-container ul ul ul li > a {
        padding-left: 80px;
    }

    #dropdown-container li > a:hover:after,
    #dropdown-container li > a:focus:after {
        padding: 15px 13px 10px 10px !important;
    }
    #dropdown-container nav ul ul li {
        padding-left: 10px;
    }
}
    /* WHEN SCREEN IS SMALLER THAN 900 */
    @media screen and (max-width: 900px) {
        #find_course_wrapper {
            padding: 0;
        }
        .outer-container-index {
            position: relative;
            width: inherit;
            max-width: 60.000em;
            bottom: inherit;
            left: 0;
            margin: 5px 20px 0 20px;
        }       
        .slick-dotted.slick-slider {
            margin-bottom: 20px !important;
        }        
    }

    /* When screen is smaller than 800 */
    @media screen and (max-width: 800px) {
        #quote_btn {
            font-size: 1em;
            /*width:165px;*/
        }
    }
    /* When screen is smaller than 768 */
    @media screen and (max-width: 768px) {
        /*#map-australia {
        display:none;
    }*/
        .map_TableCell1 {
            width: 30%;
        }

        .select_map_container {
            width: 100%;
        }

        #select_map_list {
            max-width: inherit;
        }
    }
    /* When screen is smaller than 640 */
    @media screen and (max-width: 640px) {
        .map_Table,
        .map_TableBody,
        .map_TableRow,
        .map_TableCell1 {
            display: block;
        }

        .map_TableCell2 {
            display: none;
        }

        .map_TableCell1,
        .map_TableCell2 {
            width: inherit;
        }

        #select_map_list::after,
        #select_map_list::before {
            display: none;
        }

        #map-agents {
            position: relative;
            left: inherit;
            top: inherit;
            width: inherit;
            margin-bottom: 10px;
        }
    }
    /* When screen is smaller than 480 */
    @media screen and (max-width: 480px) {
        .slideshow_wrapper::after {
            /* 320/140 ratio */
            padding-top: 43.75%;
        }
    }
    /* When screen is smaller than 460 */
    @media screen and (max-width: 460px) {
        .outer-container-index {
            margin-left: 10px;
            margin-right: 10px;
        }

        #quote_wrapper {
            text-align: center;
            padding: 0 10px;
            margin-bottom: 10px;
        }

        #quote_btn {
            position: initial;
            display: block;
            font-size: 1.2em;
        }
    }

    .cssmap-visible-list li {
        position: relative;
    }

    /* COPIED OFF INDEX.CSHTML */
/* SLIDESHOW STYLES */
.slider {
    width: 50%;
    margin: 100px auto;
}

/*.slick-slide {
    margin: 0px 20px;
}*/

/*.slick-slide img {
                width: 100%;
            }*/

.slick-prev:before, .slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}
/* CUSTOM */
.slicksta {
    visibility: hidden;
}

.slick-active {
    opacity: 1;
}

.slicksta_slide {
    position: absolute;
}

/*.slick-slide img {
            height: auto;
            top: 0;
        }*/

.slider {
    width: 100%;
    margin: 0;
}

.slick-prev, .slick-next {
    z-index: 1;
    width: 40px;
    height: 80px;
    margin-top:-30px;
}

.slick-next {
    right: 40px;
}

.slick-prev {
    left: 40px;
}

    .slick-prev:before, .slick-next:before {
        font-family: "Open Sans";
        color: rgb(255, 255, 255);
        font-size: 8.750rem;
        line-height: 0;
        font-weight: 300;
        text-shadow: rgb(0, 0, 0) 0px 0px 6px;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }

    .slick-prev:before {
        content: '\2039'; /*‹*/
    }

.slick-next:before {
    content: '\203A'; /*›*/
}
/*.slick-prev:active:before, .slick-next:active:before {
            color:red;
        }*/
/*.slick-slide {
    margin: 0;
}*/

.slick-dots {
    bottom: 20px;
}

    .slick-dots li button {
        padding: 0;
        width: 15px;
        height: 15px;
    }

        .slick-dots li button:before {
            border-width: 2px;
            border-style: solid;
            border-radius: 50%;
            border-color: rgb(169, 169, 169);
            overflow: visible;
            box-shadow: rgb(0, 0, 0) 0px 0px 6px;
            content: '';
            opacity: 1;
            line-height: 15px;
            height: 15px;
            width: 15px;
            -webkit-transition: border-color 0.2s ease-out;
            -moz-transition: border-color 0.2s ease-out;
            -o-transition: border-color 0.2s ease-out;
            transition: border-color 0.2s ease-out;
        }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: white;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        border-color: rgb(204, 204, 204);
    }

.lines {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url("../images/lines.png");
    background-repeat: repeat;
    /*opacity: 1;*/
}

.slick-dots li {
    height: 15px;
    width: 15px;
}

a.slide_popup {
    color: #fff;
    font-size: 2em;
}

.slide_popup_wrapper {
    -webkit-transform: rotateZ(-10deg) translateY(0);
    transform: rotateZ(-10deg) translateY(0);
    position: absolute;
    top: 10%;
    left: 10%;
}

.slide_popup {
    /*opacity: 0;*/
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 36px 20px;
    background-color: #e6007e;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    line-height: 1.6rem;
    box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

    .slide_popup:hover,
    .slide_popup:focus {
        -webkit-transform: scale3d(1.25,1.25,1.25);
        transform: scale3d(1.25,1.25,1.25);
    }

.slide-text {
    position: absolute;
    text-shadow: 0 0 5px #000;
    /*opacity: 0;*/
    background-color: rgba(81, 160, 78, 0.6);
    padding: 15px 15px 20px 15px;
    border-radius:4px;
}

.text-available-now {
    top: 12%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 1.5rem;
    font-style: italic;
}

.text-supporting {
    top: 20%;
    left: 80px;
    right: 80px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 2.75rem; /*2.750em;*/
    line-height: 3.125rem;
}

.text-supporting-sub {
    top: 46%;
    left: 80px;
    right: 80px;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 2.2rem; /*1.625 2.750em;*/
    line-height: 1.5rem;
}

a.slide-button, a.slide-button-first {
    color: #fff;
    text-decoration:none;
}

.slide-button {
    /*opacity: 0;*/
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 12px 12px 15px 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    text-align: center;
    transform: scale3d(1,1,1);
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.darken-button {
    background-color: rgba(0,0,0,0.8);
}
    .slide-button:hover,
    .slide-button:focus {
        background-color: rgba(255,255,255,1);
        color: #000;
    }

.slide-button-first {
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background-color: #005F83;
    border-radius: 15px;
    padding: 12px 12px 15px 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    transform: scale3d(1,1,1);
    -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, -moz-transform 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, transform 0.2s ease-out;
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}

    .slide-button-first:hover,
    .slide-button-first:focus {
        background-color: #72c5e4;
        transform: scale3d(1.25,1.25,1.25);
    }

.slide_set_width {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    min-height: 540px
}

.hero-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.slide_rating {
    top: 5%;
    left: inherit;
    right: 5%;
}

.slide_first_button {
    background-color: rgb(250 149 35 / 77%)
}

    .slide_first_button:hover {
        color: #fa9523;
    }

.quote_home_page_wrapper .col_2_left {
    width: 60%;
}

.quote_home_page_wrapper .col_2_right {
    width: 40%;
}

.quote_home_page_wrapper {
    margin: 6% 0;
}

.quote_home_page_text_wrapper {
    max-width: 420px;
    margin: 13% auto;
    padding: 0 20px;
}

.quote_home_page {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 0;
}

    .quote_home_page strong {
        font-style: normal;
    }

    .quote_home_page::before {
        font: 90px/0 "custom_icons", sans-serif;
        content: '“';
        color: #51985b;
        margin-top: 36px;
        margin-left: -20px;
        float: left;
    }

.quote_home_page_who {
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
}
.survey {
    max-width: 860px;
    margin: 0 auto;
}

.survey_date {
    margin: 20px 0 0 0;
}

.survey_pc {
    font-size: 7em;
    font-weight: 600;
    /*border: 2px solid #257034;*/
    border: 2px solid var(--oltmaincolour);
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    /*color: #fff;*/
    display: inline-block;
    width: 190px;
    height: 190px;
    line-height: 190px;
    vertical-align: middle;
}

    .survey_pc sup {
        font-size: 0.4em;
        top: -51px;
    }

.survey_pc_horiz_line {
    display: inline-block;
    width: 100px;
    height: 2px;
    /*background-color: #257034;*/
    background-color: var(--oltmaincolour);
    vertical-align: middle;
}

.survey_pc_vert_line {
    display: inline-block;
    width: 2px;
    height: 254px;
    /*background-color: #257034;*/
    background-color: var(--oltmaincolour);
    vertical-align: middle;
}

.survey_pc_info_wrapper {
    display: inline-block;
    max-width: 480px;
    vertical-align: middle;
}

.survey_pc_info {
    font-size: 1.2em;
    /*color: #fff;*/
    font-weight: 600;
}

    .survey_pc_info td {
        vertical-align: middle;
    }

    .survey_pc_info .info1 {
        padding-bottom: 10px;
    }

    .survey_pc_info .info2 {
        padding: 20px 0;
    }

    .survey_pc_info .info3 {
        padding-top: 10px;
    }

.survey_pc_icon {
    /*color: #ccffd6;*/
    font-size: 1.6em;
    padding: 0 20px;
    text-align: center;
}
.survey_icon_1 {
    color: var(--oltpurple);
}
.survey_icon_2 {
    color: var(--oltgreen);
}
.survey_icon_3 {
    color: var(--oltblue);
}
.aims_info td {
    padding: 10px;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.1em;
}

.aims_info_numbers {
    font-size: 3em !important;
    line-height: 1em;
    color: #006614;
}

.aims_titles {
    font-size: 1.6em;
}
.home_spacing {
    margin-top: 3em;
    margin-bottom: 3em;
}
/* ANIMATIONS */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in-bottom {
    opacity: 0;
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: scale-in-center 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/* When screen is smaller than 1015px */
@media screen and (max-width: 1015px) {
    .quote_home_page_wrapper .col_2_left,
    .quote_home_page_wrapper .col_2_right {
        text-align: center;
        width: 100%;
    }
}
/* WHEN SCREEN IS SMALLER THAN 890 */
@media screen and (max-width: 890px) {
    .survey_pc_info_wrapper {
        display: block;
        max-width: inherit;
    }

    .survey_pc {
        display: inherit;
        margin: 0 auto 20px auto;
    }

    .survey_pc_icon {
        padding: 0 20px 0 0;
    }

    .survey_pc_horiz_line,
    .survey_pc_vert_line {
        display: none;
    }

    .survey_date {
        text-align: right;
    }
}
    /* WHEN SCREEN IS SMALLER THAN 800 */
    @media screen and (max-width: 800px) {
        .slide_set_width {
            min-height: 360px;
        }

        .slick-dots {
            bottom: 10px;
        }

        .text-supporting {
            font-size: 1.75rem;
            line-height: 2.125rem;
        }
        .reduce-more {
            font-size: 1.75rem;
            line-height: 2.125rem;
        }
    }
/* WHEN SCREEN IS SMALLER THAN 660 */
@media screen and (max-width: 660px) {
    .reduce-more {
        font-size: 1.4rem;
        line-height: 1.125rem;
    }
}

    /* WHEN SCREEN IS SMALLER THAN 480 */
    @media screen and (max-width: 480px) {
        .text-available-now {
            top: 5%;
        }

        .text-supporting {
            top: 20%;
            font-size: 1.5rem;
            line-height: 2rem;
        }
    }
    /* WHEN SCREEN IS SMALLER THAN 440 */
    @media screen and (max-width: 440px) {
        .text-supporting {
            top: 10%;
            font-size: 1.5rem;
            line-height: 2rem;
            left: 20px;
            right: 20px;
        }
    }
    /* NEWS TICKER STYLES */
    .news_ticker_wrapper {
        border: 1px solid var(--olt_aus_dgreen);
        border-radius: 5px;
        margin-bottom: 40px;
    }

    .news_ticker_title_wrapper {
        vertical-align: middle;
        display: inline-block;
        width: 17%;
        clip-path: polygon(0 0, 100% 0%, 85% 101%, 0% 101%);
    }

    .news_ticker_title {
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        background-color: var(--olt_aus_dgreen);
        padding: 15px 40px 15px 15px;
    }

    .news_ticker_items_wrapper {
        vertical-align: middle;
        display: inline-block;
        width: 83%;
    }

    .news_ticker_items {
        border-right: 2px solid #519955;
    }

    .news-wrapper {
        position: relative;
        padding: 0;
        -webkit-box-shadow: inset 14px 0px 7px -10px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 14px 0px 7px -10px rgba(0,0,0,0.2);
        box-shadow: inset 14px 0px 7px -10px rgba(0,0,0,0.2);
    }

    #news-ticker .slick-prev,
    #news-ticker .slick-next {
        left: inherit;
        right: -1px;
        width: 22px;
        height: 29px;
        line-height: 40px;
        margin-top: inherit;
    }

    #news-ticker .slick-prev {
        top: -1px;
    }

    #news-ticker .slick-next {
        top: 27px;
    }

    #news-ticker .slick-prev:before {
        content: '\F053';
    }

    #news-ticker .slick-next:before {
        content: '\F054';
    }

    #news-ticker .slick-prev:before, #news-ticker .slick-next:before {
        font-family: "custom_icons", sans-serif;
        font-size: 1.25rem;
        color: var(--olt_aus_dgreen);
        text-shadow: none;
    }

    .news-wrapper::after {
        left: 0;
        top: 40px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #f7f7f7;
        border-width: 7px;
        margin-top: -7px;
    }

    .news-wrapper .news-fade {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        pointer-events: none;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(247,247,247,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
        -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0 ); /**/
    }

    #news-ticker {
        padding: 5px 22px 5px 5px;
    }

        #news-ticker a {
            color: inherit;
            display: block;
            padding: 0 20px;
            height: 100%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }

            #news-ticker a:hover,
            #news-ticker a:focus {
                background-color: #e6fbeb;
            }

        #news-ticker div {
            /*height: 75px;*/
            /*width: 100%;
    overflow: hidden;
    border-right: 2px solid var(--olt_aus_dgreen);*/
        }

    .news-text-title {
        font-weight: bold;
        color: #006614; /*519955*/
        font-size: 0.9em;
        margin-bottom: 0;
    }

    .news-text {
        font-size: 0.8em;
        margin-bottom: 0;
    }

    .news-container {
        text-align: center;
        margin-top: 40px;
    }

    .news_dropdown {
        display: inline-block;
        position: relative;
    }

    .news-choose {
        display: inline-block;
        background-color: var(--olt_aus_dgreen);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    a.news-choose {
        font-size: 0.8em;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 10px;
    }

    .news-choose::after {
        content: "\25BE"; /*23F7*/
        color: #ccc;
        padding: 0 5px;
    }

    /* UNUSED */
    .news-dropdown .byline {
        background-color: inherit;
        padding: inherit;
        font: 400 0.9em Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #a7a7a7;
    }

        .news-dropdown .byline::before {
            left: inherit;
            content: "\25BE";
        }

    .states_news_list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0 10px 10px 10px;
        font-size: 0.813em;
        z-index: 1;
        background-color: var(--olt_aus_dgreen);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: left;
        /*-ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0,OffY=2,Color='#444'),progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
        -moz-filter: drop-shadow(0 0 3px rgba(175,175,175,.8));
        -webkit-filter: drop-shadow(0 0 3px rgba(175,175,175,.8));
        filter: drop-shadow(0 0 3px rgba(175,175,175,.8));*/
        /*min-width: 300px;*/
    }

        /*.states_news_list::after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 5px;
            margin-left: -5px;
        }*/

        .states_news_list ul {
            padding: 0 !important;
            list-style: none;
            margin: 0;
        }

        .states_news_list li {
            border-bottom: 1px solid #eee;
        }

        /*.states_news_list .list_style li::before {
                    top: 4px;
                    position:absolute;
                }*/
        .states_news_list a {
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            color: #fff;
        }

            .states_news_list a:hover,
            .states_news_list a:focus {
                color: #fff;
                background-color: #519955;
            }

        .states_news_list .no_list_style li::before {
            margin-right: 0 !important;
        }

    /*.highlight_box {
            min-height: 415px;
        }*/

    #news-ticker.slick-vertical .slick-slide {
        border: inherit !important;
    }

    .alert_box {
        font-size: 90%;
        border: 1px solid #eee;
        border-radius: 15px;
        padding: 40px 40px 30px 40px;
        margin-bottom: 40px;
    }

    .column_pillers .highlight_box {
        min-height: 500px;
    }
    /* WHEN SCREEN IS SMALLER THAN 880 */
    @media screen and (max-width: 880px) {
        .divTableCell {
            display: block;
        }

        .column_pillers .highlight_box {
            min-height: inherit;
        }

        body {
            padding-bottom: 0 !important;
        }

        footer {
            position: relative;
        }
    }
/* HYPE */
.HYPE_element_container {
    clear: both;
}

.responsive_hype_wrapper {
    position: relative;
    margin: 0 auto;
}
/* Scope the Hype animation container */
@element '.responsive_hype_wrapper' {

    $this {
        /* Expand to fill available width */
        width: 100% !important;
        /* But never grow taller or wider than the viewport allows */
        /*max-width: eval("innerHeight * (style.width.split('px')[0]/style.height.split('px')[0])")px;*/
        max-width: eval("(style.width.split('px')[0])")px;
        /* Calculate height based on current width and width & height attributes */
        height: eval("offsetWidth / (style.width.split('px')[0]/style.height.split('px')[0])")px !important;
    }

        $this .hype_element {
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            /* Allow transforms for older or non-supporting browers */
            -moz-transform: translateX(-50%) translateY(-50%) scale(eval("offsetWidth / style.width.split('px')[0]"));
            -o-transform: translateX(-50%) translateY(-50%) scale(eval("offsetWidth / style.width.split('px')[0]"));
            -ms-transform: translateX(-50%) translateY(-50%) scale(eval("offsetWidth / style.width.split('px')[0]"));
            -webkit-transform: translateX(-50%) translateY(-50%) scale(eval("offsetWidth / style.width.split('px')[0]"));
            transform: translateX(-50%) translateY(-50%)
            /* Calculate Scale value based on width of container */
            /* If our document was 500px wide */
            /* an offsetWidth of 1000px gives scale(2) */
            /* and an offsetWidth of 250px gives scale(.5) */
            scale(eval("offsetWidth / style.width.split('px')[0]"));
        }
}