/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

/* =============================== Variables =============================== */



























/* =============================== Root =============================== */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    font-family: montserrat, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* =============================== Colours =============================== */
body,
.blue,
.span3 #hs_menu_wrapper_lp_quick_links_menu ul li a {
  color: #1e3347;
}
a,
.orange,
.prompt {
  color: #ff6734;
}

a:hover {
  text-decoration:underline;
}

/* =============================== DOM Elements =============================== */
p,
label {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-margin-before: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    padding: 0;
}
.rich-text
p {
    -webkit-margin-after: 1rem;
    margin: 0 0 1rem 0;
}
label {
    -webkit-margin-after: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
ul, menu, dir, ol {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
ul {
    list-style-type: disc;
}
li {
    line-height: 1.5rem;
}
.hs_cos_wrapper_type_rich_text ul li {
    margin-left: 1.1rem;
}
.hs_cos_wrapper_type_rich_text ol li {
    margin-left: 2.1rem;
}
body.ie .hs_cos_wrapper_type_rich_text li {
    margin-left: 0;
}
ol li {
    margin-bottom: 0.5rem;
}
ol li ol {
    list-style-type: lower-alpha;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
    color: #1e3347;
  font-family: montserrat, helvetica, sans-serif;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="file"],
textarea {
    /*border: 1px solid #1e3347;*/
    border:1px solid ;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem 0;
    padding: 0.5rem;
}
textarea {
    min-height: 10rem;
    height: 10rem;
    max-height: 20rem;
    overflow: auto;
    resize: vertical;
}
select {
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 0.6rem top 0.7rem;
    background-size: 1rem 1rem;
    border: 1px solid #1e3347;
    font-size: 0.8rem;
    margin: 0.5rem 0 1rem 0;
    outline: 0;
    padding: 0.75rem;
    text-shadow: 0;
     
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;

}
figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
a img {
    border: 0;
}
table tbody tr td {
    vertical-align: top;
}

em {
    font-style: italic;
    font-weight:bold;
}

hr {
    background-color: #4BD2C2;
    height: 2px;
    border: 0;
    margin: 2em 0;
}

/* =============================== Typography =============================== */
h1 {
    color: #1e3347;
    /*font-family: rokkitt, georgia, serif;*/
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold;
}
.span9.widget-span.widget-type-widget_container.m-b-4r .hs_cos_wrapper > h1 {
    font-size: 2rem;
    margin-top: 0;
    text-align: left;
}
h2 {
    color: #1e3347;
    font-size: 1.4rem;
    line-height: 1em;
    margin: 1em 0 1em 0;
    font-weight: bold;
}
.fw h2 {
    margin: 0.5em 0;
}
.span9.widget-span.widget-type-widget_container.m-b-4r .hs_cos_wrapper > h2 {
    margin-top: 0;
}
body.hs-landing-page .body-container .span8 > span > div h2:first-child {
    margin-top: 1rem;
}
.highlight {
    color:#ff6734;
    font-weight:bold;
}
.hs-error-msgs {
    color:#FF3E4F;
}

/* =============================== Specials =============================== */
.hide {
    display: none !important;
}
.hs-inline-edit .hide {
    display: block !important;
}
.centre,
.centre img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centre.widget-type-cta .cell-wrapper {
    text-align: center;
}
.ml10 > span > div {
    margin-left: 10%;
}
.m-t-2r {
    margin-top: 2rem;
}
.m-t-4r {
    margin-top: 4rem;
}
.m-b-2r {
    margin-bottom: 2rem;
}
.m-b-4r {
    margin-bottom: 2rem;
}
.m-tb-2r {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.b-l {
    border-left: 1px dashed #4bd2c2;
    padding-left: 5%;
}

/* =============================== CTAs =============================== */
.hs-cta-wrapper span,
.hs-cta-wrapper span a {
    font-family: montserrat, helvetica, sans-serif !important;
    font-size: 1rem !important;
    font-weight: bold;
}
.hs-cta-wrapper > span {
    display: block;
    margin-bottom: 1rem;
}


/*=================================================

        Digitisation CM

=====================================================*/

.dod-header {
    display: block !important;
    float: none !important;
    margin: 0px auto !important;
    min-width: 1060px !important;
    width: 1060px !important;
    max-width: 1060px !important;
}

.dod-logo-section {
  width:10% !important;
  padding:20px 0;
    max-height:40px;
}

.dod-logo-section img {
  max-height:40px;
}

/*=================================================

        Table design

=====================================================*/

td {
  border-bottom: 1px solid #d9e5ec;
  border-collapse: collapse;
}


/* =============================== Container Wrappers =============================== */
.header-container-wrapper,
.footer-container-wrapper {
    display: block;
    margin: 0 auto;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
body.hs-site-page .header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1,
body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1 {
    background-color: #1e3347;
}
body.hs-site-page .header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-3, body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-3 {
    background-color: #ffffff;
}
body.hs-site-page .footer-container-wrapper .fw.navy,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy {
    background-color: #1e3347;
}
body.hs-site-page .footer-container-wrapper .fw.orange,
body[class*="hs-blog"] .footer-container-wrapper .fw.orange {
    background-color: #ff6734;
    color: #ffffff;
    text-align: center;
}
body.head-orange.hs-landing-page .header-container-wrapper,
body.hs-landing-page .footer-container-wrapper,
body.head-orange.hs-site-page .header-container-wrapper,
body.head-orange.hs-site-page .footer-container-wrapper,
body.head-orange.hs-site-page .header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1{
    background-color: #ff5216;
}
body.hs-landing-page .footer-container-wrapper,
body.head-orange.hs-site-page .footer-container-wrapper{
    color: #ffffff;
    min-height: 55px;
    height: 55px;
    max-height: 55px;
    line-height: 55px;
    margin-top: 3rem;
    text-align: center;
}

body.head-orange.hs-site-page .nsw-acyp-logo img{
        margin-top: 5px;
        max-height: 90px;
        width: auto !important;
}

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


.doubleVideo {
    margin-bottom:1rem;
}

.doubleVideo .videoWrapper {
    width:48%;
    padding-bottom: 26.25%;
    display: inline-block;    
}
.doubleVideo .videoWrapper iframe {
    height:100%;
}

.doubleVideo .videoWrapper.video1 {
    margin-right: 1%;
}
.doubleVideo .videoWrapper.video2 {
    margin-left: 1%;
}


div.invert-center-text {
    background-position:center center;
    background-repeat:no-repeat;
    min-height:298px;
    overflow:auto;
}
.invert-center-text h1,
.invert-center-text h2,
.invert-center-text h4 {
    color:#fff;
    padding:0 2rem;
    margin-top:5rem;
    text-align:center;
}
.invert-center-text p {
    color:#fff;
    text-align:center;
}



/* =============================== Site Header =============================== */
.header-container .widget-type-google_search label {
    display: none;
}
.header-container .widget-type-google_search .input {
    height: 40px;
    position: relative;
}
.header-container .widget-type-google_search .input input {
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding: 0 2.5rem 0 0.8rem;
    width: 100%;
}
.header-container .widget-type-google_search .input a {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 20px;
    margin: 0px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}
.header-container .widget-type-google_search .input a img {
    height: 20px;
    width: 20px;
}

body.hs-site-page .header-container img[src*="logo"] {
    max-height:75px;
}

/* =============================== Menu =============================== */
.header-container .widget-type-menu .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 18px 0 0 0;
    width: 100%;
}
.header-container .widget-type-menu .hs-menu-wrapper > ul li {
    -webkit-flex: 1;
    box-sizing: border-box;
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.header-container .widget-type-menu .hs-menu-wrapper > ul li:hover {
    border-bottom: 3px solid #ffffff; /* changed from navy */
}
.header-container .widget-type-menu .hs-menu-wrapper > ul li:hover:active {
    border-bottom: 3px solid #ff6734;
}
.header-container .widget-type-menu a,
.header-container .widget-type-menu a:active,
.header-container .widget-type-menu a:hover,
.header-container .widget-type-menu a:hover:active,
.header-container .widget-type-menu a:visited,
.header-container .widget-type-menu a:link {
    color: #1e3347;
    font-family: montserrat, helvetica, sans-serif;
    font-size: 0.9rem;
    text-decoration: none;
    display: block;
    height: 45px;
    font-weight:bold;
}

.header-container .widget-type-menu a:hover {
    color: #ff6734;
}

/********** Real NSW menu **********/

#hs_cos_wrapper_module_14425574965431352 {
    
}
#hs_cos_wrapper_module_14425574965431352 ul {
    /*display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;*/
    list-style-type: none;
    margin: 0px;
    padding:0px;
    width: 100%;
}
#hs_cos_wrapper_module_14425574965431352 ul li {
    display:block;
    width: 21rem;
    float:left;
    padding:0px !important;
    margin: 0 0 1rem 1rem;
}
#hs_cos_wrapper_module_14425574965431352 ul li a {
    display:block;
    color:#ffffff;
    background:#FF925F;
    /*width:100%;*/
    padding:1rem;
}
#hs_cos_wrapper_module_14425574965431352 ul li a:hover {
    background:#d64512;
}

#hs_cos_wrapper_module_14425574965431352 ul li.active a {
    background:#ff6734;
}

#hs_cos_wrapper_module_14425574965431352 ul li:first-child {
    margin: 0 0 1rem 0;
}

/*#hs_cos_wrapper_module_14425574965431352 ul li a span {
    display:block;
    padding:1rem;
}*/

/********** MyLocal menu **********/

#hs_cos_wrapper_module_14429839043025454 {
    
}
#hs_cos_wrapper_module_14429839043025454 ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style-type: none;
    margin: 0px;
    padding:0px;
    width: 100%;
    background:#4bd2c2;
}
#hs_cos_wrapper_module_14429839043025454 ul li {
    display:inline-block;
    width: auto;
    padding:0px !important;
}
#hs_cos_wrapper_module_14429839043025454 ul li a {
    display:block;
    color:#ffffff;
    /*background:#ff6734;*/
    /*width:100%;*/
    padding:1rem;
}
#hs_cos_wrapper_module_14429839043025454 ul li a:hover {
    background:#1e3347;
}

#hs_cos_wrapper_module_14429839043025454 ul li.active a {
    background:#1e3347;
}



/* =============================== Inner page side menu =============================== */


.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    display:none /* remove child menu items */
}

.ls .hs-menu-wrapper ul {
    list-style-type: none;
    width: 90%;
}
.ls .hs-menu-wrapper ul li {
    /*border-bottom: 1px solid #ff6734;*/
    color: #1e3347;
    font-family: rokkitt, georgia, serif;
    font-size: 1.2rem;
    /*margin: 0 0 0.5rem 0;*/
    /*padding: 0 0 0.5rem 0;*/
}
.ls .hs-menu-wrapper ul li a {
    color: #1e3347;
    padding: 0.5rem 0;
    border-bottom: 1px solid #DADBDC;
    display: block;
    font-weight: bold;
}
.ls .hs-menu-wrapper ul li a:hover {
    color: #ff6734;

}
.ls .hs-menu-wrapper ul.active-branch li.active a {
    color: #ff6734;
}
/*
.ls .hs-menu-wrapper ul.active-branch li.active a::after {
    color: #ff6734;
    content: "•";
    float: right;
    font-size: 4rem;
}
*/
.ls .hs-menu-wrapper ul li.hs-item-has-children {
    border-bottom: 0;
    margin-bottom: 0;
}
.ls .hs-menu-wrapper ul li ul.hs-menu-children-wrapper {
    border-top: 1px solid #ff6734;
    -webkit-margin-after: 0;
    margin: 0.5rem 0 0 0;
    padding: 0.5rem 0 0 0;
    width: auto;
    display:none;
}
.ls .hs-menu-wrapper ul li.active-branch ul.hs-menu-children-wrapper {
    display:block;
}
.ls .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li {
    padding-left: 1.5rem;
}

/* =============================== Follow me =============================== */
.header-container .widget-type-follow_me {
    height: 30px;
    overflow: hidden;
    margin: 5px 0 5px 0;
    padding: 0 1rem 0 0;
    text-align: right;
}
.header-container .widget-type-follow_me .fm_button,
.header-container .widget-type-follow_me .fm_button > span {
    height: 30px;
    width: 30px;
}
.header-container .widget-type-follow_me .fm_button {
    margin-right: 0.4rem;
}
.span3 .widget-type-follow_me {
    border-bottom: 1px solid #f4f4f4;
    height: 60px;
    overflow: hidden;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
}
.span3 .widget-type-follow_me .fm_button,
.span3 .widget-type-follow_me .fm_button > span {
    height: 40px;
    width: 40px;
}
.span3 .widget-type-follow_me .fm_button {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}
.widget-type-follow_me .fm_button > span {
    background-size: contain;
}
.widget-type-follow_me .fm_youtube > span {
    background-image: url(//522228.fs1.hubspotusercontent-na1.net/hubfs/522228/Images/youtube-icon.png);
}
.widget-type-follow_me .fm_twitter > span {
    background-image: url(//522228.fs1.hubspotusercontent-na1.net/hubfs/522228/Images/twitter-icon.png);
}
.widget-type-follow_me .fm_googleplus > span {
    background-image: url(//522228.fs1.hubspotusercontent-na1.net/hubfs/522228/Images/google_plus-icon.png);
}
.widget-type-follow_me .fm_facebook > span {
    background-image: url(//522228.fs1.hubspotusercontent-na1.net/hubfs/522228/Images/facebook-icon.png);
}

/* =============================== Blog Social =============================== */

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    line-height: 10px;
}

/* =============================== Site Footer =============================== */
body.hs-site-page .footer-container-wrapper .fw.navy,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy {
    padding: 3rem 0;
}
body.hs-site-page .footer-container-wrapper .fw.navy .widget-type-menu ul,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy .widget-type-menu ul{
    list-style-type: none;
}
body.hs-site-page .footer-container-wrapper .fw.navy h5,
body.hs-site-page .footer-container-wrapper .fw.navy .widget-type-menu ul > li,
body.hs-site-page .footer-container-wrapper .fw.navy .widget-type-form h3,
body.hs-site-page .footer-container-wrapper .fw.navy .widget-type-text .cell-wrapper > span,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy h5,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy .widget-type-menu ul > li,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy .widget-type-form h3,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy .widget-type-text .cell-wrapper > span {
    color: #ff6734;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0;
    text-decoration: none;
}
body.hs-site-page .footer-container-wrapper .fw.navy h6,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy h6 {
    color: #ff6734;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 1em 0 0 0;
    padding: 0;
}
body.hs-site-page .footer-container-wrapper .fw.navy p,
body.hs-site-page .footer-container-wrapper .fw.navy p a,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy p,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy p a {
    color: #ecf6f6;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    text-decoration: none;
}
body.hs-site-page .footer-container-wrapper .fw.navy form input[type="text"],
body.hs-site-page .footer-container-wrapper .fw.navy form input[type="tel"],
body.hs-site-page .footer-container-wrapper .fw.navy form input[type="email"],
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="text"],
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="tel"],
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="email"] {
    /*background-color: #1e3347;*/
    border: 1px solid #ecf6f6;
    border-radius: 0.2rem;
    box-sizing: border-box;
    /*color: #ecf6f6;*/
    color: #1e3347;
    display: block;
    font-family "source sans pro", helvetica, sans-serif;
    font-size: 0.9rem;
    height: 0.8rem;
    line-height: 1em;
    margin: 0 0 0.6rem 0;
    padding: 1.2rem 0.8rem 1rem 0.8rem;
    width: 100%;
}

body.hs-site-page .footer-container-wrapper .fw.navy form input::-webkit-input-placeholder,
body.hs-site-page .footer-container-wrapper .fw.navy form input:-moz-placeholder,
body.hs-site-page .footer-container-wrapper .fw.navy form input::-moz-placeholder,
body.hs-site-page .footer-container-wrapper .fw.navy form input:-ms-input-placeholder,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input::-webkit-input-placeholder,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input:-moz-placeholder,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input::-moz-placeholder,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input:-ms-input-placeholder {  
   color: #ecf6f6;
   opacity: 0.75;
}
body.hs-site-page .footer-container-wrapper .fw.navy form input[type="submit.footer-container-wrapper .fw.orange "],
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="submit"] {
    background-color: #4bd2c2;
    color: #1e3347;
   /* text-transform: uppercase;*/
    font-weight:bold;
    width: 100%;
}
body.hs-site-page .footer-container-wrapper .fw.navy form .hs-form-field > label,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form .hs-form-field > label {
    color: #ecf6f6;
    display: none;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
}
/* for IE8 & IE9 */
body.hs-site-page .footer-container-wrapper .fw.navy form label,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form label {
    display: block\0;
}
body.hs-site-page .footer-container-wrapper .fw.navy form .hs-error-msgs label,
body[class*="hs-blog"] .footer-container-wrapper .fw.navy form .hs-error-msgs label {
    color: #ecf6f6;
    font-size: 0.8rem;
}
body.hs-site-page .footer-container-wrapper .fw.orange ul,
body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul {
    list-style-type: none;
    margin: 1.2rem auto;
    width: auto;
}
body.hs-site-page .footer-container-wrapper .fw.orange ul > li,
body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul > li {
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    display: inline-block;
    height: 1.4rem;
    margin: 0;
    padding: 0 2rem;
}
body.hs-site-page .footer-container-wrapper .fw.orange ul > li:last-of-type,
body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul > li:last-of-type {
    border: 0;
}
body.hs-site-page .footer-container-wrapper .fw.orange ul > li a,
body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul > li a {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none
    padding:0;
}

form {
    margin-bottom:1rem;
}


/* =============================== Full width coloured backgrounds =============================== */



body:not(.hs-blog-listing):not(.hs-blog-post) .row-fluid-wrapper.fw {
    margin: 0 0 2rem 0;
    padding: 3rem 0;
}

body:not(.hs-blog-listing):not(.hs-blog-post) .row-fluid-wrapper.fw.grid-col {
    margin: 0;
    padding: 1rem 0 0 0;
}


body.hs-site-page .row-fluid-wrapper.fw {
    margin-top: 4rem;
}
.row-fluid-wrapper {
    clear:both;
}
.row-fluid-wrapper.grey {
    background-color: #f4f4f4;
}
.aqua {
    background-color: #ecf6f6;
}

.row-fluid-wrapper.aqua {
    background-color: #ecf6f6;
}
.row-fluid-wrapper.orange {
    background-color: #ff6734;
}
.row-fluid-wrapper.lightorange {
    background-color: #FFE9DD;
}

/* =============================== Custom module: government ribbon =============================== */
.gov-ribbon {
    margin-top: 2rem;
    text-align: center;
}
.gov-ribbon span {
    color: #464646;
    font-size: 2.5rem;
    font-weight: bold;
    height: 150px;
    line-height: 150px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.gov-ribbon img {
    margin-left: 50px;
}

/* =============================== Custom module: ISSUU PDFs =============================== */

.issuu-embed-container {
   position: relative;
   padding-bottom: 79%; /* set the aspect ratio here as (height / width) * 100% */
   height: 0;
   overflow: hidden;
   max-width: 100%;
}
.issuu-embed-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.issuu-bar {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background: white;
}


/* =============================== Custom module: google translate =============================== */

.goog-te-gadget-simple {
    border:0 !important;
    background-color:#E0E7EC !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    border:0 !important;
}

.goog-te-gadget img {
    background-image:none !important;
}
.goog-te-gadget-icon {
    width:2px !important;
}
/*.goog-te-gadget {
    font-family:font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif !important;
}*/

/* =============================== Custom module: homepage flipper =============================== */
.flipper {
    background-color: #ffffff;
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.flipper .card {
    float: left;
}
.flipper figure {
    margin: 0;
    padding: 0;
    position: relative;
}
.flipper figure figcaption {
    background-color: rgba(30,51,72,0.75);
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.flipper figure figcaption p {
    color: #ffffff;
    font-size: 0.8rem;
    margin: 0;
}
.flipper figure figcaption p:nth-child(1) {
    padding: 2px 0px 0px 12px;
}
.flipper figure figcaption p:nth-child(2) {
    padding: 2px 0px 2px 12px;
}
.page-flip-grid > .row-fluid-wrapper {
    width: 20%;
    max-width: 20%;
    float: left;
    clear: none;
}
.flipper-data img {
    max-width: 100%;
    height: auto;
}
.flipper-data .line1,
.flipper-data .line2 {
    display: none;
}

/* =============================== Custom module: photo grid =============================== */


.entry-wrapper {
    display:block;
    margin: 0;
    padding: 0;
}
.entry {
    float: left;
    position:relative;
    width:20%;
    margin: 0;
    padding: 0;
    opacity:0.8;
    line-height:0;
}
.entry:hover {
    opacity:1;
}
.entry img {
    position: relative;
}
.entry .entry-info {
    background-color: rgba(30,51,72,0.75);
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
.entry .entry-info p {
    color: #ffffff;
    font-size: 0.8rem;
    margin: 0;
    padding:0.4em;
}
.zero {
    margin:0;
    padding:0;
}


/* =============================== Custom module: EDM signup newletter enews join =============================== */


.fw.edm-join {
    margin:0 0 0rem 0 !important;
    padding:0.5rem 0 0 0 !important;
}
.edm-join {
    background-color: #ff6734;
}
.edm-join h1, .edm-join p {
    margin:0;
    color:#ffffff;
}
.edm-join p {
    margin-bottom:1rem;
}


/* =============================== Custom module: multiple columns =============================== */



.multiple-c3 {
    display:block;
    clear:both;
    overflow:auto;
}

.multiple-c3 .c1,
.multiple-c3 .c2,
.multiple-c3 .c3 {
    width:33%;
    float:left;
    display:block;
}

/* === redesign the multiple === */
.multiple  {
    display:block;
    clear:both;
    overflow:auto;
}

.c33, .c66, .c20, .c40, .c50, .c25 {
    float:left;
    display:block;
    margin-top:-0.4rem;
}
.c33 {width:33%;}
.c66 {width:66%;}
.c20 {width:20%;}
.c25 {width:20%;}
.c40 {width:40%;}
.c50 {width:50%;}


/* =============================== Custom module: block list =============================== */

ul.block-list li {
    margin-left: 1.1rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f9f4f1;
    margin: 0 1rem 1rem 0;
}

/* =============================== Custom module: poll =============================== */
.poll-wrapper {
    background-color: #1e3347;
    height: 348px;
    margin-left: 0 !important;
    width: 34.188034188%;
}
#poll-frame {
    border: 0;
    height: 200px;
    margin-left: 2.5rem;
    overflow: hidden;
    width: 280px;
}

.poll h3 {
    background-color: #4bd2c2;
    color: #1e3347;
    display: inline-block;
    margin: 1rem 0;
    padding: 0.5rem 2.5rem;
    width: auto;
}
.poll p.question {
    color: #f4f4f4;
    font-size: 0.8rem;
    margin: 0 0 0.5rem 2.5rem;
  
}

/* =============================== Homepage customisations =============================== */


.fw.invert-section h1 {
    color:#fff !important;
}

.fw.invert-section .widget-type-rich_text {
   /* padding:0 60px;*/
}

.fw.invert-section {
    color:#fff !important;
    background-color: #1e3347;
    padding:0 0 1rem 0 !important;
    margin:0 0 0 0 !important;
}


/* =============================== Promo page customisations =============================== */

.sl-promo-logo {
    text-align:center;
    padding:1em;
    background-color:#ffffff;
}
.sl-promo-logo img {
    max-height:100px;
    max-width:100%;
}

.inv {
    background-color: #1e3347;
    color:#fff;
}

.inv-org {
    background-color: #ff6734;
    color:#fff;
}

.ct {
    text-align:center;
}

.fl-fw {
    float:left;
    width:100%;
}

.ps {
   padding:1em; 
}

.org {
    color: #ff6734;
}



/* =============================== Custom module: full width banner =============================== */
.fw .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fw .banner > div > div {
    color: #ffffff;
    display: block;
    font-size: 2.5rem;
}
.fw .banner > div > div  {
    position: relative;
    z-index: 3;
}
.fw .banner > div > div > span {
    display: table-cell;
    vertical-align: middle;
}
/* =============================== Custom module: promo banner =============================== */
.fw .promo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3rem;
}

/* =============================== Custom module: multi slider =============================== */
.multislider {
    max-height: 540px;
    margin-bottom: 2rem;
}
.multislider .slide {
    background-size: cover;
    background-position: center center;
}
.gradient {
    position: absolute;
    z-index: 10;
}
.multislider .slide-wrapper {
    position: relative;
    z-index: 20;
}
.multislider .slide .title {
    color: #ffffff;
    font-family: rokkitt, georgia, serif;
    font-size: 2.5rem;
    line-height: 1em;
    text-align: left;
    width: 30%;
}
.multislider .slide .blurb {
    color: #ffffff;
    font-family: montserrat, helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.2em;
    margin-top: 1rem;
    text-align: left;
    width: 30%;
}
.multislider .slide a {
    background-color: #ff6734;
    border: 0;
    border-radius: 0.5rem;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1em;
    margin-top: 1rem;
    padding: 1em 1.5em;
}
.multislider .slide a:hover {
    background-color: #d64512;
}
.multislider .slide a:hover:active {
    background-color: #ff7342;
}
.slick-prev,
.slick-next {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -10px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 20px;    
}
.slick-prev:before, .slick-next:before {
    color: #ff6734;
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '←';
}
.slick-next:before {
    content: '→';
}

/* =============================== Custom module: homepage major tile =============================== */
.major {
    margin: 2rem 0 3rem 0;
    padding: 0;
    text-align: center;
}
.major h2 {
    color: #1e3347;
    font-family: rokkitt, georgia, serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.major a {
    color: #1e3347;
}
.major p {
    font-weight: bold;
    margin: 0 5%;
    width: 90%;
}
.major p span {
    color: #ff6734;
    text-decoration: none;
}
.major p span:hover {
    color: #d64512;
}
.major p span:hover:active {
    color: #ff7342;
}
.major hr {
    background-color: #1e3347;
    margin: 0 auto;
    padding: 0;
    width: 10%;
}
.major .ie-gif,
.major .ie-jpg {
    display: none;
    height: auto;
    margin: 30px auto 0 auto;
    /*width: 280px;*/
    width:100%;
}

/* =============================== Custom module: homepage minor tile =============================== */
.minor-tiles > .row-fluid-wrapper:first-of-type .minor,
.fw._m-b.lightorange.minor-tiles > .row-fluid-wrapper:nth-of-type(2) .minor,
.m-b-4r.minor-tiles > .row-fluid-wrapper:nth-of-type(2) .minor {
    margin: 0 0 2rem 0;
}
.minor-tiles > .row-fluid-wrapper:last-of-type .minor {
    margin: 2rem 0 0 0;
}
.minor {
    /*border-right: 1px solid #4bd2c2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14rem;
}
.minor-tiles .row-fluid > .widget-type-custom_widget:last-child .minor,
.minor-tiles .row-fluid > .span2.widget-type-custom_widget:nth-child(6) .minor,
.minor-tiles .row-fluid > .span4.widget-type-custom_widget:nth-child(3) .minor {
    border-right: 0;
}
.minor-tiles:not(._m-b) > .row-fluid-wrapper:last-of-type {
    /*border-top: 1px solid #4bd2c2;*/
}
.minor > a {
    color: #1e3347;
    display: block;
    text-align: center;
    width: 100%;
}
.minor > a > div {
    height: 5.75rem;
}
.minor h3,
.minor p {
    margin: 0.6em 10%;
    width: 80%;
}
.minor hr {
    background-color: #1e3347;
    margin: 0 auto;
    padding: 0;
    width: 20%;
}
.minor a:hover > h3 {
    color:#4bd2c2;
}
.minor a:hover > hr {
    background-color:#4bd2c2 !important; /*doens't work*/
}


._m-t.minor-tiles > .row-fluid-wrapper {
    border-top: 0 !important;
}
._m-t.minor-tiles > .row-fluid-wrapper .minor {
    margin-top: 0;
}
.minor-tiles > .row-fluid-wrapper > .row-fluid > .span4.widget-type-custom_widget {
    margin-left: 0;
    width: 33%;
}
.minor-tiles > .row-fluid-wrapper > .row-fluid > .span3.widget-type-custom_widget {
    margin-left: 0;
    width: 25%;
}
.minor-tiles > .row-fluid-wrapper > .row-fluid > .span2.widget-type-custom_widget {
    margin-left: 0;
    width: 17.094017094%; /* 14.529914530000001% + 2.564102564% */
}
.minor-tiles > .row-fluid-wrapper > .row-fluid > .span3.widget-type-custom_widget h3,
.minor-tiles > .row-fluid-wrapper > .row-fluid > .span2.widget-type-custom_widget h3 {
    font-size: 1rem;
}

/* =============================== Custom module: in page photo grid =============================== */

.photo-grid-row-2, .photo-grid-row-3, .photo-grid-row-4 {
    width:100%;
}
.photo-grid-row-2 img {width:44%;}
.photo-grid-row-3 img {width:30%;}
.photo-grid-row-2 img, .photo-grid-row-3 img, .photo-grid-row-4 img {
    height:auto;
    margin:0 1rem 1rem 0;
}




/* =============================== Custom module: childrens week page =============================== */

.cw-header {
    background-color:#ffffff;
}

.cw-footer {
    background-color:#ff6734;
    text-align: center;
    color:#ffffff;
}



/* =============================== Custom module: home page two column promo =============================== */

.two_column_promo {
    color:#fff;
    padding:1rem 2rem;
}


/* =============================== Custom module: tiles - shared =============================== */
.major p,
.minor p {
    font-size: 0.8rem;
}

/* =============================== Custom module: main section =============================== */
.main-section {
    background-size: cover;
    min-height: 180px;
    height: 180px;
    max-height: 180px;
    margin-bottom: 2rem;
}
.main-section h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 3rem;
}
.main-section hr {
    background-color: #ffffff;
    height: 2px;
    margin: 0.5rem auto 0 auto;
    width: 3%;
}

/* =============================== Custom module: YAC  =============================== */

.yac-section {}
.yac-row {clear:both;display:block;overflow:auto;margin-bottom:1em;}
.yac-row-left {width:20%;float:left;margin-right:2%;}
.yac-row-right {width:78%;float:left;}
.yac-row-right h3 {margin:0 0 1em 0;}

/* =============================== Custom module: site section =============================== */
.site-section,
.hs-blog-header {
    background-color: #ff6734;
    min-height: 140px;
    height: 140px;
    max-height: 140px;
}
.site-section h1,
.hs-blog-header h1 {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: bold;
}
.site-section h1 {
    padding-top: 2rem;
}
.hs-blog-header h1 {
    margin-bottom: 0;
}
.site-section hr {
    margin: 0.5rem auto 0 auto;
    width: 2%;
}

.hs-blog-header hr {
    margin: 0.5rem auto 0 auto;
    width: 4%;
}

/* =============================== Side quick links menu =============================== */
.span3 #hs_menu_wrapper_lp_quick_links_menu ul {
    margin: 0 0 3rem 0;
    padding: 0 0 0 1.8rem;
}
.span3 #hs_menu_wrapper_lp_quick_links_menu ul li {
    margin: 0 0 0.5rem 0;
}

/* =============================== Forms =============================== */
.hs-button {
    background-color: #ff5216;
    border: 0;
    -webkit-border-radius: 0.5rem;/*0.5*/
    border-radius: 0.5rem;/*0.5*/
    color: #ffffff;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0.8rem 1.6rem;
    text-align: center;
     
    -webkit-transition: background-color 250ms ease-out 0;
    -moz-transition: background-color 250ms ease-out 0;
    -o-transition: background-color 250ms ease-out 0;
    -ms-transition: background-color 250ms ease-out 0;
    transition: background-color 250ms ease-out 0;

}
.hs-button:hover {
    background-color: #ef4d15;
}
.hs-button:hover:active {
    background-color: #ff6c2e;
}
.hs-button:focus {
    outline: none;
}
.input ul {
    list-style-type: none;
    margin-bottom: 1rem;
}
.input ul li.hs-form-radio {
    display: block;
    margin-top: .5rem;
    margin-right: 2rem;
    color:#2e5f92;
}
.input ul li.hs-form-radio:hover {
}

.input ul li.hs-form-radio label input {
    margin-right: 0.75rem;
}

form.hs-form fieldset {
    max-width: 100%;
}
.footer-container-wrapper .hs_cos_wrapper_type_form {
    color: #ffffff;
}

.hs-field-desc {
    font-size:14px;
    color:#5C6F82;
}


/*================= form hover ============*/

.hs-button:hover {
  cursor: pointer;
}
.hs-form-radio-display:hover {
  cursor: pointer;
}


/* =============================== Survey forms =============================== */
.survey {
    min-height: 700px;
}
div.page:not(.page1) {
    display: none;
}
.survey .number {
    height: 1rem;
    margin: 0.15rem 0 0 -1.5rem;
    position: absolute;
    width: 1.5rem;
}
.prompt {
    margin: 0 0 2rem 0;
    width: 80%;
}
.prompt,
.prompt p {
    font-size: 0.8rem;
    line-height: 1.25rem;
}
.hs-button.prev {
    margin-right: 2rem;
}

/* =============================== YAC application form =============================== */
.yac-app .hs_gender .input ul li.hs-form-radio {
    float: left;
    margin-top: 0;
    width: 49%;
}
.hs_do_you_have_a_disability_or_a_special_need_details label,
.hs_are_you_from_a_culturally_and_or_linguistically_diverse_background_details label {
    height: 3em;
}

/* =============================== Blog =============================== */
.blog-section .post-listing .post-item.big {
    border-bottom: 2px solid #1e3347;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.blog-section .post-listing .post-item:not(.big) {
    float: left;
    margin-bottom: 1rem;
    /*padding: 0 3.5% 1rem 0;*/
    padding:0 0 1rem 0;
    /*width: 31%;*/
    width: 100%;
    border-bottom:2px solid #1e3347;
}
.blog-section .post-listing .post-item:nth-child(3n+4) {
    padding-right: 0;
}
.blog-section .post-listing .post-item:nth-child(n+7) {
    border-bottom: 0;
}
.blog-section .post-listing .post-item .hs-featured-image-wrapper img {
    float: none;
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.blog-section .post-listing .post-item .hs-featured-image {
    max-width: 100%;
}
.blog-section .post-listing .post-item.big .post-header {
    /*width: 60%;*/
}
.blog-section .post-listing .post-item .post-header h2 {
    margin: 0 0 0.5rem 0;
}
.blog-section .post-listing .post-item .post-header h2 a {
    color: #1e3347;
    font-family: rokkitt, georgia, serif;
    font-size: 2rem;
    font-weight: normal;
}
.blog-section .post-listing .post-item .post-header hr,
.blog-post-wrapper .post-header hr {
    background-color: #1e3347;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #1e3347;
    margin: 0 0 0.5rem 0;
    border:none; /*edit*/
    height:0px;
}
.blog-section .post-listing .post-item.big .post-header hr,
.blog-post-wrapper .post-header hr {
    width: 1rem;
} 
.blog-section .post-listing .post-item #hubspot-author_data,
.blog-post-wrapper .post-header #hubspot-author_data{
    color: #4bd2c2;
    font-size: 0.8rem;
}
.blog-section .post-listing .post-item:not(.big) .post-date {
    display: none;
}
.post-header {
    margin-bottom: 1rem;
}
.post-body {
    margin-top: 1rem;
    padding-right: 3rem;
}
.post-body p img {
    width: 100%;
}
.blog-post-wrapper .post-header h1 {
    margin-top: 4rem;
    text-align: left;
}
.widget-type-post_listing ul {
    list-style-type: none;
}
.blog-pagination {
    /*border-top: 1px solid #4bd2c2;*/
    clear: both;
}
a.author-link {
    color: #4bd2c2;
}

/* =============================== Blog : Noticeboard =============================== */

.body-noticeboard .body-container {background: #ff6734; }
.blog-section.noticeboard {padding-top:1rem;}
.blog-section.noticeboard .post-listing .post-item {
    background-color:#ffffff;
    width:21rem;
    /*margin-right:1rem;*/
    display:inline-block;
    padding:0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}
.blog-section.noticeboard .post-header {
    padding:1rem;
    margin:0;
}

.blog-section.noticeboard .more-link {display:none;}

.blog-section.noticeboard .post-listing .post-item .post-header h2 a {font-size:1.6rem;}

.blog-section.noticeboard .post-listing-simple a {color:#ffffff;}

.blog-section.noticeboard .blog-pagination a {color:#ffffff;}

.blog-section.noticeboard .post-listing {
    -webkit-column-count: 3;
    -webkit-column-gap: 1rem;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 1rem;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 1rem;
    column-fill: auto;
}

.blog-section.noticeboard .post-listing .post-item .hs-featured-image-wrapper img {margin:0;} 

.blog-section.noticeboard .hubspot-editable {display:none;} /* remove from actual template at some point (16/03/2016) */

.right-header .row-fluid {
    width: 100% !important; 
    max-width: 100% !important;
    min-width: 100% !important;
}



/* media queries for IPAD / IPAD mini */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
    body, html {
        overflow-y: scroll;
    }    
}
/* media queries for mobile (ex.iphone) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px)  {
}
@media only screen and (max-width : 1000px) {
    .blog-section.noticeboard .post-listing {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (max-width : 700px) {
    .blog-section.noticeboard .post-listing {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .blog-section.noticeboard .post-listing .post-item {
        width:100%;
    }
}


/* =============================== Engage Page =============================== */
.engage-menu ul {
    float: left;
    list-style-type: none;
}
.engage-menu ul li {float:none!important;}
.engage-menu ul li a {max-width:none!important;}
.engage-menu .hs-menu-wrapper > ul:nth-child(1) {
    width: 30%;
}
.engage-menu .hs-menu-wrapper > ul:nth-child(2) {
    width: 20%;
}
.engage-menu .hs-menu-wrapper > ul:nth-child(3) {
    width: 50%;
}
.engage-menu .hs-menu-wrapper > ul:nth-child(3) > li > a {
    display: block;
}
.engage-menu .hs-menu-wrapper > ul li.hs-item-has-children ul {
    margin-left: 2rem;
}

/* =============================== Inner Page Center Menu =============================== */

.ls .inner-page-menu .hs-menu-wrapper ul {
    width:100%;
}

.ls .inner-page-menu .hs-menu-wrapper ul li {
    /*display:inline-block;*/
}




/* =============================== Contact Page =============================== */
.b-l input[type="text"],
.b-l input[type="tel"],
.b-l input[type="email"] {
    width: 90%;
}



/* =============================== Single Elements =============================== */
.resources h2 {
    margin-top: 0;
}
.hs_cos_wrapper_type_rich_text img,
.constrain img {
    max-width: 100%;
    height:auto;
}

/* =============================== Google translate =============================== */
#google_translate_element {
    float: right;
    margin-top: 0.5rem;
}

/* =============================== Custom module: HTML5 video =============================== */
video.vid {
    width: 100%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEMP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
body.hs-site-page .widget-type-linked_image.temp {
    height: 400px;
    overflow: hidden;
}
body.hs-site-page .widget-type-linked_image.temp img {
    width: 100% !important;
}
.widget-type-cta.photo-comp {
    margin-left: 0;
}


@media screen and (min-width: 1060px) {
    /* =============================== Responsive framework =============================== */
    body.hs-landing-page .header-container,
    body.head-orange.hs-site-page .header-container,
    .body-container > .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw),
    body .body-container .fw .banner > div,
    body.hs-landing-page .footer-container,
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper.row-depth-1 > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper.row-depth-1 > .row-fluid,
    .multislider .slide-wrapper,
    body.hs-site-page .footer-container .fw > div,
    body[class*="hs-blog"] .footer-container .fw > div,
    .fw .promo > .promo-wrapper,
    .site-section h1,
    .blog-section .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw) {
        display: block;
        margin: 0 auto;
        min-width: 1060px;
        width: 1060px;
        max-width: 1060px;
    }
    /* =============================== Container wrappers =============================== */
    body.hs-site-page .header-container-wrapper,
    body[class*="hs-blog"] .header-container-wrapper {
        /*min-height: 135px;
        height: 150px;
        max-height: 150px;*/
    }
    body.head-orange.hs-landing-page .header-container-wrapper,
    body.head-orange.hs-site-page .header-container-wrapper{
        /*min-height: 110px;
        height: 110px;
        max-height: 110px;*/
    }
    /* =============================== Header =============================== */
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1),
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) {
        height: 40px;
    }
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2),
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) {
        /*height: 95px;*/
    }
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .span12 .span9 .row-fluid-wrapper:nth-child(2),
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .span12 .span9 .row-fluid-wrapper:nth-child(2) {
        height: 64px;
    }
    .header-container .widget-type-follow_me {
        width: 760px;
    }
    .header-container .widget-type-google_search {
        margin-left: 0;
        width: 300px;
    }
    body.hs-site-page .header-container img[src*="logo"],
    body[class*="hs-blog"] .header-container img[src*="logo"] {
        max-height: 75px;
        margin: 10px 0 0 0;
        width: auto !important;
    }
    body.head-orange.hs-landing-page .header-container img {
        margin-top: 35px;
        max-width: 150px;
    }
    body.hs-landing-page .header-container img {
        margin-top: 20px;
        max-width: 180px;
    }
    body.hs-landing-page .header-container .nsw-gov img {
        margin-top: 10px;
        max-height: 80px;
        width: auto !important;
    }
    /* =============================== Custom module: full width banner =============================== */
    
    
    .flipper .card,
    .flipper .card img {
        height: 174px;
        width: 174px;
        transition: all 0.5s ease-in-out;
    }
    .card-big {
        height: 348px !important;
        width: 348px !important;
    }
    /*
    .flipper .card:nth-child(1),
    .flipper .card:nth-child(1) img {
        height: 348px;
        width: 348px;
    }
    */
    /* =============================== Custom module: full width banner =============================== */
    .fw .banner,
    .fw .banner > div > div > span {
        min-height: 180px;
        height: 180px;
        max-height: 180px;
    }
    .fw .banner.tall,
    .fw .banner.tall > div,
    .fw .banner.tall > div > div > span {
        min-height: 380px;
        height: 380px;
        max-height: 380px;
    }
    .fw .banner > div > div {
        width: 50%;
    }
    .fw .banner > img {
        height: 180px;
    }
    .fw .banner.tall > img {
        height: 380px;
    }
    .fw .banner > img {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    /* =============================== Custom module: promotional banner =============================== */
    .fw .promo {
        min-height: 660px;
        height: 660px;
        max-height: 660px;
    }
    .fw .promo .promo-wrapper {
        height: 100%;
    }
    .fw .promo .promo-wrapper > div {
        height: 100%;
        margin: 0 auto;
        width: 80%;
    }
    .fw .promo .promo-wrapper > div :first-child {
        padding-top: 4rem;
    }
    .fw .promo .promo-wrapper img {
        max-width: 100%;
    }
    /* =============================== Custom module: multi slider =============================== */
    .multislider,
    .multislider .slide {
        height: 400px;
    }
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 25px;
    }
    
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEMP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
    .widget-type-cta.photo-comp img {
        height: 348px;
        width: 348px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1060px) {
    
    /* =============================== Responsive framework =============================== */
    body.hs-landing-page .header-container,
    .body-container > .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw),
    body .body-container .fw .banner > div,
    body.hs-landing-page .footer-container,
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) > .row-fluid,
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) > .row-fluid,
    .multislider .slide-wrapper,
    body.hs-site-page .footer-container .fw > div,
    body[class*="hs-blog"] .footer-container .fw > div,
    .fw .promo > .promo-wrapper,
    .site-section h1,
    .blog-section .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw) {
        display: block;
        margin: 0 auto;
        min-width: 960px;
        width: 960px;
        max-width: 960px;
    }

    /* =============================== Custom module: full width banner =============================== */
    .fw .banner > div > div {
        width: 50%;
    }
    /* =============================== Container wrappers =============================== */
    body.hs-site-page .header-container-wrapper,
    body[class*="hs-blog"] .header-container-wrapper {
        min-height: 135px;
        height: 135px;
        max-height: 135px;
    }
    body.hs-landing-page .header-container-wrapper {
        min-height: 90px;
        height: 90px;
        max-height: 90px;
    }
    /* =============================== Header =============================== */
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1),
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1){
        height: 40px;
    }
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2),
    body[class*="hs-blog"]  .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) {
        /*height: 95px;*/
    }
    .header-container .widget-type-follow_me {
        width: 710px;
    }
    .header-container .widget-type-google_search {
        margin-left: 0;
        width: 250px;
    }
    body.hs-site-page .header-container img[src*="logo"],
    body[class*="hs-blog"]  .header-container img[src*="logo"] {
        max-height: 75px;
        margin: 10px 0 0 0;
        width: auto !important;
    }
    body.hs-landing-page .header-container img {
        margin-top: 20px;
        max-width: 150px;
    }
    body.hs-landing-page .header-container .nsw-gov img {
        margin-top: 5px;
        max-height: 70px;
        width: auto !important;
    }
    
    /* =============================== Custom module: flipper =============================== */
    
    
    .flipper .card,
    .flipper .card img {
        height: 157px;
        width: 157px;
    }
    .card-big {
        height: 314px !important;
        width: 314px !important;
    }
   
    /*
    .flipper .card:nth-child(1),
    .flipper .card:nth-child(1) img {
        height: 314px;
        width: 314px;
    }
    */
    /* =============================== Custom module: full width banner =============================== */
    .fw .banner,
    .fw .banner > div,
    .fw .banner > div > div > span{
        min-height: 380px;
        height: 380px;
        max-height: 380px;
    }
    .fw .banner > div > div {
        width: 50%;
    }
    .fw .banner > img {
        left: 0;
        height: 380px;
        position: absolute;
        top: 0;
        z-index: 2;
    }


    /* =============================== Custom module: multi slider =============================== */
    .multislider,
    .multislider .slide {
        height: 300px;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
    
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEMP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
    .widget-type-cta.photo-comp img {
        height: 314px;
        width: 314px;
    }
}



@media screen and (min-width: 768px) and (max-width: 960px) {
    /* =============================== Responsive framework =============================== */
    body.hs-landing-page .header-container,
    .body-container > .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw),
    body .body-container .fw .banner > div,
    body.hs-landing-page .footer-container,
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) > .row-fluid,
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) > .row-fluid,
    .multislider .slide-wrapper,
    body.hs-site-page .footer-container .fw > div,
    body[class*="hs-blog"] .footer-container .fw > div,
    .fw .promo > .promo-wrapper,
    .site-section h1,
    .blog-section .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw) {
        display: block;
        margin: 0 auto;
        min-width: 768px;
        width: 768px;
        max-width: 768px;
    }
    /* =============================== Header =============================== */
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1),
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) {
        height: 40px;
    }
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2),
   body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) {
        /*height: 95px;*/
    }
    .header-container .widget-type-follow_me {
        width: 568px;
    }
    .header-container .widget-type-google_search {
        margin-left: 0;
        width: 200px;
    }
    .header-container .row-number-2 .row-fluid .span3 {
        max-height: 70px;
        width: 100%;
    }
    .header-container .row-number-2 .row-fluid .span9 {
        margin-left: 0;
        width: 100%;
    }
    body.hs-site-page .header-container img[src*="logo"],
    body[class*="hs-blog"] .header-container img[src*="logo"] {
        max-height: 50px;
        margin: 10px 0 0 0;
        width: auto !important;
    }
    body.hs-landing-page .header-container img {
        margin-top: 35px;
        max-width: 150px;
    }
    body.hs-landing-page .header-container .nsw-gov img {
        margin-top: 10px;
        max-height: 80px;
        width: auto !important;
    }
    /* =============================== Menu =============================== */
    .header-container .row-number-2 .row-fluid .span9.widget-type-menu ul {
        margin-top: 10px;
    }
    /* =============================== Custom module: full width banner =============================== */
    .fw .banner > div > div {
        width: 80%;
    }
    
    
    /* =============================== Container wrappers =============================== */
    body.hs-site-page .header-container-wrapper,
    body[class*="hs-blog"] .header-container-wrapper {
        min-height: 135px;
        height: 135px;
        max-height: 135px;
    }
    body.hs-landing-page .header-container-wrapper {
        min-height: 100px;
        height: 100px;
        max-height: 100px;
    }

    /* =============================== Site Footer =============================== */
    body.hs-site-page .footer-container-wrapper .fw.navy .span3:first-of-type,
    body[class*="hs-blog"] .footer-container-wrapper .fw.navy .span3:first-of-type {
        display: none;
    }
    body.hs-site-page .footer-container-wrapper .fw.navy .span3:nth-of-type(2),
    body[class*="hs-blog"] .footer-container-wrapper .fw.navy .span3:nth-of-type(2) {
        margin-left: 0;
    }
    body.hs-site-page .footer-container-wrapper .fw.navy .span3,
    body[class*="hs-blog"] .footer-container-wrapper .fw.navy .span3 {
        width: 31.491712705%;
    }
    body.hs-site-page .footer-container-wrapper .fw.orange ul,
    body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul {
        margin: 1.2rem 0;
        width: 100%;
    }
    
    /* =============================== Custom module: flipper =============================== */
    
    
  
    .span8.flipper {
        width: 576px;
    }
    .flipper .card,
    .flipper .card img,
    .span4.photo-comp {
        height: 192px;
        width: 192px;
    }
    /*
    .flipper .card:nth-child(4),
    .flipper .card:nth-child(5) {
        display: none;
    }
    */
    .card-big {
        height: 384px !important;
        width: 384px !important;
    }
    /* =============================== Custom module: full width banner =============================== */
    .fw .banner,
    .fw .banner > div,
    .fw .banner > div > div > span {
        min-height: 380px;
        height: 380px;
        max-height: 380px;
    }
    .fw .banner > div > div {
        width: 50%;
    }
    .fw .banner > img {
        left: 0;
        height: 380px;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    /* =============================== Custom module: multi slider =============================== */
    .multislider,
    .multislider .slide {
        height: 300px;
    }
    .multislider .slide .title {
        font-size: 2rem;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }

    
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TEMP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
    .widget-type-cta.photo-comp img {
        height: 192px;
        width: 192px;
    }
   }

@media screen and (min-width: 768px) and (max-width: 1060px) {
    /* =============================== Custom module: full width banner =============================== */
    .fw .banner,
    .fw .banner > div,
    .fw .banner > div > div > span,
    .fw .banner > img {
        min-height: 140px;/*300px*/
        height: 140px;/*300px*/
        max-height: 140px;/*300px*/
    }
    .fw .banner > img {
        left: -100;
        position: absolute;
        top: 0;
        z-index: 2;
    }
}
@media screen and (min-width: 960px) {
    /* =============================== Menu =============================== */
.header-container .widget-type-menu .hs-menu-wrapper>ul {
        position: relative;
        z-index: 99999;     
   }
  /* making the menu sit properly under the main nav when hovered */
    .hs-menu-flow-horizontal li.hs-item-has-children:hover .hs-menu-children-wrapper {
        display: flex;
        flex-direction: column;
        list-style: none;
        position: absolute;
    }
   /* adding a background to the nav and some padding around it so the words are not sitting on the edge of the box */
    .hs-menu-flow-horizontal li ul.hs-menu-children-wrapper {
        background: #fff;
        padding: 1rem 1rem 0;
        margin:0;
   }
    
    /* forcing the text in the submenu to align to the left otherwise it was all centered and looked odd spacing wise */
    .hs-menu-flow-horizontal li ul.hs-menu-children-wrapper li {
        text-align:left !important;
    }
}
@media screen and (max-width: 960px) {
    /* =============================== Container wrappers =============================== */
    body.hs-landing-page .header-container-wrapper {
        min-height: 80px;
        height: 80px;
        max-height: 80px;
    }
    body.hs-site-page .header-container-wrapper,
    body[class*="hs-blog"] .header-container-wrapper {
        min-height: 105px;
        height: 105px;
        max-height: 105px;
    }
    /* =============================== Header =============================== */
    body.hs-landing-page .header-container img {
        margin-top: 30px;
        max-width: 120px;
    }
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1),
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) {
        position: relative;
        z-index: 2000;
    }
    /*
    body.hs-site-page .header-container .span3.widget-span.widget-type-linked_image > .cell-wrapper {
        overflow: hidden;
        width: 110px;
    }
    */
    #google_translate_element {
        display: none;
    }
    
    /* =============================== Special =============================== */
    div.span3.ls {
        display: none;
    }
    
    /* =============================== Follow me =============================== */
    .header-container .widget-type-follow_me {
        color: #ffffff;
        text-align: left;
        width: 50%;
    }
    .header-container .widget-type-google_search {
        width: 50%;
    }
    .mobMenuBtn {
        padding: 0.3rem 0 0 1rem;
    }
    
    /* =============================== Menu =============================== */
    .header-container .widget-type-menu {
        background-color: #1e3347;
        border-top: 2px solid #ff6734;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
        color: #ffffff;
        display: none;
        left: 0;
        position: absolute;
        top: 40px;
        width: 80%; /* was 100% */
        z-index: 1000;
        
    }
    .header-container .widget-type-menu .hs-menu-wrapper > ul {
        display: block;
        margin-top: 0;
    }
    .header-container .widget-type-menu ul li.hs-menu-depth-1 {
        border-bottom: 1px solid #ffffff;
        display: block;
        height: auto;
        margin: 0.2rem;
        /*padding: 0.4rem 1rem;*/
        padding:0;
        text-align: left;
    }
    .header-container .widget-type-menu ul li.hs-menu-depth-1:last-of-type {
        border: 0;
    }
    .header-container .widget-type-menu ul li.hs-menu-depth-1 ul {
        display: none;
        list-style-type: none;
        margin-top: 1rem;
    }
    .header-container .widget-type-menu ul li.hs-menu-depth-1 ul > li {
        padding-left: 1.5rem;
        text-align: left;
    }
    .header-container .widget-type-menu a,
    .header-container .widget-type-menu a:active,
    .header-container .widget-type-menu a:hover,
    .header-container .widget-type-menu a:hover:active,
    .header-container .widget-type-menu a:visited,
    .header-container .widget-type-menu a:link {
        color: #ffffff;
        height:1.5rem;
    }
    
    .header-container .widget-type-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
        /*(background-image: url('//522228.fs1.hubspotusercontent-na1.net/hubfs/522228/Images/menu-down-arrow-margin.png');*/ /* remove arrow because not children being shown */
        background-image:none !important;
        background-position: top right;
        background-repeat: no-repeat;
    }
   
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    /* =============================== Responsive framework =============================== */
    body.hs-landing-page .header-container,
    .body-container > .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw),
    body .body-container .fw .banner > div,
    body.hs-landing-page .footer-container,
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) > .row-fluid,
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) > .row-fluid,
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) > .row-fluid,
    .multislider .slide-wrapper,
    body.hs-site-page .footer-container .fw > div,
    body[class*="hs-blog"] .footer-container .fw > div,
    .fw .promo > .promo-wrapper,
    .site-section h1,
    .blog-section .row-fluid-wrapper:not(.fwc) > .row-fluid:not(.fw) {
        display: block;
        margin: 0 auto;
        min-width: 640px;
        width: 640px;
        max-width: 640px;
    }
    
    /* =============================== Header =============================== */
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1),
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) {
        height: 40px;
    }
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2),
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) {
        /*height: 95px;*/
    }
    .header-container .widget-type-follow_me {
        width: 320px;
    }
    .header-container .widget-type-google_search {
        margin-left: 0;
        width: 320px;
    }
    body.hs-site-page .header-container img[src*="logo"],
    body[class*="hs-blog"] .header-container img[src*="logo"] {
        max-height: 50px;
        margin: 10px 0 0 0;
        width: auto !important;
    }
    body.hs-landing-page .header-container img {
        margin-top: 35px;
        max-width: 150px;
    }
    body.hs-landing-page .header-container .nsw-gov img {
        margin-top: 5px;
        max-height: 70px;
        width: auto !important;
    }
    /* =============================== Site Footer =============================== */
    body.hs-site-page .footer-container-wrapper .span3.widget-type-menu,
    body.hs-site-page .footer-container-wrapper .span3.widget-type-cell,
    body[class*="hs-blog"] .footer-container-wrapper .span3.widget-type-menu,
    body[class*="hs-blog"] .footer-container-wrapper .span3.widget-type-cell {
        display: none;
    }
    body.hs-site-page .footer-container-wrapper .span3,
    body[class*="hs-blog"] .footer-container-wrapper .span3{
        float: left;
        margin-left: 2%;
        width: 48%;
    }


}

@media screen and (min-width: 768px) {
    /* =============================== DOM Elements =============================== */
    .span4 input[type="text"],
    .span4 input[type="email"],
    .span4 select {
        width: 100%;
    }
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    select {
        width: 90%;
    }
    div.span12 > span > div > div > form > .page > fieldset:not(.form-columns-1) input[type="text"],
    div.span12 > span > div > div > form > .page > fieldset:not(.form-columns-1)  input[type="tel"],
    div.span12 > span > div > div > form > .page > fieldset:not(.form-columns-1) input[type="email"],
    div.span12 > span > div > div > form > .page > fieldset:not(.form-columns-1) select {
        width: 90%;
    }
    textarea {
        width: 90%;
    }
}

@media screen and (max-width: 768px),
screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)  {
    /* =============================== DOM Elements =============================== */
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea,
    select {
        width: 90%;
    }
    /* =============================== Header =============================== */
    body.hs-site-page .header-container .span12 .span6.widget-type-follow_me,
    body.hs-site-page .header-container .span12 .span6.widget-type-google_search,
    body[class*="hs-blog"] .header-container .span12 .span6.widget-type-follow_me,
    body[class*="hs-blog"] .header-container .span12 .span6.widget-type-google_search {
        float: left;
    }
    .header-container .widget-type-google_search {
        height:40px;
    }
    
    
    /* =============================== Site Footer =============================== */
    body.hs-site-page .footer-container-wrapper .span3:first-of-type,
    body[class*="hs-blog"] .footer-container-wrapper .span3:first-of-type {
        margin-left: 0;
    }
    body.hs-site-page .footer-container-wrapper .fw.orange,
    body[class*="hs-blog"] .footer-container-wrapper .fw.orange {
        padding: 1rem 0;
    }
    body.hs-site-page .footer-container-wrapper .fw.orange ul,
    body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul {
        margin: 0;
        width: 100%;
    }
    body.hs-site-page .footer-container-wrapper .fw.orange ul li,
    body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul li{
        padding: 0 0.5rem;
    }
    body[class*="hs-blog"] .footer-container .navy > .row-fluid-wrapper > .row-fluid {
        margin: 0 5%;
        width: 90%;
    }
    
    /* =============================== Custom module: full width banner =============================== */
    .fw .banner,
    .fw .banner > div > div > span,
    .fw .banner > img {
        min-height: 140px;
        height: 140px;
        max-height: 140px;
    }
    .fw .banner.tall,
    .fw .banner.tall > div,
    .fw .banner.tall > div > div > span,
    .fw .banner.tall > img {
        min-height: 160px;
        height: 160px;
        max-height: 160px;
    }
    .fw .banner > div > div {
        width: 50%;
    }
    .fw .banner > img {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    
    
    /* =============================== Custom css small screen =============================== */

    .hs_cos_wrapper p,
    .hs_cos_wrapper h1,
    .hs_cos_wrapper h2,
    .hs_cos_wrapper h3,
    .hs_cos_wrapper ul {
        margin: 0 1rem 1rem 1rem;
    }

    
    /* =============================== Survey forms =============================== */
    .survey .page {
        margin-left: 5%;
        width: 95%;
    }
    .prompt {
        width: 100%;
    }
    
    /* =============================== Special =============================== */
    .m-b-4r {
        margin-bottom: 2rem;
    }
    
    /* =============================== Custom module: minor tile =============================== */
    .minor-tiles > .row-fluid-wrapper > .row-fluid > .span4.widget-type-custom_widget,
    .minor-tiles > .row-fluid-wrapper > .row-fluid > .span3.widget-type-custom_widget,
    .minor-tiles > .row-fluid-wrapper > .row-fluid > .span2.widget-type-custom_widget {
        margin-left: 0;
        width: 100%;
    }
    .minor {
        border-right: 0;
    }
    .minor-tiles:not(._m-b) > .row-fluid-wrapper:last-of-type {
        border-top: 0;
    }
    
    /* =============================== Custom module: multi slider =============================== */
    .multislider,
    .multislider .slide {
        height: 300px;
    }
    .multislider .slide .title,
    .multislider .slide .blurb {
        margin-left: 10%;
        width: 80%;
    }
    .multislider .slide .slide-wrapper a {
        margin-left: 10%;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
    
    
    
    
    .main-section {
        background-size: cover;
        min-height: 160px;
        height: 160px;
        max-height: 160px;
        margin-bottom: 2rem;
    }
    .main-section h1 {
        font-size: 3rem;
        padding-top: 2rem;
    }
    
    
    .fw .banner > div > div {
        font-size: 1.5rem;
        margin-left: 10%;
        width: 80%;
    }
    
    body.hs-site-page .footer-container-wrapper .fw.orange ul > li,
    body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul > li {
        line-height: 1rem;
    }
    body.hs-site-page .footer-container-wrapper .fw.orange ul > li a,
    body[class*="hs-blog"] .footer-container-wrapper .fw.orange ul > li a {
        font-size: 0.6rem;
        height: 1.2rem;
    }
    
    
    .engage-menu ul {
        float: none !important;
        margin-left: 5%;
        width: 90% !important;
    }
    
    .blog-section .post-listing .post-item.big .post-header {
        width: 100%;
    }
}



@media screen and (max-width: 640px),
screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    /* =============================== Responsive framework =============================== */
    body.hs-landing-page .header-container,
    .body-container > .row-fluid-wrapper > .row-fluid:not(.fw),
    body.hs-landing-page .body-container .fw .banner > div,
    body.hs-landing-page .footer-container {
        display: block;
        margin: 0 5%;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
    /* =============================== Header =============================== */
    body.hs-site-page .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1),
    body[class*="hs-blog"] .header-container-wrapper > .header-container > .row-fluid-wrapper > .row-fluid > .span12 > div > .row-fluid-wrapper:nth-child(1) {
        height: 40px;
    }
    body.hs-site-page .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2),
    body[class*="hs-blog"] .header-container-wrapper .row-fluid-wrapper .row-fluid-wrapper:nth-child(2) {
        /*height: 95px;*/
    }
    body.hs-site-page .header-container .span12 .span6.widget-type-follow_me,
    body.hs-site-page .header-container .span12 .span6.widget-type-google_search,
    body[class*="hs-blog"] .header-container .span12 .span6.widget-type-follow_me,
    body[class*="hs-blog"]e .header-container .span12 .span6.widget-type-google_search {
        float: left;
        margin-left: 2%;
        margin-right: 2%;
        width: 46%;
    }
    body.hs-site-page .header-container .span12 .row-number-2 .span3.widget-type-linked_image,
    body[class*="hs-blog"] .header-container .span12 .row-number-2 .span3.widget-type-linked_image {
        margin: 0 2%;
        width: 96%;
    }
    body.hs-site-page .header-container img[src*="logo"],
    body[class*="hs-blog"] .header-container img[src*="logo"] {
        max-height: 50px;
        margin: 10px 0 0 0;
        width: auto !important;
    }
    body.hs-landing-page .header-container img {
        margin-top: 35px;
        max-width: 150px;
    }
    body.hs-landing-page .header-container .nsw-gov img {
        margin-top: 5px;
        max-height: 70px;
        width: auto !important;
    }
    /* =============================== Site Footer =============================== */
    body.hs-site-page .footer-container-wrapper .span3.widget-type-menu,
    body.hs-site-page .footer-container-wrapper .span3.widget-type-cell {
        display: none;
    }
    body.hs-site-page .footer-container-wrapper .span3 {
        margin: 0 5% 4rem 5%;
        width: 90%;
    }
    /* =============================== Custom module: full width banner =============================== */
    .fw.b {
        display: none;
    }
}

@media screen and (max-width: 1060px) {
    /* =============================== Footer =============================== */
    .footer-container-wrapper,
    footer,
    footer > span {
        display: block;
        min-height: 40px;
        height: 40px;
    }
    body.hs-landing-page .footer-container-wrapper {
        font-size: 0.6rem;
        line-height: 40px;
    }
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\ Overrides /\/\/\/\/\/\/\/\/\/\/\/\/\ */
._m-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
._m-t {
    margin-top: 0 !important;
}
._m-b {
    margin-bottom: 0 !important;
}
._p-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ######################### Browser Specific ######################### */
@-moz-document url-prefix() { 
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        box-sizing: content-box !important;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    /* .foo { color: green } /* IE10 */
    *::-ms-backdrop,
    body.hs-site-page .footer-container-wrapper .fw.navy form input[type="text"],
    body.hs-site-page .footer-container-wrapper .fw.navy form input[type="tel"],
    body.hs-site-page .footer-container-wrapper .fw.navy form input[type="email"],
    body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="text"],
    body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="tel"],
    body[class*="hs-blog"] .footer-container-wrapper .fw.navy form input[type="email"] {
        height: 40px;
        padding: 0;
        text-indent: 8px;
    } /* IE 11 */
    /* fix for IE10 menus */
    .hs-menu-wrapper>ul>li {
        float:left;
        padding:0 30px !important;
    }
}

/* media queries for IPAD / IPAD mini */
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)  { 
    .poll-wrapper {
        height:400px !important;
    }
    #poll-frame {
        width:140px !important;
    }
    
    
}
/* media queries for mobile (ex.iphone) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px)  {
    .poll-wrapper {
        height:400px !important;
    }
}
@media only screen and (max-width : 1060px) {
    .header-container .widget-type-menu .hs-menu-wrapper>ul li {
        -webkit-flex: none !important;
    }
    .header-container .widget-type-menu .hs-menu-wrapper>ul {
        justify-content: flex-start !important;
    }
    .header-container .widget-type-menu a:link, .header-container .widget-type-menu a {
        padding:10px 30px !important;
        height:1.6rem;
    }
    #hs_cos_wrapper_module_14425574965431352 ul li {
        display:block;
        width: 100%;
        float:left;
        padding:0px !important;
        margin: 0 0 1rem 0;
    }
    .invert-center-text h1 {font-size:1.4rem;}
}
@media only screen and (max-width : 767px) {
    .no-mobile {display:none !important;}
    .logo-section {display:block;}
    .row-fluid [class*="span"] {min-height: auto;}
    .multiple-c3 .c1,.multiple-c3 .c2,.multiple-c3 .c3 {
        width:100%;
    }
    .c33, .c66, .c20, .c40, .c50 {
        width:100%;
    }
    


}
@media only screen and (max-width : 960px) and (min-width: 768px) {
    .no-mobile {display:none !important;}

}


/* override default */