/*
Theme Name: ADA Australia
Theme URI:
Author: iFactory Digital
Author URI: https://ifactory.com.au
Description: Custom Wordpress theme for ADA AUstralia
Version: 1.0
______________________________
Table of contents
______________________________
1.0 - Global Styles
2.0 -
3.0 -
4.0 -
5.0 -
6.0 -
7.0 -
*/
/* --------------------------------------------------------
    Colours
-------------------------------------------------------*/
/* --------------------------------------------------------
    Fonts
-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  1.0 Global Styles

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/* line 44, _lib/style.scss */
body {
  margin: 0;
  padding: 0;
  background: #68c9d0;
  font-family: "Bliss", Arial, sans-serif;
  color: #626266;
  font-size: 14px;
}
/* line 52, _lib/style.scss */
a {
  color: #68c9d0;
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
/* line 55, _lib/style.scss */
a:hover, a:active, a:focus {
  color: #3299a0;
}
/* line 61, _lib/style.scss */
.contrast-mode {
  color: #fff;
  background: #00394e;
}
/* line 64, _lib/style.scss */
.contrast-mode .page_content article p, .contrast-mode .page_content article ul, .contrast-mode .page_content article ol, .contrast-mode .page_content article li,
.contrast-mode .home_tabs #tab-container .tab_item .tab_content h1, .contrast-mode .home_tabs #tab-container .tab_item .tab_content h2,
.contrast-mode .home_posts .home_post p,
.contrast-mode .home_posts .home_post h3,
.contrast-mode .page_content h1.entry-title,
.contrast-mode .page_content .entry-header span,
.contrast-mode .page_content article h2 {
  color: #fff;
}
/* line 73, _lib/style.scss */
.contrast-mode .site_content,
.contrast-mode .home_tabs #tab-container,
.contrast-mode .home_posts,
.contrast-mode .home_posts .home_post.home_resources,
.contrast-mode .footer-container,
.contrast-mode .site_header {
  background: #00394e;
}
/* line 81, _lib/style.scss */
.contrast-mode .inner_page {
  background: #fff;
  padding: 30px 0;
}
/* line 85, _lib/style.scss */
.contrast-mode .breadcrumbs,
.contrast-mode .breadcrumbs span {
  color: #000;
}
/*--------------------------------
  Buttons
--------------------------------*/
/* line 95, _lib/style.scss */
button,
.button,
button:visited,
.btn,
.btn:visited,
html input[type="button"],
html input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #D66754;
  border: none !important;
  font-size: 22px;
  border-radius: 3px;
  text-shadow: none;
  font-family: "FineprintPro", sans-serif;
  padding: 7px 30px !important;
  color: #fff;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
/* line 124, _lib/style.scss */
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
button:visited:hover,
button:visited:active,
button:visited:focus,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited:hover,
.btn:visited:active,
.btn:visited:focus,
html input[type="button"]:hover,
html input[type="button"]:active,
html input[type="button"]:focus,
html input[type="button"]:visited:hover,
html input[type="button"]:visited:active,
html input[type="button"]:visited:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:visited:hover,
input[type="reset"]:visited:active,
input[type="reset"]:visited:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:visited:hover,
input[type="submit"]:visited:active,
input[type="submit"]:visited:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus {
  background: #b33f2b;
  outline: none;
  color: #fff;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  2.0 Site Header

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/* line 142, _lib/style.scss */
.site_header {
  background: #00698f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00698f 1%, #68c9d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00698f 1%, #68c9d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00698f 1%, #68c9d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698f', endColorstr='#68c9d0',GradientType=1 );
  /* IE6-9 */
  /*--------------------------------
    Branding
  --------------------------------*/
}
/* line 149, _lib/style.scss */
.site_header .navbar-header,
.site_header .rwd_search {
  display: none;
}
/* line 157, _lib/style.scss */
.site_header h1.logo {
  margin: 36px 0;
  padding: 0;
  float: left;
}
/* line 161, _lib/style.scss */
.site_header h1.logo a {
  display: block;
  width: 310px;
  height: 78px;
  background: url(images/ada_logo.png) no-repeat center center;
  text-indent: -999em;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
/* line 168, _lib/style.scss */
.site_header h1.logo a:hover, .site_header h1.logo a:active, .site_header h1.logo a:focus {
  opacity: 0.75;
}
/* line 175, _lib/style.scss */
.site_header .header_top {
  float: right;
  padding: 20px 0 0 0;
  /*--------------------------------
    Header Search
  --------------------------------*/
  /*--------------------------------
    Header Button
  --------------------------------*/
  /*--------------------------------
    Header Cart
  --------------------------------*/
  /*--------------------------------
    Google Translate
  --------------------------------*/
  /*--------------------------------
    Phone Number
  --------------------------------*/
}
/* line 178, _lib/style.scss */
.site_header .header_top section, .site_header .header_top ul {
  float: left;
}
/* line 186, _lib/style.scss */
.site_header .header_top .widget_search form {
  background: #fff;
  overflow: hidden;
}
/* line 190, _lib/style.scss */
.site_header .header_top .widget_search label {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 194, _lib/style.scss */
.site_header .header_top .widget_search label span {
  display: none;
}
/* line 198, _lib/style.scss */
.site_header .header_top .widget_search input {
  border: none;
  float: left;
  height: 45px;
  color: #00698F;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 10px;
  font-weight: normal;
  line-height: 17px;
  display: block;
  box-shadow: none;
}
/* line 210, _lib/style.scss */
.site_header .header_top .widget_search input:focus {
  border: none;
  outline: none;
}
/* line 25, _lib/_mixins.scss */
.site_header .header_top .widget_search input::-webkit-input-placeholder {
  color: #00698F;
}
/* line 25, _lib/_mixins.scss */
.site_header .header_top .widget_search input:-moz-placeholder {
  color: #00698F;
}
/* line 25, _lib/_mixins.scss */
.site_header .header_top .widget_search input::-moz-placeholder {
  color: #00698F;
}
/* line 25, _lib/_mixins.scss */
.site_header .header_top .widget_search input:-ms-input-placeholder {
  color: #00698F;
}
/* line 219, _lib/style.scss */
.site_header .header_top .widget_search button {
  width: 45px;
  height: 45px;
  padding: 0 !important;
  float: right;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: -999em;
  background: url(images/search.png) no-repeat center center;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -ms-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
/* line 230, _lib/style.scss */
.site_header .header_top .widget_search button:hover, .site_header .header_top .widget_search button:active, .site_header .header_top .widget_search button:focus {
  background-color: #fefefe;
}
/* line 241, _lib/style.scss */
.site_header .header_top .contrast-button {
  display: block;
  background-color: #00698F;
  margin: 0 10px 0 0;
  height: 45px;
  width: 45px;
  text-indent: -999em;
  background-image: url(images/contrast.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -ms-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
/* line 252, _lib/style.scss */
.site_header .header_top .contrast-button:hover, .site_header .header_top .contrast-button:active, .site_header .header_top .contrast-button:focus {
  background-color: #005676;
}
/* line 258, _lib/style.scss */
.site_header .header_top ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 45px;
  background: #00698F;
  color: #fff;
}
/* line 267, _lib/style.scss */
.site_header .header_top ul a {
  color: #fff;
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  margin: 0 3px;
}
/* line 271, _lib/style.scss */
.site_header .header_top ul a:hover, .site_header .header_top ul a:active, .site_header .header_top ul a:focus {
  color: #68c9d0;
  text-decoration: none;
}
/* line 282, _lib/style.scss */
.site_header .header_top .widget_shopping_cart {
  margin: 0 10px 0 0;
  background: #00698F;
  height: 45px;
}
/* line 286, _lib/style.scss */
.site_header .header_top .widget_shopping_cart .total, .site_header .header_top .widget_shopping_cart p {
  display: none;
}
/* line 289, _lib/style.scss */
.site_header .header_top .widget_shopping_cart ul {
  margin: 0;
  background: none;
  display: block;
  padding: 10px;
  float: left;
}
/* line 295, _lib/style.scss */
.site_header .header_top .widget_shopping_cart ul img {
  display: none;
}
/* line 298, _lib/style.scss */
.site_header .header_top .widget_shopping_cart ul a {
  margin: 0;
  line-height: 11px;
}
/* line 302, _lib/style.scss */
.site_header .header_top .widget_shopping_cart ul span {
  line-height: 11px;
}
/* line 305, _lib/style.scss */
.site_header .header_top .widget_shopping_cart ul li {
  padding: 0 0 0 30px;
  margin: 0;
}
/* line 314, _lib/style.scss */
.site_header .header_top select.goog-te-combo {
  margin: 0 10px 0 0;
  padding: 12px !important;
  background: #00698F;
  color: #fff;
  width: auto !important;
  text-transform: uppercase;
  border: none !important;
  font-family: "Bliss", Arial, sans-serif;
  font-size: 16px;
}
/* line 329, _lib/style.scss */
.site_header .header_top .call_link {
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 2.5em;
  line-height: 125%;
  padding: 0 0 0 35px;
  background: url(images/phone.png) no-repeat left center;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  3.0 Site Navigation

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/* line 350, _lib/style.scss */
.site_nav {
  margin: 15px 0 0 0;
  float: right;
}
/* line 353, _lib/style.scss */
.site_nav nav {
  padding: 0;
}
/* line 355, _lib/style.scss */
.site_nav nav .navbar-nav {
  float: right;
}
/* line 357, _lib/style.scss */
.site_nav nav .navbar-nav > li > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.15em;
  padding: 30px;
  letter-spacing: 3px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
/* line 364, _lib/style.scss */
.site_nav nav .navbar-nav > li > a span.caret {
  display: none;
}
/* line 367, _lib/style.scss */
.site_nav nav .navbar-nav > li > a:hover, .site_nav nav .navbar-nav > li > a:active, .site_nav nav .navbar-nav > li > a:focus {
  background: #D66754;
}
/* line 374, _lib/style.scss */
.site_nav nav .navbar-nav > .current-menu-item > a,
.site_nav nav .navbar-nav > .current-menu-parent > a {
  background: #D66754;
}
/* line 379, _lib/style.scss */
.site_nav nav .navbar-nav .dropdown:hover > a {
  background: #D66754;
}
/* line 382, _lib/style.scss */
.site_nav nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
/* line 386, _lib/style.scss */
.site_nav nav .navbar-nav .dropdown-menu {
  background: #D66754;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* line 392, _lib/style.scss */
.site_nav nav .navbar-nav .dropdown-menu li a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
/* line 399, _lib/style.scss */
.site_nav nav .navbar-nav .dropdown-menu li a:hover, .site_nav nav .navbar-nav .dropdown-menu li a:active, .site_nav nav .navbar-nav .dropdown-menu li a:focus {
  background: #d1553f;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  4.0 Homepage Styles

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Homepage Slider
--------------------------------*/
/* line 423, _lib/style.scss */
.unslider {
  position: relative;
}
/* line 426, _lib/style.scss */
.unslider .home_slider li {
  height: 650px;
  background-size: cover !important;
  background-position: center center !important;
}
/* line 430, _lib/style.scss */
.unslider .home_slider li .slider_content {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 434, _lib/style.scss */
.unslider .home_slider li .slider_content h4 {
  font-size: 25px;
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "Bliss", Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
  margin: 0;
  position: relative;
  text-align: center;
}
/* line 446, _lib/style.scss */
.unslider .home_slider li .slider_content h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 54px;
  line-height: 130%;
  text-shadow: 0 0 10px #000;
  font-weight: normal;
  font-family: "FineprintPro", sans-serif;
  color: #fff;
}
/* line 457, _lib/style.scss */
.unslider .home_slider li .slider_content a {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 200px;
  text-align: center;
}
/* line 466, _lib/style.scss */
.unslider .unslider-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
/* line 471, _lib/style.scss */
.unslider .unslider-nav ol {
  text-align: center;
}
/* line 473, _lib/style.scss */
.unslider .unslider-nav ol li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
  text-indent: -999em;
  margin: 0 5px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
/* line 484, _lib/style.scss */
.unslider .unslider-nav ol li:hover, .unslider .unslider-nav ol li:active, .unslider .unslider-nav ol li:focus {
  opacity: 1;
}
/* line 489, _lib/style.scss */
.unslider .unslider-nav ol li.unslider-active {
  background: #00698F;
  opacity: 1;
}
/*--------------------------------
  Homepage Tabs
--------------------------------*/
/* line 505, _lib/style.scss */
.home_tabs {
  background: url(images/section_bg.png) repeat-x bottom center, linear-gradient(to top, #00698f 1%, #68c9d0 100%);
  background: url(images/section_bg.png) repeat-x bottom center, -moz-linear-gradient(bottom, #00698f 1%, #68c9d0 100%);
  background: url(images/section_bg.png) repeat-x bottom center, -webkit-linear-gradient(bottom, #00698f 1%, #68c9d0 100%);
  background: url(images/section_bg.png) repeat-x bottom center, linear-gradient(to top, #00698f 1%, #68c9d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698f', endColorstr='#68c9d0',GradientType=1 );
  padding: 60px 0 200px 0;
}
/* line 512, _lib/style.scss */
.home_tabs #tab-container {
  background: #fff;
}
/* line 514, _lib/style.scss */
.home_tabs #tab-container .tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 519, _lib/style.scss */
.home_tabs #tab-container .tabs li {
  float: left;
  width: 20%;
}
/* line 520, _lib/style.scss */
.home_tabs #tab-container .tabs li.landing a {
  color: #68c9d0;
  text-decoration: none;
}
/* line 526, _lib/style.scss */
.home_tabs #tab-container .tabs li a {
  display: block;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 20px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.block_row .vc_col-sm-2 {
    width: 20%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.block_row .vc_col-sm-2 .vc_column-inner {
    padding: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.block_row {
    background: #fff;
}
.block_row .vc_col-sm-2 .vc_column-inner .vc-hoverbox-block {
  color: #fff;
}
.block_row .dark_yellow .vc-hoverbox-block {
  background: #e4b365 !important;
}
.block_row .dark_blue .vc-hoverbox-block {
    background: #00698f !important;
}
.block_row .vc-hoverbox-block {
    background: #d66754 !important;
}
.block_row .light_blue .vc-hoverbox-block {
    background: #68c9d0 !important;
}
.block_row .dark_gray .vc-hoverbox-block {
    background: #626266 !important;
}
.block_row .vc-hoverbox-block h2 {
    font-size: 1.3em;
    font-weight: bold;
}
.block_row .vc-hoverbox-inner:hover .vc-hoverbox-block {opacity: 0.9;}
.block_flip .vc-hoverbox-block h2 {margin: 0;min-height: 40px;position: relative;}
.block_flip .vc-hoverbox-block h2::after {
    content: "";
    background: url("https://adaaustralia.com.au/wp-content/uploads/2018/10/box_alpha_icon.png");
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    background-size: auto 100%;
    bottom: -35px;
    transform: translate(-50%);
}
.block_flip .flip_what_we_do .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/what-we-do.png);}
.block_flip .flip_aged_community .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/Aged-care-advocacy.png);}
.block_flip .flip_disabilty_advocacy .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/Disability-Advocacy.png);}
.block_flip .flip_humanrights .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/Human-Rights-and-Elder-abuse.png);}
.block_flip .flip_systemic_advocacy .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/Systemic_advocacy.png);}
.block_flip .flip_qld_senior .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2019/02/smartphone-call.png);background-size: 30px;}
.block_flip .flip_resources .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/Resourcesr.png);}
.block_flip .flip_education_traning .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/Education-and-training.png);}
.block_flip .flip_news_events .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2018/10/News-and-events.png);}
.block_flip .flip_careers .vc-hoverbox-block h2::after {background: url(/wp-content/uploads/2019/03/compass_icon.png); background-size:30px;}

.inner_image_team img {
    width: 95%;
    height: auto;
}
.fancybox-inner {
    height: auto !important;
}

.home_vc_content {
    overflow: hidden;
}

.container {margin: 0 auto !important;}
.service_text > .vc_column-inner {padding: 25px 0 !important;}
.service_text .icon_text {width: 100%;display: inline-block;text-align: center;}
.service_text .wpb_text_column {
    padding: 20px;
    height: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    min-height: 265px;
}
.service_text .wpb_wrapper > .vc_row.vc_row-flex {    align-items: center !important;
    justify-content: space-around!important;}

.service_text .vc_column_container > .vc_column-inner {height: 100%;}
.service_text .wpb_wrapper {height: 100%;}
.service_text h3{font-family: "FineprintPro", sans-serif;font-size: 36px;color: #fff;margin: 10px 0 10px 0;}
.service_text p{margin: 0;color: #fff;font-size: 1.3em;}
.service_text .vc_row.vc_row-flex > .vc_column_container {align-items: center !important;}
.service_text .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-custom {
    width: 120px;
    height: 120px;
    border-radius: 10em;
    background: #d66754;
    border: 1px solid #000 !important;
    font-family: "FineprintPro", sans-serif;
    font-size: 17.5px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
#post-3643 .wpb_video_wrapper {padding: 0;}
.service_text .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-custom:hover {background: #000 !important;}
.residential_section, .disablity_table {margin-bottom: 10px;display: inline-block;width: 100%;}
.residential_section .vc_col-sm-4 {text-align: center;}
.residential_section .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_text_column {margin: 0;}
.residential_section .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_text_column .title-team {color: #fff; padding-top: 10px;}
.residential_section .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_text_column p {color: #fff;margin: 0;}
.residential_section .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_single_image {margin: 0 !important;}
.residential_section .wpb_wrapper a, .residential_section .wpb_wrapper a, .residential_section .wpb_wrapper a{
width: 100%;display: inline-block;}
.residential_section .wpb_content_element:first-child .wpb_wrapper {background: #00698f;display: inline-block;width: 100%;height: 100%;padding: 10px 0;position: relative;overflow: hidden;}
.residential_section .wpb_content_element:first-child .wpb_wrapper a.fancybox-galley {position: absolute;left: 0;vertical-align: middle;top: 0;background: #00698fb3;
	margin: 0;height: 100%;transition: all 0.3s;width: calc(100% - 0px); transform: translateX(-100%);}
.residential_section .wpb_content_element:first-child .wpb_wrapper:hover a.fancybox-galley {display: block; transform: translateX(0%);}
.residential_section .wpb_content_element:first-child .wpb_wrapper:hover a.fancybox-galley strong {top: 50%;position: absolute;transform: translate(-50%, -50%);left: 50%;font-size: 1em;background: #D66754;color: #fff;padding: 8px 20px;border-radius: 3px;font-weight: lighter;}
.residential_section .wpb_content_element:first-child .wpb_wrapper a.fancybox-galley strong {font-size: 0;}

.page-id-3518 .residential_section .wpb_content_element:first-child .wpb_wrapper {background: #68c9d0;}
.page-id-3518 .residential_section .wpb_content_element:first-child .wpb_wrapper a.fancybox-galley {background: #68c9d0b3;}
.page-id-6185 .residential_section .wpb_content_element:first-child .wpb_wrapper {background: #35AFCA;}
.page-id-6185 .residential_section .wpb_content_element:first-child .wpb_wrapper a.fancybox-galley {background: #35AFCA;}
.page-id-3527 .residential_section .wpb_content_element:first-child .wpb_wrapper {background: #d66754;}
.page-id-3527 .residential_section .wpb_content_element:first-child .wpb_wrapper a.fancybox-galley {background: #d66754b3;}
.page-id-3527 .residential_section .wpb_content_element:first-child .wpb_wrapper:hover a.fancybox-galley strong {background: #00698f;}

.residential_section p {font-size: 1em !important;}
.residential_section .wpb_single_image.wpb_content_element.vc_align_center {margin-bottom: 1em !important; min-height: 90px;}

.flip_what_we_do {background: url(/wp-content/uploads/2018/10/What-we-do-280x190.jpg) no-repeat center / 100%; }
.flip_aged_community {background: url(/wp-content/uploads/2018/10/Advocacy-Support-280x190.jpg) no-repeat center / 100%;}
.flip_disabilty_advocacy {background: url(/wp-content/uploads/2018/10/Main-NDAP-Girl-in-Park-Pic-280X190.jpg) no-repeat center / 100%;}
.flip_humanrights {background: url(/wp-content/uploads/2018/10/Guardianship-advocacy-280x190.jpg) no-repeat center / 100%;}
.flip_systemic_advocacy {background: url(/wp-content/uploads/2019/10/Aged-Care-Royal-Commission-homepage.jpeg) no-repeat center / 100%;}
.flip_careers {background: url(/wp-content/uploads/2019/10/Disability-Royal-Commission-homepage.jpeg) no-repeat center / 100%;}
.flip_news_events {background: url(/wp-content/uploads/2018/10/newsletter-top-banner_cropped-280x190.jpg) no-repeat center / 100%;}
.flip_education_traning {background: url(/wp-content/uploads/2018/10/Education-280x190.jpg) no-repeat center / 100%;}
.flip_resources {background: url(/wp-content/uploads/2018/10/ADA-Australia-9-280x190.jpg) no-repeat center / 100%;}
.flip_qld_senior {background: url(/wp-content/uploads/2019/02/Car-moving.jpg) no-repeat center / 100%;}

.self_advocacy_top p {color: #D66754 !important;font-size: 1.5em !important;line-height: 1.5em !important;padding: 0 8px;}
.container.client_post_div {text-align: center;justify-content: center;}
.popup_title {
  color: #00698F;
  font-weight: bold;
  font-size: 1.2em;
}
.fancybox-overlay .fancybox-inner p {
    width: 60%;
    float: right;
    display: inline-block;
}
.fancybox-overlay .inner_image_team {
    float: left;
    /* text-align: center; */
    width: 40%;
    display: inline-block;
}


.humanright_table img {float: right; margin-top: -10px;display: inline-block;width: 200px; }
.home .trust_marks.hidden-xs {display: none;}
.human_blue_btn {color:#68c9d0}
.disability_ul_left {display: inline-block;float: left;width: 50%;}
.disablity_table button.vc_btn3-style-modern.vc_btn3-color-white {
    background: #00698f;color: #fff; min-width: 190px; padding: 10px 5px !important;     margin-top: -5px;}
.disablity_table a.read-more.blue-btn.trash {min-width: 190px;}
.page.page-id-100 .page_nav ul li.current-menu-item a, .page-id-3710.page_nav ul li.current-menu-item a, .page-id-3713 .page_nav ul li.current-menu-item a,
.page-id-107 .page_nav ul li.current-menu-item a, .page-id-102 .page_nav ul li.current-menu-item a, .page-id-104 .page_nav ul li.current-menu-item a, .page-id-106 .page_nav ul li.current-menu-item a {
  background: #D66754;}
.page.page-id-100 .page_nav ul li a, .page-id-3710 .page_nav ul li a, .page-id-3713 .page_nav ul li a, .page-id-107 .page_nav ul li a, .page-id-102 .page_nav ul li a, .page-id-104 .page_nav ul li a, .page-id-106 .page_nav ul li a {
  background: #E4B365;height: 180px !important; padding: 30px 15px;}
.page.page-id-110 .page_nav ul li a, .page.page-id-116 .page_nav ul li a, .page.page-id-3689 .page_nav ul li a, .page.page-id-3689 .page_nav ul li a,
.page.page-id-3673 .page_nav ul li a, .page.page-id-127 .page_nav ul li a, .page.page-id-120 .page_nav ul li a {
background: #666;height: 180px !important; padding: 30px 15px;}
.page-id-110 .page_nav ul li.current-menu-item a, .page-id-116 .page_nav ul li.current-menu-item a, .page-id-3689 .page_nav ul li.current-menu-item a, .page-id-3673 .page_nav ul li.current-menu-item a, .postid-127 .page_nav ul li.current-menu-item a, .page-id-127 .page_nav ul li.current-menu-item a, .page-id-120 .page_nav ul li.current-menu-item a, .page-id-5374 .page_nav ul li.current-menu-item a  {background: #D66754 !important;}
.page_nav ul li {border-right: 1px solid #4a4a4a;}
.postid-127 .page_nav ul li a {background: #666;}

.block_flip .vc-hoverbox-block-inner a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 0;
    background: no-repeat;
}
.block_flip .vc-hoverbox-block-inner a.vc_btn3:hover {
    background: none !important;
}
.page-id-3664 .entry-header a.post-thumbnail {display: none !important;}
.page-id-3664 article.post_item a.post-thumbnail, .page-id-3931 article.post_item a.post-thumbnail {height: 200px;}

.page-id-3931 .entry-header a.post-thumbnail {
    display: none !important;
}
.disablity_table .btn_group .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner {padding: 0;}
.disablity_table .btn_group .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner {padding: 0;}
.disablity_table .btn_group .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner p {
    margin: 0 !important;
}
.btn_group .wpb_column.vc_column_container.vc_col-sm-2 .vc_column-inner p a {
    padding: 10px 10px;
}
.news_title{color: #000; font-weight: bold;}
.home_resources div {
    padding: 0 30px;
    margin-top: -30px;
}
.home_resources div.thumb {padding: 0 0px;}
.home_resources div a {font-size: 1em;}
.home_resources p > a.moretag {
    display: none !important;
}

#myModalcon li, #myModalconnav li, #myModaleduone .modal-body ul li, #myModaledutwo .modal-body ul li, #myModaleduthree .modal-body ul li, #myModaledufive .modal-body ul li, #myModaledufour .modal-body ul li {margin-top: 10px;width: 50%; clear: none;}
#myModaleduone .modal-body ul li .ginput_container, #myModaledutwo .modal-body ul li .ginput_container, #myModaleduthree .modal-body ul li .ginput_container, #myModaledufive .modal-body ul li .ginput_container, #myModaledufour .modal-body ul li .ginput_container {font-size: 1em !important;}
#myModalcon li select, #myModalconnav li select,#myModaleduone .modal-body ul li select, #myModaledutwo .modal-body ul li select, #myModaleduthree .modal-body ul li select, #myModaledufive .modal-body ul li select, #myModaledufour .modal-body ul li select {width: 100%; color: #626266 !important;height: 25px;font-size: 1em;}
#myModalcon li input, #myModalconnav li input, #myModaleduone .modal-body ul li input, #myModaledutwo .modal-body ul li input, #myModaleduthree .modal-body ul li input, #myModaledufive .modal-body ul li input, #myModaledufour .modal-body ul li input{height: 25px; color: #626266 !important;font-size: 1em;}
#myModalcon li textarea, #myModalconnav li textarea, #myModaleduone .modal-body ul li textarea, #myModaledutwo .modal-body ul li textarea, #myModaleduthree .modal-body ul li textarea, #myModaledufive .modal-body ul li textarea, #myModaledufour .modal-body ul li textarea {color: #626266 !important;}
#myModalcon li, #myModalconnav li .gfield_description {color: #626266;}
#mynewsModal .modal-body {background: #f2f2f2; font-weight: lighter;}
#mynewsModal .modal-content {
  width: 660px;
  float: none !important;
  border-radius: 3px !important;
  position: relative;
  background: #ffffff !important;
  display: inline-block;
  margin: auto !important;
  height: auto;
  padding: 0px;
}
ul#vehicleslide {
    display: inline-block;
    float: left;
    padding: 0;
}
#mynewsModal .modal-dialog .modal-content .close {
    background: #fff !important;
    border-radius: 100% !important;
    height: 37px !important;
    min-width: 37px !important;
    padding: 0 !important;
    color: #000!important;
    font-weight: 900 !important;
    right: -23px !important;
    top: -23px !important;
    opacity: 1;
    z-index: 999999999999999999;
    position: absolute;
    text-indent: inherit !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    font-size: 29px !important;
    box-shadow: 0px 0px 6px 1px rgba( 0, 0, 0, 0.5 );
}
#mynewsModal .modal-header .heading01.popmake-title {font-family: "Bliss", Arial, sans-serif !important;font-size: 24px !important;
    color: #000000;line-height: normal;margin: 0px;padding: 5px 30px 0 5px;text-align: left;font-weight: 600;}
#mynewsModal .suntitle {padding: 0 30px 30px 20px !important;text-align: left; font-size: 16px!important; color: rgba(0, 0, 0, 0.5); }
#mynewsModal .modal-content .modal-header { padding-bottom: 0;}
#mynewsModal form.wpcf7-form p:nth-child(3) {display: inline-block;margin: 0;width: 30%;}
#mynewsModal .modal-body {width: 100%;float: left;margin: 0 auto;background-color: #E9E9E9;padding: 40px 30px 40px 30px;border-radius: 3px !important;}
#mynewsModal form.wpcf7-form p:nth-child(2n) {
    padding: 0 30px 0px 0px !important;font-size: 1em !important;color: rgba(0, 0, 0, 0.5); width: 65%;float: left; margin-bottom: 0;}
#mynewsModal form.wpcf7-form p:last-of-type {float: right;width: 35%;margin-bottom: 0px !important; padding: 0 !important;}
#mynewsModal form.wpcf7-form input {height: auto;}
#mynewsModal form.wpcf7-form p .wpcf7-submit {
    float: right;
    padding: 10px 0 10px 30px !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    background: #1b82a0 url(images/popup-submit-icon.png) no-repeat left 15px center !important;
    background-size: 18px !important;
    font-family: "Bliss", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: 1px !important;
}
.page-id-3664 header.entry-header {display: none;}

/*What_we_do_page*/
.page-id-25 .page_content h1.entry-title, .page-id-3518 .page_content h1.entry-title,
.page-id-3524 .page_content h1.entry-title{font-family: "FineprintPro", sans-serif;}

.ada_table table { width: 100%;}
.ada_table thead tr th {padding: 20px !important;text-align: center;border: 5px solid #fff;}
.ada_table tbody tr td, .project_table tbody tr td {padding: 10px; border: 5px solid #fff; background: #f2f2f2;}
.table_left_contant {float: left;width: 75%;}
.ada_table tbody tr td:last-child {text-align: center;}
.ada_table tbody {border-top: 1px solid #000;border-left: 1px solid #000;}
.ada_table tbody tr td:first-child {width: 15%;text-align: center;}
.ada_table tbody tr td:nth-child(3) {width: 15%;}
.ada_table tbody tr td:nth-child(2) {width: 22%;}
.education_table table {width: 100%;}
.education_table tbody tr td:first-child {font-weight: bold;text-align: center;}
.education_table thead tr th,.project_table thead tr th,.advocacy_table thead tr th, .humanright_table table thead tr th {padding: 20px 0;text-align: center;border-width: 5px;border-style: solid;border-color: #fff;font-size: 1.5em;}
.education_table tbody tr td a, .project_table tbody tr td a {text-decoration: underline;}
.project_table tbody tr td b {color: #00698f;}

.advocacy_table tbody tr td:first-child,.humanright_table table tbody tr td:first-child {text-align: center;width: 15%;vertical-align: middle;font-weight: bold;font-size: 1.2em;color: #fff !important;}
.advocacy_table tbody tr td img, .humanright_table table tbody tr td img {float: right;display: inline-block;margin-top: 0;max-width: 25%;height: 100%;padding: 10px;}
.advocacy_table tbody tr td,  .humanright_table table tbody tr td, .education_table tbody tr td, .ada_table tbody tr td {border: 5px solid #fff;padding: 10px;color: #626266 !important;background: #f2f2f2; font-size: 1.05em;}
.humanright_table table {width: 100%;}
.humanright_table table tbody tr td p, .advocacy_table table tbody tr td p, .ada_table tbody tr td p {color: #626266; font-size: 1em;}
.humanright_table table tbody tr td ul, .advocacy_table table tbody tr td ul, .ada_table tbody tr td ul {font-size: inherit;}
.humanright_table table tbody tr td ul, .advocacy_table table tbody tr td ul, .disablity_table table tbody tr td ul {list-style: none;}
.humanright_table table tbody tr td ul li::before, .advocacy_table table tbody tr td ul li::before, .disablity_table table tbody tr td ul li::before {content: "\2022";
  color: #68c9d0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

select.goog-te-combo {
    -moz-appearance:none !important; /* Firefox */
    -webkit-appearance:none !important; /* Safari and Chrome */
    appearance:none !important;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff) !important;
    background-position: calc(100% - 10px) calc(.8em + 0px), calc(100% - 5px) calc(.8em + 0px), 100% 0 !important;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
    background-repeat: no-repeat !important;
}
.advocacy_table table tbody tr td ul li::before {color: #00698f;}
.advocacy_table table tbody tr td ul ul li::before {color: #d66754;}
.disablity_table  table tbody tr td ul li::before {color: #d66754;}
.navigator_trial_table table tbody tr td ul li::before {color: #97CB62;}
.page-id-5554 .read-more.blue-btn, .read-more.blue-btn  {background: #00698f !important;color: #fff;font-family: inherit;border: 1px solid #000 !important;padding: 10px 25px; font-size:14px !important;}
.page-id-3524 .green-btn  {background: #97CB62 !important;color: #fff;font-family: inherit;border: 1px solid #000 !important;padding: 10px 40px; font-size:14px !important;}
.page-id-3518 .read-more.blue-btn {background: #68c9d0 !important;color: #fff;font-family: inherit;border: 1px solid #000 !important; padding: 10px 25px;}
.page-id-6185 .read-more.blue-btn {background: #35AFCA !important;color: #fff;font-family: inherit;border: 1px solid #000 !important; padding: 10px 25px;}
.page-id-3527 .read-more.blue-btn {padding: 0;border: none !important;}
.page-id-3527 .read-more.blue-btn > button:hover {background: #d66754 !important; color: #fff; text-decoration: underline;}
.page-id-3527 .pink_btn_popup a.read-more.blue-btn,.page-id-3527 .read-more.blue-btn > button, .page-id-6241 .pink_btn_popup a.read-more.blue-btn,.page-id-6241 .read-more.blue-btn > button {background: #d66754 !important;color: #fff;font-family: inherit;border: 1px solid #000 !important; font-size: 15px !important; line-height: 1.5em !important; padding: 10px 25px; margin-top: 0 !important;}
.page-id-3527 .btn_group .wpb_column.vc_column_container.vc_col-sm-2 {min-width: 200px;}
.desiblity_text .wpb_text_column.wpb_content_element {margin-top: 20px;margin-bottom: 0 !important;background: none !important;}
.desiblity_text .wpb_text_column.wpb_content_element .wpb_wrapper {background: none !important;padding: 0;}
.ada_table table ul, .education_table table ul, .humanright_table table ul {margin: 10px 0;}

.page-id-19 .page_content {padding-bottom: 0; overflow: hidden;}
.contact-donat-part .wpb_wrapper {display: grid;width: 100%;}
.contact_page ul {list-style: none;padding: 0;}
.contact_page ul li {padding: 2px 0;
float: left;}
.contact_page ul li i {color: #00698f;
margin-right: 0;
width: 32px;
text-align: center;
font-size: 20px;
padding-top: 6px;}
.contact_page ul li div {display: inline-block;
float: left;
min-width: 30px !important;
text-transform: capitalize;
font-weight: bold;
color: #fff;
width: 45px;
text-indent: inherit;
font-size: 0px;}
span.postel_add {padding-bottom: 25px;display: inline-block;float: left;padding-right: 5px;}
.contact_page #myModalcon ul li div {font-size: 1em;}
.contact_page #myModalconnav ul li div {font-size: 1em;}
.navigator_trial #myModalconnav ul li div {font-size: 1em;}
.contact_page ul li p {display: inline-block;
float: left;
width: 450px;color: #00698F;}
.contact_page ul li p small {float: left;font-size: 0.7em;width: 100%; line-height: 20px;color: #626266;}
.contact_page ul li a {color: #00698F;}
.contact_page ul li .address_icon img {margin: 0 3px; height: 25px;width: 25px;}
.interpreter_icon img {width: 25px;height: auto !important; margin: 0 4px;}
.left-contact-us-button {
  padding-right: 71px !important;
width: 47% !important;
margin-right: 32px;
border-right: 1px solid #dedede;
}
.contact-donat-part {
    margin-left: -60px !important;
    margin-right: -42px !important;
    margin-top: 34px;
}
.contact-donat-part .contect_detail {
    padding: 28px 50px !important;
}
.contect_detail {background: #00698f;width: 99%;color: #fff; margin-top: 15px; display: inline-block;}
.contect_detail p {color: #fff !important;}
.contect_detail .wpb_content_element {margin-bottom: 0;}
.contect_detail .page_content article h3 {font-weight: bold;}

#post-3524 .modal-body form p, #post-3518 .modal-body form p {padding: 0 10px; width: 50%;float: left; min-height: 60px;}
#post-3524 .modal-body form p input, #post-3518 .modal-body form p input {padding: 7px !important;height: 32px;}
#post-3524 .modal-body form p textarea, #post-3518 .modal-body form p textarea {height: 80px;}
#post-3524 .modal-body form p:last-child, #post-3518 .modal-body form p:last-child {width: 100%;}
#post-3524 .modal-body form, #post-3518 .modal-body form {display: inline-block; margin-top: 0 !important;border-top: 0 !important;padding-top: 0 !important;}
.modal-header p { margin: 0 !important;}
.modal-header h1 {margin-top: 0;font-size: 3em !important;}
#post-3524 .modal-body form p:nth-child(7), #post-3518 .modal-body form p:nth-child(7) {width: 100%;text-align: center;min-height: auto !important;margin-bottom: 0;}
#post-3524 .modal-body form p:nth-child(7) input, #post-3518 .modal-body form p:nth-child(7) input {float: none !important;margin: 10px auto 0 !important;padding: 8px 25px !important;}
.modal-dialog .modal-content .close {width: auto !important;padding: 5px 8px 10px !important;margin-right: 10px !important;opacity: 0.8 !important;margin-top: 4px !important;height: auto !important;    line-height: 11px !important;}
#post-3524 .modal-body form p:nth-child(6), #post-3518 .modal-body form p:nth-child(6) {width: 100%;}
#post-3524 .modal-body form p:nth-child(6) label, #post-3518 .modal-body form p:nth-child(6) label {width: 100%;}
#post-3524 .modal-body form p:nth-child(6) label .your-message, #post-3518 .modal-body form p:nth-child(6) label .your-message {width: 100%;max-width: none; display: inline-block;}
#post-3524 .modal-body form p:nth-child(7) input, #post-3518 .modal-body form p:nth-child(7) input {float: none !important;margin: 10px auto 0 !important;height: auto !important; width: auto !important;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: none;display: inline-block !important;margin: 0 !important;padding: 0 5px !important;}
#post-3518 .residential_section .wpb_single_image.wpb_content_element.vc_align_center {margin-bottom: .5em !important;min-height: 60px;}
.disablity_table button.vc_btn3-style-modern.vc_btn3-color-white:hover {border: 1px solid #000 !important;}
.contact_page > ul {margin-top: 20px;}
.page-id-19 .button_group {width: 100%;
float: left;
flex-direction: row;
margin-bottom: 20px;
padding-left: 26px;
margin-top: 10px;}
.page-id-19 .contact_page .button_group > a {display: flex;
margin: 1.4% .5%;
padding: 15px 22px !important;
background: #D66754 !important;
text-transform: capitalize;
border: 1px solid #D66754 !important;
    border-top-color: rgb(214, 103, 84);
    border-right-color: rgb(214, 103, 84);
    border-bottom-color: rgb(214, 103, 84);
    border-left-color: rgb(214, 103, 84);
font-size: 1.33em !important;
text-align: left;
width: 100%;
float: left;
justify-content: left;
align-items: center;}
.contact_page .button_group a.aged_advocacy { border-color: #00698f !important; background: #00698f url(images/right-arrow-contactus.png) no-repeat right 15px center !important;}
.contact_page .button_group a.general_enquiry{border-color: #666 !important; background: #666 url(images/right-arrow-contactus.png) no-repeat right 15px center !important;}
.contact_page .button_group a.human_advocacy {border-color: #68c9d0 !important; background: #68c9d0 url(images/right-arrow-contactus.png) no-repeat right 15px center !important;}
.contact_page .button_group a.education_btn {border-color: #e4b365 !important; background: #e4b365 url(images/right-arrow-contactus.png) no-repeat right 15px center !important;}
.contact_page .button_group a.system_navigator {border-color:#97CB62 !important; background: #97CB62 url(images/right-arrow-contactus.png) no-repeat right 15px center !important;}
.contact_page .button_group a.disability_advocacy {border-color: #D66754 !important; background: #D66754 url(images/right-arrow-contactus.png) no-repeat right 15px center !important;}



/*Popup_Form_page*/
.page-id-3805 #banner, .page-id-3817 #banner, .page-id-3810 #banner {display: none;}
.page-id-3805 .breadcrumbs, .page-id-3817 .breadcrumbs, .page-id-3810 .breadcrumbs {text-align: center;}
.popup_form_page .gform_wrapper .gsection {border-bottom: none;padding: 0 0 0 0; margin-bottom: 0;}
.popup_form_page .gform_wrapper label.gfield_label {font-weight: 100;font-size: 0.85em;}
.popup_form_page .gform_wrapper .top_label select.medium {width: calc(50% - 8px); height: 42px;}
.popup_form_page ul li {width: calc(50% - 0px);padding-right: 16px;float: left; clear: none !important;margin-top: 5px !important;}
.popup_form_page ul li input, .popup_form_page ul li select {width: 100% !important;height: 32px !important;}
.popup_form_page ul li textarea {height: 64px !important;width: 100%;}
#field_4_51 label.gfield_label {
    min-height: 27px;
}
.popup_form_page ul li#field_2_2, .popup_form_page ul li#field_2_3 {width: 50%;}
.popup_form_page ul li.gfield.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible,
li.gfield.gfield_html.gfield_html_formatted.field_sublabel_below.field_description_below .description_text p {
  width: 100%; font-size: 0.8em;    line-height: 1.4em;}

.popup_form_page ul li#field_2_3 label.gfield_label {padding-top: 25px !important;}
.popup_form_page ul li#field_2_2 label, .popup_form_page ul li#field_2_3 label {font-size: 0.88em;}
.gform_wrapper .field_description_below .gfield_description {padding-top: 0px;line-height: 1.3em;}
li#field_2_6 { width: 100%;}
li#field_4_51, li#field_3_43 {padding-bottom: 25px;}
li#field_3_3 {padding-bottom: 5px;}
li#field_2_51 label, li#field_3_2 label, li#field_3_51 label {padding-top: 24px;}
li#field_1_9 {margin-top: -75px;}
li#field_6_9 { margin-top:-75px;}

body .gform_wrapper .top_label div.ginput_container {margin-top: 0 !important;}
.gform_wrapper .field_description_below .gfield_description {padding-top: 0 !important;}
li.gfield.gfield_html.gfield_html_formatted.field_sublabel_below.field_description_below {width: 100%;}
li#field_4_76 {width: 100%;text-align: center;}
#field_4_71 .gfield_description {float: left;}
li#field_4_71, li#field_3_71 {width: 100%;}
.ginput_container.ginput_container_checkbox ul li {width: 25%;}
.gform_wrapper .top_label .gsection_description {line-height: 1.4em; margin-top: 0;}

/*popup_form*/
#myModalcon .modal-dialog, #myModalconnav .modal-dialog, #myModalcon1 .modal-dialog {margin-left: 0 !important;margin-right: 0 !important;left: 50%;transform: translate(-50%) !important;}
.modal-content .suntitle {padding: 0 15px;}
.modal-content form.wpcf7-form { padding: 0; margin: 0px 0 0 0; border-top: none;}
#mynewsModal input.wpcf7-form-control.wpcf7-submit {float: none;display: inline-block;margin: 0 auto !important;}
.modal-content .modal-header {border-bottom: none;}
.contact-form-col .gform_wrapper {margin: 0 0 15px;}
#myModalcon .modal-body, #myModaleduone .modal-body, #myModalconnav .modal-body {padding-top: 0;}
#myModalcon .modal-header, #myModaleduone .modal-header, #myModalconnav .modal-header {padding-bottom: 0;}
#myModaleduone .modal-header h1 {margin-bottom: 0;}
#myModaleduone .modal-body ul li input {padding: 2px 4px;}
#myModaleduone .modal-body ul li select { width: 100% !important;}
#myModalcon li.gfield.gfield_html.gfield_html_formatted.field_sublabel_below.field_description_below {width: 100% !important;}
#myModalconnav li.gfield.gfield_html.gfield_html_formatted.field_sublabel_below.field_description_below {width: 100% !important;}
#myModaleduone .gform_wrapper li.gfield.field_description_below+li.gsection {margin-top: 10px!important;    padding-bottom: 0;display: inline-block;margin-bottom: 0;border-bottom: 0;}
.modal-body ul li label {width: 100%;}
.modal-body ul li .ginput_container {width: 100%;}
.modal-body ul li .ginput_container input {width: 100% !important;}
.modal-body ul li .ginput_container textarea.medium {height: 80px;}
li#field_5_8 {margin-top: 0;}
#myModaleduone .gform_footer.top_label {padding: 10px 0 0;margin: 0;}
#myModaleduone .contact-form-col .gform_wrapper {margin: 0;}
.page-id-118 section#nav_menu-2 { display: none;}
.service_text.wpb_column.vc_column_container {
    background: rgba(102,201,207,1);
    background: -moz-linear-gradient(90deg, rgba(11,72,107,1) 0%, rgba(11,72,107,1) 25%, rgba(102,201,207,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(11,72,107,1) 0%, rgba(11,72,107,1) 25%, rgba(102,201,207,1) 100%);
    background: linear-gradient(90deg, rgba(11,72,107,1) 0%, rgba(11,72,107,1) 25%, rgba(102,201,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b486b",endColorstr="#66c9cf",GradientType=1);
}
.page-id-3931 header.entry-header {display: none;}
.contact_header {padding: 0 !important;text-align: left;font-size: 1.5em;text-transform: capitalize;color: #00698f;}

/*speaker-and-presentations*/
ul.speaker_section {display: inline-block;padding: 0 !important;list-style: none;}
li.speaker_list {width: calc(50% - 1em);margin: 0.5em;border: 1px solid #dedede;float: left;display: inline-block;padding: 0.5em;}
.speaker_list .pull-left {float: left;width: 30%;display: inline-block;}
.speaker_list .pull-right {width: calc(70% - 2%);margin-left: 2%;float: left;display: inline-block;}
.speaker_list img {width: 100%;}
.speaker_list.full-width img {width: calc(100% - 0.5em);margin-bottom: 0.5em;}
li.speaker_list.full-width .pull-left img {margin-left: 0 !important;}
/*li.speaker_list.full-width { display: flex;  align-items: center;}*/
.speaker_list .pull-right h6 {margin-top: 0;margin-bottom: 0.3em;font-size: 1.2em;color: #D66754;}
.speaker_list .pull-right p {font-size: 0.85em;margin-bottom: 0.4em;line-height: initial;}
.speaker_list .pull-right p.import_text {color: #00698F;}
.speaker_list_btn {margin-top: 0.3em;display: inline-block;width: 100%;}
.speaker_list_btn a.read-more.blue-btn {font-size: 0.8em;margin: 0em 0.8em 0 0 !important;display: inline-block;border-color: #00698f !important; padding: 0.2em 1em !important;}
.speaker_section .speaker_list .speaker_list_btn a.read-more.blue-btn:hover {background: #ffffff26 !important;text-decoration: none;}
.speaker_list:hover {background: #00698f;box-shadow: 0.4em .8rem 1rem rgba(0,0,0,.35)!important;border-color: #00698f !important;}
.speaker_list:hover p{color: #fff;}
.speaker_list:hover .pull-right p.import_text {color: #fff;}
.speaker_list:hover .speaker_list_btn a.read-more.blue-btn{background: #00698f !important;color: #fff;border-color: #fff !important;}
/*li.speaker_list.full-width {width: calc(48.4%);}*/
.speaker_list.full-width .pull-right {width: calc(70% - 1%);margin-left: 1%;}
div#form_section_1 {background: #00698f38;display: inline-block;padding: 5px 0 10px 15px;}
div#form_human_rights{background: #68c9d070;display: inline-block;padding: 5px 0 10px 15px;}
div#form_disability_advocacy {background: #d6675440;display: inline-block;padding: 5px 0 10px 15px;}
span.agd_text,span.disability_text {text-decoration: underline;}


@media (max-width: 1200px) {
  /* line 526, _lib/style.scss */
  .home_tabs #tab-container .tabs li a {
    font-size: 1.45em;
    padding: 30px 13px;
  }
}
/* line 539, _lib/style.scss */
.home_tabs #tab-container .tabs li a span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
}
/* line 547, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_1 a {
  background: #00698F;
}
/* line 549, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_1 a:hover, .home_tabs #tab-container .tabs li.tab_1 a:active, .home_tabs #tab-container .tabs li.tab_1 a:focus, .home_tabs #tab-container .tabs li.tab_1 a.active {
  background: #003143;
  text-decoration: none;
}
/* line 556, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_1 a span {
  background: url(images/advocacy_icon.png) no-repeat center center;
}
/* line 560, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_2 a {
  background: #D66754;
}
/* line 562, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_2 a:hover, .home_tabs #tab-container .tabs li.tab_2 a:active, .home_tabs #tab-container .tabs li.tab_2 a:focus, .home_tabs #tab-container .tabs li.tab_2 a.active {
  background: #b33f2b;
  text-decoration: none;
}
/* line 569, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_2 a span {
  background: url(images/gaurdian_icon.png) no-repeat center center;
}
/* line 573, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_3 a {
  background: #E4B365;
}
/* line 575, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_3 a:hover, .home_tabs #tab-container .tabs li.tab_3 a:active, .home_tabs #tab-container .tabs li.tab_3 a:focus, .home_tabs #tab-container .tabs li.tab_3 a.active {
  background: #d79226;
  text-decoration: none;
}
/* line 582, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_3 a span {
  background: url(images/training_icon.png) no-repeat center center;
}
/* line 586, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_4 a {
  background: #626266;
}
/* line 588, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_4 a:hover, .home_tabs #tab-container .tabs li.tab_4 a:active, .home_tabs #tab-container .tabs li.tab_4 a:focus, .home_tabs #tab-container .tabs li.tab_4 a.active {
  background: #3d3d3f;
  text-decoration: none;
}
/* line 595, _lib/style.scss */
.home_tabs #tab-container .tabs li.tab_4 a span {
  background: url(images/education_icon.png) no-repeat center center;
}
/* line 602, _lib/style.scss */
.home_tabs #tab-container .tab_item {
  overflow: hidden;
}
/* line 604, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_content {
  width: 50%;
  float: left;
  padding: 60px 30px;
  text-align: center;
  min-height: 497px;
}
/* line 610, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_content h1, .home_tabs #tab-container .tab_item .tab_content h2 {
  font-size: 60px;
  font-family: "FineprintPro", sans-serif;
  margin: 0;
  padding: 0;
  color: #00698F;
}
/* line 617, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_content h3, .home_tabs #tab-container .tab_item .tab_content h4, .home_tabs #tab-container .tab_item .tab_content h5, .home_tabs #tab-container .tab_item .tab_content h6 {
  font-size: 1.55em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #68c9d0;
  margin: 0;
  padding: 0;
}
/* line 625, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_content p {
  font-size: 1.15em;
  line-height: 180%;
  margin: 30px 0 0 0;
}
/* line 630, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_content a {
  background: #00698F;
  border-radius: 3px;
  font-family: "FineprintPro", sans-serif;
  font-size: 22px;
  color: #fff;
  padding: 5px 15px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
/* line 638, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_content a:hover, .home_tabs #tab-container .tab_item .tab_content a:active, .home_tabs #tab-container .tab_item .tab_content a:focus {
  background: #68c9d0;
  text-decoration: none;
}
/* line 646, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_feature {
  width: 50%;
  float: right;
}
/* line 649, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_feature .tab_image {
  height: 100%;
  background-size: cover !important;
  background-position: center center;
}
/* line 654, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_feature .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}
/* line 661, _lib/style.scss */
.home_tabs #tab-container .tab_item .tab_feature .embed-container iframe,
.home_tabs #tab-container .tab_item .tab_feature .embed-container object,
.home_tabs #tab-container .tab_item .tab_feature .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------
  Homepage Posts
--------------------------------*/
/* line 681, _lib/style.scss */
.home_posts {
  background: #fff;
  padding: 60px 0;
}
/* line 685, _lib/style.scss */
.home_posts .home_post {
  position: relative;
}
/* line 687, _lib/style.scss */
.home_posts .home_post.home_resources {
  background: #00698F;
}
/* line 690, _lib/style.scss */
.home_posts .home_post.home_resources ul h3 a {
  color: #68c9d0;
}
/* line 693, _lib/style.scss */
.home_posts .home_post.home_resources ul time, .home_posts .home_post.home_resources ul .rpwe-summary {
  color: #fff;
}
/* line 698, _lib/style.scss */
.home_posts .home_post .thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 280px;
  margin: 0 0 30px 0;
}
/* line 704, _lib/style.scss */
.home_posts .home_post .thumb a {
  display: block;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
/* line 707, _lib/style.scss */
.home_posts .home_post .thumb a:hover, .home_posts .home_post .thumb a:active, .home_posts .home_post .thumb a:focus {
  opacity: 0.75;
}
/* line 713, _lib/style.scss */
.home_posts .home_post .thumb img {
  width: 100%;
  height: auto;
}
/* line 718, _lib/style.scss */
.home_posts .home_post span.category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 999;
}
/* line 725, _lib/style.scss */
.home_posts .home_post span.category ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 729, _lib/style.scss */
.home_posts .home_post span.category ul a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 20px 30px;
  background: #000;
  display: block;
  line-height: 100%;
}
/* line 743, _lib/style.scss */
.home_posts .home_post.home_events span.category a {
  background: #E4B365;
}
/* line 747, _lib/style.scss */
.home_posts .home_post.home_resources span.category a {
  background: #00698F;
}
/* line 751, _lib/style.scss */
.home_posts .home_post.home_resources h3 a {
  color: #68c9d0;
}
/* line 753, _lib/style.scss */
.home_posts .home_post.home_resources h3 a:hover, .home_posts .home_post.home_resources h3 a:active, .home_posts .home_post.home_resources h3 a:focus {
  color: #3299a0;
}
/* line 760, _lib/style.scss */
.home_posts .home_post.home_resources span.date, .home_posts .home_post.home_resources p {
  color: #fff;
}
/* line 764, _lib/style.scss */
.home_posts .home_post.home_news span.category a {
  background: #D66754;
}
/* line 767, _lib/style.scss */
.home_posts .home_post h3 {
  text-transform: uppercase;
  font-size: 1.75em;
  margin: 0 30px;
  letter-spacing: 2px;
  color: #00698F;
}
/* line 768, _lib/style.scss */
.home_posts .home_post h3 a {
  color: #00698F;
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
/* line 771, _lib/style.scss */
.home_posts .home_post h3 a:hover, .home_posts .home_post h3 a:active, .home_posts .home_post h3 a:focus {
  color: #001e29;
  text-decoration: none;
}
/* line 785, _lib/style.scss */
.home_posts .home_post span.date {
  text-transform: uppercase;
  display: block;
  font-size: 1.07em;
  color: #68c9d0;
  margin: 0 30px 5px 30px;
  letter-spacing: 2px;
}
/* line 793, _lib/style.scss */
.home_posts .home_post p {
  padding: 30px;
  color: #626266;
  font-size: 1.15em;
  line-height: 180%;
  margin: 0;
}
/* line 800, _lib/style.scss */
.home_posts .home_post .moretag {
  display: block;
}
/*--------------------------------
  Trust Marks
--------------------------------*/
/* line 810, _lib/style.scss */
.trust_marks {
  padding: 60px 0;
}
/* line 812, _lib/style.scss */
.trust_marks #black-studio-tinymce-2 {
  background: url(images/trustmark_1.png) no-repeat top center;
}
/* line 815, _lib/style.scss */
.trust_marks #black-studio-tinymce-3 {
  background: url(images/trustmark_2.png) no-repeat top center;
}
/* line 818, _lib/style.scss */
.trust_marks #black-studio-tinymce-4 {
  background: url(images/trustmark_3.png) no-repeat top center;
}
/* line 821, _lib/style.scss */
.trust_marks .widget_black_studio_tinymce {
  padding: 80px 30px 0 30px;
  text-align: center;
}
/* line 824, _lib/style.scss */
.trust_marks .widget_black_studio_tinymce h3 {
  font-family: "FineprintPro", sans-serif;
  font-size: 36px;
  color: #fff;
  margin: 0 0 10px 0;
}
/* line 830, _lib/style.scss */
.trust_marks .widget_black_studio_tinymce p {
  margin: 0;
  color: #fff;
  font-size: 1.75em;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  5.0 Inner Page Styles

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Inner page structure
--------------------------------*/
/* line 854, _lib/style.scss */
.inner_page {
  background: url(images/section_bg.png) repeat-x bottom center, linear-gradient(to top, #00698f 1%, #68c9d0 100%);
  background: url(images/section_bg.png) repeat-x bottom center, -moz-linear-gradient(bottom, #00698f 1%, #68c9d0 100%);
  background: url(images/section_bg.png) repeat-x bottom center, -webkit-linear-gradient(bottom, #00698f 1%, #68c9d0 100%);
  background: url(images/section_bg.png) repeat-x bottom center, linear-gradient(to top, #00698f 1%, #68c9d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698f', endColorstr='#68c9d0',GradientType=1 );
  padding: 0 0 200px 0;
}
/* line 862, _lib/style.scss */
.inner_page + #secondary {
  display: none;
}
/* line 866, _lib/style.scss */
.inner_page + :focus {
  outline: none;
}
/* line 870, _lib/style.scss */
.site_content {
  background: #fff;
}
/* line 873, _lib/style.scss */
.scroll_lock {
  position: relative;
}
/* line 876, _lib/style.scss */
.affix {
  top: 0;
  width: 363px;
  z-index: 99;
}
/* line 881, _lib/style.scss */
.affix-bottom {
  position: absolute;
  width: 363px;
}
/* line 885, _lib/style.scss */
div.sidebar {
  padding: 20px 20px 20px 0;
}
/* line 887, _lib/style.scss */
div.sidebar .widget_black_studio_tinymce {
  margin: 0 0 20px 0;
}
/* line 889, _lib/style.scss */
div.sidebar .widget_black_studio_tinymce p {
  margin: 0;
  padding: 0;
}
/* line 892, _lib/style.scss */
div.sidebar .widget_black_studio_tinymce p img {
  width: 100%;
  height: auto;
}
/* line 898, _lib/style.scss */
div.sidebar .widget_polls-widget {
  background: #00698F;
  padding: 20px;
  color: #fff;
}
/* line 902, _lib/style.scss */
div.sidebar .widget_polls-widget h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.55em;
  color: #fff;
  font-weight: normal;
}
/* line 909, _lib/style.scss */
div.sidebar .widget_polls-widget p {
  text-align: left !important;
  color: #fff;
}
/* line 912, _lib/style.scss */
div.sidebar .widget_polls-widget p strong {
  font-weight: normal !important;
}
/* line 916, _lib/style.scss */
div.sidebar .widget_polls-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 922, _lib/style.scss */
div.sidebar .widget_polls-widget .wp-polls-ul li {
  margin: 5px 0;
}
/* line 924, _lib/style.scss */
div.sidebar .widget_polls-widget .wp-polls-ul li label {
  font-weight: normal;
}
/* line 930, _lib/style.scss */
div.sidebar .widget_polls-widget .wp-polls-ans p {
  margin: 10px 0 0 0;
}
/* line 932, _lib/style.scss */
div.sidebar .widget_polls-widget .wp-polls-ans p input {
  display: block;
  background: #D66754;
  font-family: "FineprintPro", sans-serif;
  border: none;
  font-size: 25px;
  border-radius: 5px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
/* line 940, _lib/style.scss */
div.sidebar .widget_polls-widget .wp-polls-ans p input:hover, div.sidebar .widget_polls-widget .wp-polls-ans p input:active, div.sidebar .widget_polls-widget .wp-polls-ans p input:focus {
  background: #d1553f;
}
/* line 951, _lib/style.scss */
form.wpcf7-form {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #d8d8d8;
}
/* line 955, _lib/style.scss */
form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  padding: 10px;
  font-size: 1.15em;
}
/* line 962, _lib/style.scss */
form.wpcf7-form input[type=submit], form.wpcf7-form textarea[type=submit], form.wpcf7-form select[type=submit] {
  width: auto;
  margin: 20px 0 0 0;
}
/* line 967, _lib/style.scss */
form.wpcf7-form input {
  height: 50px;
}
/*--------------------------------
  Inner page banner
--------------------------------*/
/* line 974, _lib/style.scss */
#banner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 400px;
  position: relative;
}
/* line 981, _lib/style.scss */
#banner .banner_content {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 60px;
}

/* line 986, _lib/style.scss */
#banner .banner_content h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 0 24px #000;
}
/* line 993, _lib/style.scss */
#banner .banner_content h4 {
  font-size: 48px;
  font-family: "FineprintPro", sans-serif;
  color: #fff;
  text-shadow: 0 0 24px #000;
}
/* line 1000, _lib/style.scss */
#banner.resources_banner {
  background-image: url(https://adaaustralia.com.au/wp-content/uploads/2018/11/event-banner-image-1200x250.jpg);
  background-position: top center !important;
}
/* line 1003, _lib/style.scss */
#banner.resources_banner a {
  color: #fff;
  text-decoration: none;
}
/* line 1011, _lib/style.scss */
.category-events .banner_content, .postid-669 .banner_content {
  display: none;
}
/*--------------------------------
  Breadcrumbs
--------------------------------*/
/* line 1018, _lib/style.scss */
.breadcrumbs {
  margin: 50px 0;
  color: #00698F;
  font-size: 1.15em;
  letter-spacing: 1px;
}
/* line 1023, _lib/style.scss */
.breadcrumbs span {
  color: #fff;
}
/* line 1026, _lib/style.scss */
.breadcrumbs em {
  font-style: normal;
  margin: 0 5px;
}
/* line 1030, _lib/style.scss */
.breadcrumbs a, .breadcrumbs a span {
  color: #00698F;
}
/*--------------------------------
  Page navigation
--------------------------------*/
/* line 1039, _lib/style.scss */
.page_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
/* line 1044, _lib/style.scss */
.page_nav ul li {
  flex-grow: 1;
  flex-basis: 0;
  border-right: 1px solid #005676;
}
/* line 1051, _lib/style.scss */
.page_nav ul li a {
  display: block;
  text-align: center;
  background: #00698F;
  color: #fff;
  font-size: 1.15em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px;
  height: 100%;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -ms-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
/* line 1062, _lib/style.scss */
.page_nav ul li a img {
  display: block;
  margin: 0 auto 20px auto;
  height: 30px;
  width: auto;
  padding: 0 !important;
}
/* line 1069, _lib/style.scss */
.page_nav ul li a:hover, .page_nav ul li a:focus, .page_nav ul li a:active,.page_nav .menu-resources-container ul li a:hover {
  background-color: #D66754 !important;
  text-decoration: none;
}
/* line 1076, _lib/style.scss */
.page_nav ul li.current-menu-item, .page_nav ul li.current-menu-parent {
  position: relative;
}
/* line 1079, _lib/style.scss */
.page_nav ul li.current-menu-item a, .page_nav ul li.current-menu-parent a {
  background: #D66754;
}
/* line 1082, _lib/style.scss */
.page_nav ul li.current-menu-item:after, .page_nav ul li.current-menu-parent:after {
  width: 60px;
  height: 26px;
  background: url(images/page_menu_active.png) no-repeat;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
/*--------------------------------
  Inner Content styles
--------------------------------*/
/* line 1102, _lib/style.scss */
.page_content {
  padding: 60px;
}
/* line 1105, _lib/style.scss */
.page_content .entry-header span {
  color: #68c9d0;
  font-size: 1.55em;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 1113, _lib/style.scss */
.page_content h1.entry-title, .page_content h1.entry-title-1  {
  font-size: 60px;
  color: #00698F;
  font-family: "FineprintPro", sans-serif;
  margin: 0 0 60px 0;
}
/*--------------------------------
  Contact Form
--------------------------------*/
/* line 1125, _lib/style.scss */
form .form_item {
  margin: 0 0 20px 0;
}
/* line 1127, _lib/style.scss */
form .form_item label {
  font-size: 1.15em;
}
/* line 1129, _lib/style.scss */
form .form_item label span {
  color: #68c9d0;
}
/*--------------------------------
  Product Widget
--------------------------------*/
/* line 1141, _lib/style.scss */
.widget_products {
  background: #00698F;
  padding: 20px;
  margin: 0 0 20px 0;
}
/* line 1145, _lib/style.scss */
.widget_products ul.product_list_widget li {
  padding: 0;
}
/* line 1149, _lib/style.scss */
.widget_products h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.55em;
  color: #fff;
  font-weight: normal;
}
/* line 1156, _lib/style.scss */
.widget_products .product-title {
  font-size: 20px;
}
/* line 1159, _lib/style.scss */
.widget_products .price {
  color: #fff;
  display: block;
  margin: 0 0 5px 0;
}
/* line 1164, _lib/style.scss */
.widget_products ul.product_list_widget li img {
  width: 40%;
  float: left;
  margin: 0 20px 0 0;
  border: 2px solid #fff;
  border-radius: 3px;
}
/* line 1171, _lib/style.scss */
.widget_products p {
  color: #fff;
}
/* line 1174, _lib/style.scss */
.widget_products .button {
  float: left;
  font-size: 14px !important;
  background: #68c9d0 !important;
}
/* line 1178, _lib/style.scss */
.widget_products .button:hover, .widget_products .button:active, .widget_products .button:focus {
  background: #41bbc4 !important;
}
/*----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  6.0 Typography

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Headings + Body
--------------------------------*/
/* line 1199, _lib/style.scss */
h2.cat_intro {
  font-size: 1.7em;
  color: #00698F;
  line-height: 150%;
}
/* line 1207, _lib/style.scss */
.page_content article h1, .product_content article h1 {
  font-size: 60px;
  font-family: "FineprintPro", sans-serif;
  color: #00698F;
}
/* line 1213, _lib/style.scss */
.page_content article h2, .product_content article h2 {
  font-size: 1.7em;
  color: #00698F;
  line-height: 150%;
}
/* line 1219, _lib/style.scss */
.page_content article h3, .product_content article h3 {
  font-size: 1.5em;
  color: #D66754;
}
/* line 1224, _lib/style.scss */
.page_content article h4, .product_content article h4 {
  color: #D66754;
}
.contact-donat-part p {
    line-height: 22px !important;
    margin-bottom: 22px;
}
.contact-donat-part h3 {
  color: #ddb46c !important;
}
/* line 1227, _lib/style.scss */
.page_content article p, .page_content article ul, .page_content article ol, .page_content article address, .product_content article p, .product_content article ul, .product_content article ol, .product_content article address {
  color: #626266;
  font-size: 1.15em;
  line-height: 180%;
  font-family: "Bliss", Arial, sans-serif;
}
/* line 1233, _lib/style.scss */
.page_content article ul.feature_ul, .product_content article ul.feature_ul {
  color: #00698F;
}
/* line 1239, _lib/style.scss */
.product_content h1 {
  font-size: 60px;
  font-family: "FineprintPro", sans-serif;
  color: #00698F;
}
/* line 1245, _lib/style.scss */
.product_content h2 {
  font-size: 1.7em;
  color: #00698F;
  line-height: 150%;
}
/* line 1251, _lib/style.scss */
.product_content h3 {
  font-size: 1.5em;
  color: #D66754;
}
/* line 1256, _lib/style.scss */
.product_content h4 {
  color: #D66754;
}
/* line 1259, _lib/style.scss */
.product_content p, .product_content ul, .product_content ol, .product_content address {
  color: #626266;
  font-size: 1.15em;
  line-height: 180%;
  font-family: "Bliss", Arial, sans-serif;
}
/* line 1266, _lib/style.scss */
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 1270, _lib/style.scss */
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 1274, _lib/style.scss */
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/*--------------------------------
  Tables
--------------------------------*/
/* line 1283, _lib/style.scss */
.page_content article table th p,
.page_content article table td p {
  margin: 0;
}
/* line 1287, _lib/style.scss */
.page_content article table[border="1"] {
  border: 1px solid #d8d8d8;
}
/* line 1289, _lib/style.scss */
.page_content article table[border="1"] th, .page_content article table[border="1"] td {
  padding: 15px 10px;
}
/* line 1292, _lib/style.scss */
.page_content article table[border="1"] th {
  background: #00698F;
  color: #fff;
  border: none;
}
/* line 1297, _lib/style.scss */
.page_content article table[border="1"] td {
  border: 1px solid #d8d8d8;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  7.0 Post / Resource

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/* line 1312, _lib/style.scss */
.page_content article.post_item {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}
/* line 1313, _lib/style.scss */
.page_content article.post_item:first-child {
  margin: 0;
}
/* line 1321, _lib/style.scss */
.page_content article.post_item a.post-thumbnail {
  margin: 0 0 30px 0;
  display: block;
  overflow: hidden;
height:280px;
}
/* line 1327, _lib/style.scss */
.page_content article.post_item a.post-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 1332, _lib/style.scss */
.page_content article.post_item h2 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 1337, _lib/style.scss */
.page_content article.post_item p {
  margin: 0;
  min-height: 130px !important;
}
/* line 1340, _lib/style.scss */
.page_content article.post_item .moretag {
  display: block;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  8.0 Product Page

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/* line 1356, _lib/style.scss */
.woocommerce div.product .product_content h3 {
  font-size: 1.5em;
  color: #D66754;
  margin: 20px 0;
}
/* line 1362, _lib/style.scss */
.woocommerce div.product span.price_text {
  color: #00698F;
  margin: 0 0 10px 0;
  display: block;
}
/* line 1366, _lib/style.scss */
.woocommerce div.product span.price_text .price {
  font-size: 2.5em;
  color: #00698F;
  font-weight: normal;
  font-family: "Bliss", Arial, sans-serif;
}
/* line 1372, _lib/style.scss */
.woocommerce div.product span.price_text em {
  font-style: normal;
  font-size: 1.15em;
}
/* line 1377, _lib/style.scss */
.woocommerce div.product form.cart {
  margin: 0;
}
.woocommerce div.product form.cart textarea {
    width: 100%;
    height: 240px;
    border-radius: 5px;
    padding: 10px;
}
/* line 1379, _lib/style.scss */
.woocommerce div.product form.cart div.quantity {
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
/* line 1383, _lib/style.scss */
.woocommerce div.product form.cart div.quantity .qty {
  font-size: 1.25em;
  padding: 10px;
  background: #d8d8d8;
  border-radius: 5px;
  border: none;
}
/* line 1391, _lib/style.scss */
.woocommerce div.product form.cart .button {
  background: #D66754;
  font-family: "FineprintPro", sans-serif;
  font-size: 25px;
  border-radius: 5px;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}
/* line 1397, _lib/style.scss */
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:active, .woocommerce div.product form.cart .button:focus {
  background: #b33f2b;
}
/* line 1405, _lib/style.scss */
.woocommerce-info {
  background: #d8d8d8;
  border: none;
  background: #00698F;
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
}
/* line 1412, _lib/style.scss */
.woocommerce-info a {
  text-transform: none;
}
/* line 1415, _lib/style.scss */
.woocommerce-info:before {
  color: #68c9d0;
}
/*----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  9.0 FAQs

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/* line 1430, _lib/style.scss */
.page_content .su-spoiler-closed .su-spoiler-title {
  color: #68c9d0;
}
/* line 1434, _lib/style.scss */
.page_content .su-spoiler-title {
  color: #D66754;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  letter-spacing: 1px;
  font-weight: 700;
}
/* line 1442, _lib/style.scss */
.page_content .su-spoiler-title:hover, .page_content .su-spoiler-title:focus {
  color: #D66754;
}
/* line 1450, _lib/style.scss */
.page_content .su-spoiler-icon {
  margin: 14px 0;
}
/* line 1453, _lib/style.scss */
.page_content .su-spoiler-style-default > .su-spoiler-content {
  font-size: 16px;
}
.block_row .vc-hoverbox-inner {min-height: 180px !important;}
.block_row .vc-hoverbox-inner .vc-hoverbox-block-inner {padding: 0 0 20px;}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  10.0 Site Footer

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------
  Testimonials Slider
--------------------------------*/
/* line 1470, _lib/style.scss */
.unslider {
  position: relative;
}
/* line 1473, _lib/style.scss */
.unslider .testimonials_slider li {
  height: 450px;
  background-size: cover !important;
  background-position: right center !important;
}
/* line 1477, _lib/style.scss */
.unslider .testimonials_slider li .testimonial_content {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 1481, _lib/style.scss */
.unslider .testimonials_slider li .testimonial_content .testimonial {
  padding: 20px;
}
/* line 1484, _lib/style.scss */
.unslider .testimonials_slider li .testimonial_content h4 {
  font-size: 30px;
  line-height: 150%;
  color: #fff;
  margin: 0;
  position: relative;
  text-align: center;
}
/* line 1491, _lib/style.scss */
.unslider .testimonials_slider li .testimonial_content h4:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -30px;
  top: 0;
  content: '';
  background: url(images/testimonial_b.png) no-repeat;
  background-size: cover;
}
/* line 1501, _lib/style.scss */
.unslider .testimonials_slider li .testimonial_content h4:after {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  content: '';
  background: url(images/testimonial_a.png) no-repeat;
  background-size: cover;
}
/* line 1511, _lib/style.scss */
.unslider .testimonials_slider li .testimonial_content h3 {
  text-align: center;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Bliss", Arial, sans-serif;
  color: #fff;
}
/* line 1526, _lib/style.scss */
.unslider .unslider-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 15px;
  border: 2px solid #fff;
  display: block;
  opacity: 0.5;
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding: 8px 0;
  line-height: 9px;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
/* line 1543, _lib/style.scss */
.unslider .unslider-arrow:hover, .unslider .unslider-arrow:active, .unslider .unslider-arrow:focus {
  opacity: 1;
}
/* line 1551, _lib/style.scss */
.homepage .unslider-arrow, .homepage .unslider .unslider-nav {
  display: none !important;
}
/*--------------------------------
  Footer Styles
--------------------------------*/
/* line 1559, _lib/style.scss */
.footer-container {
  background: url(images/section_bg.png) repeat-x bottom center #00698F;
  padding: 60px 0 200px 0;
}
/* line 1562, _lib/style.scss */
.footer-container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.75em;
  margin: 0 0 25px 0;
  letter-spacing: 3px;
}
/* line 1569, _lib/style.scss */
.footer-container p {
  color: #fff;
  line-height: 180%;
  font-size: 1em;
}
/* line 1573, _lib/style.scss */
.footer-container p a {
  color: #fff;
}
/* line 1577, _lib/style.scss */
.footer-container .facebook-holder {
	margin-top: 0;
	width: 100%;
	float: right;
	text-align: center;
}
/* line 1580, _lib/style.scss */
.footer-container .the-social-links {
  margin-right: 10px;
}
/* line 1583, _lib/style.scss */
.footer-container .mail-chimp {
  width: 40%;
  overflow: hidden;
}
/* line 1586, _lib/style.scss */
.footer-container .mail-chimp form {
  width: 100%;
  overflow: hidden;
}
/* line 1592, _lib/style.scss */
.footer-container .mc4wp-form-fields input {
  color: #626266;
  font-family: "Bliss", Arial, sans-serif;
  border: none;
  padding: 10px;
  border-radius: 5px;
  float: left;
  margin: 0 5px 0 0;
  height: 50px;
}
/* line 1601, _lib/style.scss */
.footer-container .mc4wp-form-fields input[type=email] {
  width: 50%;
}
/* line 1604, _lib/style.scss */
.footer-container .mc4wp-form-fields input[type=name] {
  width: 20%;
}
/* line 1607, _lib/style.scss */
.footer-container .mc4wp-form-fields input[type=submit] {
  background: #68c9d0;
  font-family: "FineprintPro", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 16px;
}
/* line 1616, _lib/style.scss */
.footer-container .footer_links {
	margin: 60px 0;
	width: 60%;
	overflow: hidden;
	color: #68c9d0;
	clear: inherit;
	left: 0;
	float: left;
}
/* line 1621, _lib/style.scss */
.footer-container .footer_links p {
  color: #68c9d0;
  text-align: center;
}
/* line 1624, _lib/style.scss */
.footer-container .footer_links img {
  float: right;
  margin: 0 0 0 50px!important;
}
/* line 1628, _lib/style.scss */
.footer-container .footer_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1632, _lib/style.scss */
.footer-container .footer_links ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
/*--------------------------------
  Events
--------------------------------*/
/* line 1646, _lib/style.scss */
.events-table td {
  padding-right: 10px;
}
/* line 1650, _lib/style.scss */
.post-669.event .entry-content div:first-child, .post-669.event .entry-content div:first-child + p, .post-669.event .entry-content div:first-child + p + p, .post-669.event .entry-content div:first-child + p + p + p, .post-669.event .entry-content div:first-child + p strong ~ br ~ i {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Media Queries

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Small Desktop

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1500px) {
    /*--------------------------------
	  Header
	--------------------------------*/
  /* line 12, _lib/_mediaqueries.scss */
  .site_header h1.logo a {
    background-size: contain;
    width: 100%;
    background-position: center center;
    width: 265px;
    height: 66px;
  }
  /* line 20, _lib/_mediaqueries.scss */
  .site_nav nav .navbar-nav > li > a {
    padding: 20px;
    letter-spacing: 1px;
  }
  /* line 24, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data {
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 30px;
  }
  /* line 30, _lib/_mediaqueries.scss */
  .rwd_search {
    width: 100%;
    float: left;
    background: #E4B365;
  }
  /* line 34, _lib/_mediaqueries.scss */
  .rwd_search .search-form {
    width: 100%;
    position: relative;
  }
  /* line 40, _lib/_mediaqueries.scss */
  .rwd_search .search-form label {
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: normal;
  }
  /* line 45, _lib/_mediaqueries.scss */
  .rwd_search .search-form label span {
    display: none;
  }
  /* line 49, _lib/_mediaqueries.scss */
  .rwd_search .search-form input {
    border: none;
    width: 100%;
    height: 80px;
    color: #00698F;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 10px;
    font-weight: normal;
    line-height: 17px;
    display: block;
    box-shadow: none;
  }
  /* line 25, _lib/_mixins.scss */
  .rwd_search .search-form input::-webkit-input-placeholder {
    color: #00698F;
  }
  /* line 25, _lib/_mixins.scss */
  .rwd_search .search-form input:-moz-placeholder {
    color: #00698F;
  }
  /* line 25, _lib/_mixins.scss */
  .rwd_search .search-form input::-moz-placeholder {
    color: #00698F;
  }
  /* line 25, _lib/_mixins.scss */
  .rwd_search .search-form input:-ms-input-placeholder {
    color: #00698F;
  }
  /* line 67, _lib/_mediaqueries.scss */
  .rwd_search .search-form button {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: -999em;
    background: url(images/search.png) no-repeat center center;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
  }
  /* line 79, _lib/_mediaqueries.scss */
  .rwd_search .search-form button:hover, .rwd_search .search-form button:active, .rwd_search .search-form button:focus {
    background-color: #fefefe;
  }
}
@media (max-width: 1200px) {
  /* line 92, _lib/_mediaqueries.scss */
  .affix, .affix-bottom {
    width: 293px;
  }
  /* line 95, _lib/_mediaqueries.scss */
  .site_header .header_meta {
    float: right;
  }
  /* line 97, _lib/_mediaqueries.scss */
  .site_header .header_meta .header_top {
    margin: 0;
    padding: 0;
  }
  /* line 101, _lib/_mediaqueries.scss */
  .site_header .header_meta .header_top section {
    float: right;
    margin: 0;
  }
  /* line 104, _lib/_mediaqueries.scss */
  .site_header .header_meta .header_top section p {
    margin: 0;
  }
  /* line 108, _lib/_mediaqueries.scss */
  .site_header .header_meta .widget_search,
  .site_header .header_meta .contrast-button,
  .site_header .header_meta ul {
    display: none;
  }
  /* line 113, _lib/_mediaqueries.scss */
  .site_header .header_meta .call_link {
    text-indent: -999em;
    width: 100px;
    height: 100px;
    background: url(images/phone_white.png) no-repeat center center #68c9d0;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
  }
  /* line 123, _lib/_mediaqueries.scss */
  .site_header .header_meta .call_link:hover, .site_header .header_meta .call_link:active, .site_header .header_meta .call_link:focus {
    background-color: #41bbc4;
  }
  /* line 129, _lib/_mediaqueries.scss */
  .site_header .header_meta .widget_glt_widget {
    float: right;
  }
  /* line 134, _lib/_mediaqueries.scss */
  .site_header .header_top select.goog-te-combo {
    margin: 32px 10px 0 0;
    padding: 10px 5px !important;
    background: #00698F;
    color: #fff;
    width: auto !important;
    text-transform: uppercase;
    border: none !important;
    font-family: "Bliss", Arial, sans-serif;
    font-size: 13px;
    width: 138px !important;
  }
  /* line 146, _lib/_mediaqueries.scss */
  .site_header .navbar-header {
    display: block;
  }
  /* line 149, _lib/_mediaqueries.scss */
  .site_header h1.logo {
    margin: 17px;
  }
  /* line 152, _lib/_mediaqueries.scss */
  .site_header .container-fluid,
  .site_header .col-xs-12 {
    padding: 0;
  }
  /* line 156, _lib/_mediaqueries.scss */
  .site_header .row {
    margin: 0;
  }
  /* line 159, _lib/_mediaqueries.scss */
  .navbar-toggle {
    background: #00698F;
    margin: 0;
    float: right;
    padding: 0;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 0;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
  }
  /* line 169, _lib/_mediaqueries.scss */
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background: #00445c;
  }
  /* line 174, _lib/_mediaqueries.scss */
  .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
    margin: 0 auto;
  }
  /* line 181, _lib/_mediaqueries.scss */
  .search_button {
    width: 100px;
    height: 100px;
    background: #E4B365;
    border: none;
    font-size: 20px;
    padding: 0;
    float: right;
    color: #fff;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
    flow-from: inherit;
  }
  /* line 192, _lib/_mediaqueries.scss */
  .search_button:hover, .search_button:active, .search_button:focus {
    background: #dc9e3a;
  }
  /* line 198, _lib/_mediaqueries.scss */
  .site_nav {
    width: 100%;
    margin: 0;
    background: #00698F;
  }
  /*--------------------------------
    Navigation Break
  --------------------------------*/
  /* line 209, _lib/_mediaqueries.scss */
  .container-fluid > .navbar-header {
    margin: 0;
  }
  /* line 212, _lib/_mediaqueries.scss */
  .navbar-header {
    float: right;
  }
  /* line 214, _lib/_mediaqueries.scss */
  .navbar-header .navbar-toggle {
    display: block;
  }
  /* line 218, _lib/_mediaqueries.scss */
  .navbar-collapse {
    border-top: none;
    padding: 0;
    box-shadow: none;
  }
  /* line 222, _lib/_mediaqueries.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 226, _lib/_mediaqueries.scss */
  .navbar-fixed-top {
    top: 0;
    border: none;
  }
  /* line 230, _lib/_mediaqueries.scss */
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  /* line 233, _lib/_mediaqueries.scss */
  .navbar-nav > li {
    float: none;
    margin: 0;
  }
  /* line 236, _lib/_mediaqueries.scss */
  .navbar-nav > li > a {
    padding: 15px 30px;
  }
  /* line 240, _lib/_mediaqueries.scss */
  .navbar-nav > li.selected > a {
    background: none;
  }
  /* line 246, _lib/_mediaqueries.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background: none;
    border: none;
    box-shadow: none;
  }
  /* line 254, _lib/_mediaqueries.scss */
  .navbar-nav .open .dropdown-menu > li > a i {
    display: none;
  }
  /* line 260, _lib/_mediaqueries.scss */
  .collapse.in {
    display: block !important;
    padding: 0;
  }
  /* line 265, _lib/_mediaqueries.scss */
  .dropdown-submenu:hover .dropdown-meny {
    display: none !important;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Tablet

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 993px) {
  /* line 290, _lib/_mediaqueries.scss */
  .site_header .widget_shopping_cart {
    display: none;
  }
  /* line 293, _lib/_mediaqueries.scss */
  .site_nav nav .navbar-nav .dropdown-menu {
    min-width: 0;
    width: 100%;
    position: relative;
    border-radius: 0;
    margin: 0 0 20px 0;
  }
  /* line 300, _lib/_mediaqueries.scss */
  .flexslider-hg.flexslider .flex-direction-nav {
    display: none !important;
  }
  /* line 303, _lib/_mediaqueries.scss */
  .affix, .affix-top, .affix-bottom {
    width: auto;
    position: static !important;
  }
  /*--------------------------------
    Home
  --------------------------------*/
  /* line 309, _lib/_mediaqueries.scss */
  .unslider .home_slider li {
    height: 500px;
  }
  /* line 312, _lib/_mediaqueries.scss */
  .home_tabs {
    padding: 30px 0;
  }
  /* line 315, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tabs li a {
    padding: 20px 10px;
    font-size: 14px;
  }
  /* line 321, _lib/_mediaqueries.scss */
  .home_posts {
    padding: 30px 0;
  }
  /* line 324, _lib/_mediaqueries.scss */
  .home_posts .home_post .thumb {
    height: auto;
    margin: 0 0 20px 0;
  }
  /* line 328, _lib/_mediaqueries.scss */
  .home_posts .home_post span.date,
  .home_posts .home_post h3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* line 333, _lib/_mediaqueries.scss */
  .home_posts .home_post h3 {
    font-size: 22px;
  }
  /* line 336, _lib/_mediaqueries.scss */
  .home_posts .home_post p {
    padding: 20px;
  }
  /* line 344, _lib/_mediaqueries.scss */
  .page_nav ul li a {
    padding: 15px;
    font-size: 14px;
    display: block;
    height: 100%;
  }
  /* line 352, _lib/_mediaqueries.scss */
  div.sidebar, .page_content {
    padding: 20px;
  }
  /*--------------------------------
    Footer
  --------------------------------*/
  /* line 359, _lib/_mediaqueries.scss */
  .unslider .testimonials_slider li .testimonial_content h4 {
    font-size: 25px;
  }
  /* line 363, _lib/_mediaqueries.scss */
  .unslider .testimonials_slider li .testimonial_content .testimonial {
    padding: 50px;
  }
  /* line 368, _lib/_mediaqueries.scss */
  .footer-container .mc4wp-form-fields input[type=email] {
    width: 50%;
  }
  /* line 371, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data {
    width: 70%;
    font-size: 30px;
  }
  /* line 374, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data:before, .flexslider_hg_footer-testimonials .slide .slide-data:after {
    width: 30px;
    width: 30px;
    height: 30px;
    background-size: cover !important;
  }
  /* line 382, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials ul.slides img {
    width: auto !important;
    height: 300px;
  }
  /* line 386, _lib/_mediaqueries.scss */
  .trust_marks .widget_black_studio_tinymce {
    padding: 80px 0 0 0;
  }
  /* line 388, _lib/_mediaqueries.scss */
  .trust_marks .widget_black_studio_tinymce p {
    font-size: 18px;
  }
  /* line 392, _lib/_mediaqueries.scss */
  .facebook-holder {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Mobile

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* line 410, _lib/_mediaqueries.scss */
  .unslider .home_slider li {
    height: 350px;
  }
  /* line 413, _lib/_mediaqueries.scss */
  .unslider .home_slider li .slider_content h4 {
    font-size: 18px;
  }
  /* line 416, _lib/_mediaqueries.scss */
  .unslider .home_slider li .slider_content h3 {
    font-size: 30px;
  }
  /* line 419, _lib/_mediaqueries.scss */
  .product_thumb,
  .product_content {
    margin: 0 0 30px 0;
  }
  /* line 423, _lib/_mediaqueries.scss */
  .woocommerce div.product form.cart .button {
    display: block;
    width: 100%;
  }
  /* line 428, _lib/_mediaqueries.scss */
  .site_header h1.logo {
    margin: 10px;
  }
  /* line 431, _lib/_mediaqueries.scss */
  .site_header h1.logo a {
    width: 98px;
    height: 60px;
    background: url(images/ada_logo_rwd.png) no-repeat;
    background-size: contain !important;
  }
  /* line 438, _lib/_mediaqueries.scss */
  .site_header h1 {
    margin: 10px;
  }
  /* line 442, _lib/_mediaqueries.scss */
  .site_header .search_button,
  .navbar-header .navbar-toggle,
  .site_header .header_meta .call_link {
    width: 80px;
    height: 80px;
  }
  /* line 448, _lib/_mediaqueries.scss */
  .site_header .header_meta .widget_glt_widget {
    display: none;
  }
  /*--------------------------------
    Home Page
  --------------------------------*/
  /* line 455, _lib/_mediaqueries.scss */
  .home_banner .flexslider_hg_homepage-slider .slide {
    height: 400px;
    max-height: none;
    position: relative;
  }
  /* line 459, _lib/_mediaqueries.scss */
  .home_banner .flexslider_hg_homepage-slider .slide img {
    position: absolute;
    width: auto !important;
    height: 100%;
    right: 0;
  }
  /* line 466, _lib/_mediaqueries.scss */
  .home_banner .flexslider_hg_homepage-slider .slide .slide-data {
    font-size: 30px;
  }
  /* line 469, _lib/_mediaqueries.scss */
  .home_tabs {
    padding: 15px 0;
  }
  /* line 472, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tabs li {
    width: 50%;
  }
  /* line 475, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tabs li a {
    padding: 20px 10px;
  }
  /* line 478, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tab_item .tab_content {
    width: 100%;
    padding: 30px;
  }
  /* line 482, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tab_item .tab_feature {
    display: none;
  }
  /* line 485, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tab_item .tab_content h1, .home_tabs #tab-container .tab_item .tab_content h2 {
    word-break: normal;
    font-size: 40px;
  }
  /* line 489, _lib/_mediaqueries.scss */
  .home_tabs #tab-container .tab_item .tab_content h3,
  .home_tabs #tab-container .tab_item .tab_content h4,
  .home_tabs #tab-container .tab_item .tab_content h5,
  .home_tabs #tab-container .tab_item .tab_content h6 {
    font-size: 18px;
  }
  /* line 495, _lib/_mediaqueries.scss */
  .home_post {
    margin-bottom: 15px;
  }
  /*--------------------------------
    Inner Page
  --------------------------------*/
  /* line 501, _lib/_mediaqueries.scss */
  .inner_page {
    padding: 0 0 15px 0;
  }
  /* line 504, _lib/_mediaqueries.scss */
  #banner {
    height: 250px;
  }
  /* line 508, _lib/_mediaqueries.scss */
  #banner .banner_content h4 {
    font-size: 30px;
  }
  /* line 511, _lib/_mediaqueries.scss */
  .page_nav ul {
    display: block;
  }
  /* line 514, _lib/_mediaqueries.scss */
  .breadcrumbs {
    margin: 30px 0;
    text-align: center;
  }
  /* line 518, _lib/_mediaqueries.scss */
  .page_nav ul li {
    border-right: none;
    border-bottom: 1px solid #005676;
  }
  /* line 521, _lib/_mediaqueries.scss */
  .page_nav ul li a {
    padding: 20px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 15px;
    background-image: url(images/nav_arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
  }
  /* line 529, _lib/_mediaqueries.scss */
  .page_nav ul li a img {
    display: none;
  }
  /* line 534, _lib/_mediaqueries.scss */
  .page_nav ul li.current-menu-item:after, .page_nav ul li.current-menu-parent:after {
    display: none;
  }
  /* line 537, _lib/_mediaqueries.scss */
  div.sidebar, .page_content {
    padding: 20px;
  }
  /* line 540, _lib/_mediaqueries.scss */
  .page_content .entry-header {
    margin: 30px 0;
  }
  /* line 543, _lib/_mediaqueries.scss */
  .page_content h1.entry-title {
    font-size: 40px;
    margin: 0;
  }
  /* line 547, _lib/_mediaqueries.scss */
  .page_content .entry-header span {
    font-size: 18px;
  }
  /*--------------------------------
    Footer
  --------------------------------*/
  /* line 554, _lib/_mediaqueries.scss */
  .unslider .testimonials_slider li .testimonial_content h4 {
    font-size: 20px;
  }
  /* line 557, _lib/_mediaqueries.scss */
  .unslider .unslider-arrow {
    display: none;
  }
  /* line 559, _lib/_mediaqueries.scss */
  .unslider .testimonials_slider li .testimonial_content .testimonial {
    padding: 20px;
  }
  /* line 564, _lib/_mediaqueries.scss */
  .footer-container {
    padding: 20px 0 200px 0;
  }
  /* line 567, _lib/_mediaqueries.scss */
  .footer-container h3 {
    margin: 0px 0;
  }
  /* line 570, _lib/_mediaqueries.scss */
.footer-container .footer_links img {
    float: none;
    margin: 0 auto 10px auto;
    display: block;
}
.footer-container p {text-align: center;}
.open_logo_top_text {width: 100%;text-align: center;margin: 0 auto 1em;}
.footer-container .footer_last_one_by_three_logo a img {margin-left: 0 !important;margin-bottom: 1em !important;}

  /* line 574, _lib/_mediaqueries.scss */
  .footer-container .footer_links {
    margin: 30px 0 0 0;
  }
  /* line 577, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide {
    height: 350px;
    max-height: none;
    position: relative;

  }
  /* line 581, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide img {
    width: auto !important;
    height: 100% !important;
    position: absolute;
    right: 0;
  }
  /* line 588, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data h2 {
    margin: 0 0 10px 0;
  }
  /* line 591, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data {
    width: 80%;
  }
  /* line 594, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data:before, .flexslider_hg_footer-testimonials .slide .slide-data:after {
    width: 20px;
    height: 20px;
    background-size: cover !important;
  }
  /* line 600, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data:before {
    left: -25px;
  }
  /* line 603, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials .slide .slide-data:after {
    right: -25px;
  }
  /* line 607, _lib/_mediaqueries.scss */
  .flexslider_hg_footer-testimonials ul.slides img {
    width: auto !important;
    height: 300px;
  }
  /* line 611, _lib/_mediaqueries.scss */
  .footer-container .mc4wp-form-fields input[type=email] {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 615, _lib/_mediaqueries.scss */
  .footer-container .mc4wp-form-fields input[type=text] {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------

  Small Mobile

-------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 380px) {
  /* line 636, _lib/_mediaqueries.scss */
  .site_header .search_button,
  .navbar-header .navbar-toggle,
  .site_header .header_meta .call_link {
    width: 60px;
    height: 80px;
  }
  /*--------------------------------
    Home Page
  --------------------------------*/
  /*--------------------------------
    Inner Page
  --------------------------------*/
}
.webform_powered_by_link {
  display: none !important;
}
.page-id-106 .sidebar_container .sidebar .product_list_widget li:nth-child(5), .page-id-106 .sidebar_container .sidebar .product_list_widget li:nth-child(6), .page-id-106 .sidebar_container .sidebar .product_list_widget li:nth-child(7){
  display: none;
}
/*====10-11-2017====*/
.page-id-19 .col-xs-12.col-sm-12.col-md-8.main_content {
  width: 100%;
}
.page-id-19 .col-xs-12.col-sm-12.col-md-4.sidebar_container {
  display: none;
}
.contact_us_left_content {
  float: left;
  width: 60%;
}
.contact_right_form {
  background: #00698f none repeat scroll 0 0;
  float: right;
  height: 100%;
  padding: 25px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 32%;
}
.page-id-19 .inner_page .scroll_lock .main_content .page_content {
  padding-right: 0;
}
.contact_right_form > p {
  color: #ffffff !important;
}
.page-id-19 .contact_right_form > h3 {
  font-size: 22px !important;
  font-weight: bold;
  margin-top: 10px;
}
.page-id-19 .contact_right_form .wpcf7-form .form_item > label {
  color: #ffffff !important;
}
.page-id-19 .contact_right_form .wpcf7-form .form_item > em {
  color: #ffffff !important;
}
.page-id-19 .contact_right_form .wpcf7-form-control.wpcf7-textarea {
  height: 150px !important;
}
.page-id-19 .contact_right_form h1 strong {
  color: #d66754 !important;
}
.page-id-19 .contact_right_form .wpcf7-form .form_item > p {
  color: #ffffff !important;
}
.page-id-19 .contact_right_form form.wpcf7-form input {
  height: 40px !important;
}
.contact_right_form .wpcf7-response-output {
  color: #ffffff !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  text-align: center !important;
}
.contact_right_form > h1 {
  line-height: 1 !important;
  margin-top: 0 !important;
}
.contact_us_left_content form.wpcf7-form input {
  height: 40px !important;
}
.last_footer_links {
    width: 100%;
    float: left;
    text-align: center;
    margin: 1em auto;
}
.footer-container .footer_links img {
	float: none;
	margin: 0 auto 2em 2em !important;
	display: inline-block;
}
.footer_last_one_by_three_logo a:last-child {margin-left: 2em;}
.footer_last_one_by_three_logo {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.footer_left_contact_num {
	width: 100%;
	float: left;
	text-align: center;
	margin: 1em auto auto;
}
.footer_left_contact_num p {
	margin: 0;
}
.open_logo_top_text {
	width: 100%;
	text-align: center;
	margin: 0 auto 3em;
}
.post-categories li {
  list-style: none;
}
/*-------ecommerce design-------------------*/
/*=====29-1-2018=====*/
.single-product .cart .cw_qty {
  border: 1px solid #626262;
  border-radius: 5px;
  height: 40px;
  margin-right: 10px;
  padding: 0 5px;
  width: 75px;
}
.single-product .product .col-xs-12.col-sm-8.col-md-6 {
  width: 47% !important;
}
.single-product .product .col-sm-8.col-md-3.col-sm-push-4 {
  width: 28% !important;
}
.woocommerce-cart .shop_table .product-quantity .cw_qty {
  border: 1px solid #626262;
  border-radius: 5px;
  padding: 5px;
}
.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea {
  padding: 10px;
}
.woocommerce-checkout input:focus, .woocommerce-checkout select:focus, .woocommerce-checkout textarea:focus {
  border:1px solid;
}
.woocommerce-checkout .selection .select2-selection__rendered {
  line-height: normal;
  padding: 10px;
}
.woocommerce-checkout .selection .select2-selection.select2-selection--single {
  height: 40px;
  border-radius: inherit;
}
.woocommerce-checkout .checkout .col-1, .woocommerce-checkout .checkout .col-2 {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 20px;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address .input-checkbox {
  margin-left: 0;
}
.woocommerce-checkout .checkout .col-2 #ship-to-different-address span {
  padding-left: 20px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  margin-top: 0;
}
.woocommerce-checkout .col-2 p.checkfirst {
  float: left;
  width: 49%;
}
.woocommerce-checkout .col-2 p.checklast {
  clear: none;
  float: right;
  width: 49%;
}
.single-ticket-info-block {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 15px;
}
.col-1 .checkbox #createaccount {
  position: relative;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 49% !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  overflow: visible;
  width: 49%;
}
.woocommerce-checkout .checkout .form-row input {
  border: 1px solid #acacac !important;
}
.woocommerce-lost-password .lost_reset_password .input-text {
  padding: 10px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  border: 1px solid;
  color: #008000;
  font-size: 20px;
  margin-bottom: 40px;
  padding: 5px;
  text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details {
  margin-bottom: 30px;
  padding-left: 0;
}
.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details {
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
}
.single-product .product_content {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 10px 20px;
}
.woocommerce-checkout .checkout .woocommerce-billing-fields h3 {
  font-size: 1.7em;
}
.woocommerce-checkout #some_custom_checkout_field h2 {
  color: #d66754;
}
.woocommerce-checkout h3#order_review_heading {
  font-size: 1.7em;
}
.single-ticket-info-block .ticket-number {
  color: #d66754;
  font-size: 20px;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
  background: #f5f5f5;
  border-radius: 0;
  border: none;
}
.woocommerce-lost-password .main_content .page_content {
  padding: 50px;
}
.woocommerce-lost-password .sidebar_container .sidebar .widget.woocommerce.widget_products {
  margin-bottom: 0;
}
.woocommerce-lost-password .sidebar_container .sidebar {
  padding: 15px 10px;
}
.post-type-archive #container > div#content {
  background: #ffffff none repeat scroll 0 0;
  margin: 50px auto;
  padding: 50px;
}
.post-type-archive-product ul.products{
 margin-top:20px;
}
.post-type-archive-product ul.products li a .price del {
  display: inline-block !important;
  margin-right: 15px;
}
.post-type-archive-product ul.products li.product {
  width: calc(25% - 2.9%);
}
.post-type-archive-product ul.products li.product:last-child {
  margin-right: 0;
}
.post-type-archive-product .woocommerce-ordering .orderby {
  padding: 6px;
}
.post-type-archive-product .sidebar .widget.woocommerce.widget_products {
  text-align: center;
  margin-bottom: 0;
  padding: 30px;
}
p#billing_email_field {width: 100%; clear: both; }
p.validate-postcode {float: left; width: 50%; }
.cheq_info{padding: 20px; font-size: 17px; border: 1px solid rgba(0,0,0,.1); border-radius: 5px;}
p#shipping_country_field {width: 50%; float: left; clear: none; padding: 5px 20px; }
p#shipping_postcode_field {clear: none; }
.workshop_details {margin: 0 0 60px 0; font-size: 20px; color: #00688e; }
h1.margin-bot-0 {margin-bottom: 0 !important; }
.textwidget.custom-html-widget .cart_icon a {
 background: url("images/cart_icon.png");
 /*padding-top: 5em; */
 background-size: 60%;
 background-repeat: no-repeat;
 margin: 12px 12px 0;
 height: 26px;
 width: 17px;
 background-position: center;
 color: transparent;
 padding: 14px;
 text-decoration: none;
}
.textwidget.custom-html-widget {
 margin-top: 10px;
}
.center_txt{text-align: center;margin: 5px 0;}
.scroll_msg,.scroll_msg:hover{color:#D66754;font-size: 20px;text-decoration: none;cursor: default;}
div#order_review {outline:0;}
.qty_btn{font-size: 14px;/*color: #FFFFFF;*/}
/*.main-btn-area{text-align: center; background: #D66754; padding: 08px; font-family: inherit; width: 50%; margin: 0 auto;}*/
.main-btn-area{text-align: center;}
a.qty_btn:hover {text-decoration: none; /*color:#FFF;*/}
/*12022018*/
.single-tkt {margin: 5px 0 10px 0;}
.single-tkt span {
    display: block;
}
.myarea{
  font-size: 16px;
  padding-top: 15px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 25px;
}
.myarea strong{color: #d66653;}
/*.payment_box {display: none !important;}
.payment_box.payment_method_bpoint {display: block !important;}*/
.payment_box.payment_method_bacs,.payment_box.payment_method_cheque,.payment_box.payment_method_paypal{display: none !important;}
section.woocommerce-order-details {clear: both; padding-top: 10px; }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {border-bottom: 1px solid #e5e5e5; padding-bottom: 40px; }
section.woocommerce-order-details {border-top: 1px solid #e5e5e5; }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {border-bottom: 1px solid #e5e5e5; padding-bottom: 40px; }
span.cart_count {position: absolute; top: -12px;background: #FFF; border-radius: 50%; width: 20px; font-size: 11px; height: 20px; text-align: center; line-height: 20px;color:#000;}
.cart_icon {position: relative;}
/*------------------------------------------------------*/
.page_listing li a{
	color: #00698F;
	/* font-size: 18px; */
	/* line-height: 32px; */
	width: 100%;
	float: left;
	background-image: url("https://adaaustralia.com.au/wp-content/uploads/2018/03/check-mark.png");
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 25px;
	background-position: left top 11px;
	list-style: none !important;
	width: 100%;
	margin: 0 auto 5px;
text-decoration:none;
}
.page_listing li {
	list-style: none;
	width: 100%;
	float: left;
}
.page_listing {
	width: 100%;
	float: left;
	margin: 0 auto 40px;
	padding: 0 !important;
}
.page_listing li a:hover{
color:#68c9d0;
}

/*footer */
.footer-container .full-width {
	width: 100%;
	float: left;
	display: block;
	left: 0;
}
.left-footer-sec {
	width: 60%;
	float: left;
}
.col-xs-12.col-sm-6.col-md-4.contact-detail-footer {
	width: 100%;
	float: left;
}
.hidden-xs.col-sm-6.col-md-8.about-footer-left {
	width: 100%;
	float: left;
	margin: 0 auto 4em;
}
.mail-chimp iframe {
	height: 356px !important;
}
.cristmass-banner {text-align: center;height: 650px;width: 100%;}
.cristmass_inner {display: flex;height: 100%;flex-direction: column;justify-content: center;}





  @media only screen and (min-width: 1024px) and (max-width: 1200px){

  	 /*edit-profile*/
	.login_fild_area .cleanlogin-field:last-child {margin-right: 0; }
	body .cleanlogin-form .cleanlogin-field {margin-right: 16px !important;}

  }

.popmake .pum-close.popmake-close {
  background: #ffffff none repeat scroll 0 0 !important;
  border-radius: 100% !important;
  height: 37px !important;
  min-width: 37px !important;
  padding: 0 !important;
  color: #000000 !important;
  font-weight: 900 !important;
  right: -13px !important;
  top: -13px !important;
  z-index: 999999999999999999;
  position: absolute;
  text-indent: inherit !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  font-size: 20px !important;
  box-shadow: 0px 0px 6px 1px rgba( 0, 0, 0, 0.5 );
}

.pum-container.popmake.pum-responsive.pum-responsive-medium {
  /* border: medium none; */
  /* left: 0 !important; */
  /* margin: auto !important; */
  /* right: 0 !important; */
  width: 660px;
  /* padding: 0 !important; */
  float: none !important;
  border-radius: 3px !important;
  position: relative;
  background: #ffffff !important;
  display: inline-block;
  margin: auto !important;
}
.popmake .pum-content form.wpcf7-form {
  border-top: 0 !important;
}
.popmake .pum-content .wpcf7-form p:first-of-type {
  float: left;
  width: 65%;
  margin-bottom: 0px !important;padding:0 !important;
}
.popmake .pum-content .wpcf7-form p:last-of-type {
float: right;
    width: 35%;
    margin-bottom: 0px !important;padding:0 !important;
}
.pum-container .pum-content .form-sec {
  width: 100%;
  float: left;
  margin: 0 auto;
  background-color: #E9E9E9;padding: 0 30px 40px 30px;border-radius: 3px !important;
}
.heading_block {border-bottom: none !important;margin: 0 auto !important;}
.heading_block .heading01 {
  font-family: "Bliss", Arial, sans-serif !important;
  font-size: 24px !important;
  color: #000000;
  line-height: normal;
  margin: 0px;
  padding: 20px 30px 0 30px;
  font-weight: 600;
}
.content_box #mCSB_1_container p:nth-child(2n) {
  padding:0 30px 20px 30px!important;
  font-size: 1em !important;
  color: rgba(0, 0, 0, 0.5);
}
.btn_close.pum-close.popmake-close:hover {
  text-decoration: none;
}
.content_desc .suntitle {
 padding: 0 30px 30px 30px !important;
 font-size: 16px!important;
 color: rgba(0, 0, 0, 0.5);
}
.content_box #mCSB_1_container.mCSB_inside p:first-child{
  padding:0!important;
}
.mCSB_inside p {
  padding: 0 30px 0 !important;
}
.content_box {
  padding: 0px 0px 0 0px !important;
}
.pum-overlay .pum-container #pum_popup_title_2462 {font-size: 24px !important;  font-family: "Bliss", Arial, sans-serif !important;
  padding: 33px 30px 0 30px;font-weight: 600;color: rgba(0, 0, 0, 0.8) !important;
}
.pum-overlay .pum-container .pum-content.popmake-content > p {
  padding: 5px 30px 20px !important;
  color: rgba(0, 0, 0, 0.5);
}
.popmake-content form.wpcf7-form input {height: inherit;}
.pum-overlay .pum-container .email-449 input {
  width: 100% !important;
}
.popmake .pum-content .wpcf7-form p:last-of-type input {
  float: right;
  padding: 10px 0 10px 30px !important;
  margin-top: 30px !important;
  width: 100% !important;
  background: #1b82a0 url(images/popup-submit-icon.png) no-repeat left 15px center !important;
  background-size: 20px !important;
  font-family: "Bliss", Arial, sans-serif !important;
  font-weight: 600 !important;
font-size: 18px;
letter-spacing: 1px !important;
	margin-right:20px !important;
	margin-bottom:-30px !important;
}
.popmake .pum-content .wpcf7-form .wpcf7-validation-errors{float: left;
    margin: 10px 0 0;
    padding: 8px;
    text-align: center;
    width: 100%;}

 .popmake .pum-content .wpcf7-form .wpcf7-mail-sent-ok{float: left;
    margin: 10px 0 0;
    padding: 8px;
    text-align: center;
    width: 100%;}


/*  pop up form  */

.modal.fade.in{background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; z-index: 9999;height: 100%;overflow: scroll;}
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-dialog {
    position: relative;
    align-items: center;
    display: flex;
    height: 100%;
    margin: auto;
    width: 600px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

/*.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}*/

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    position: relative;
}
.modal-dialog .modal-header button {
  background: #000000 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff !important;
  font-size: 30px !important;
  height: 40px !important;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
}

.modal-body .rightsideform .textarea_one textarea{border: 1px solid #000; height: 150px; color: #000;}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 21px;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-body .rightsideform .submit_contact .wpcf7-submit{color: #fff !important; border: 1px solid #3877be !important;}
.modal-body .rightsideform .submit_contact .wpcf7-submit:hover{border: 1px solid #000 !important;}
.modal-body .rightsideform .wpcf7-validation-errors,.modal-body .rightsideform .wpcf7-mail-sent-ok{margin: 0px;}
.modal-body .rightsideform span.wpcf7-not-valid-tip {
  bottom: -39px;
  color: #ff0000;
  display: block;
  font-size: 0.9em;
  position: absolute;
}
.fa-mail-box:before{
    content: "\11500";
}


.flip_box_btn {
    display: none !important;
}
@media only screen and (max-width: 1200px){
.vc_btn3-container.flip_box_btn.vc_btn3-inline {
	 display: block !important;
}
}

/*** Start 12 Nov 2018 ***/
.page.page-id-19 .page_content h1.entry-title {
    color: #ddb072;
}
/*** End 12 Nov 2018 ***/
/*.home_slider ul li:nth-child(2n) {
    display: none;
}*/
/* Style the dots*/
.unslider {
   /* set the positioning context for the dots */
   position: relative;
}
.unslider-nav {
   /* position the navigation dots over the slides */
   position: absolute;
   left: 0;
   right: 0;
   top: 95%;

   z-index: 1000; /* Make sure the dots show over the images */
}
.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}
.page_nav .menu-resources-container ul li a { background: #666 !important;}


/***Added AUSHOST DEC2019***/
/* Enter Your Custom CSS Here */
/* Price Remove Start */
div#product-1565 span.price_text {
    display: none;
}
div#product-1567 span.price_text {
    display: none;
}
div#product-1568 span.price_text {
    display: none;
}
div#product-1569 span.price_text {
    display: none;
}
div#product-1570 span.price_text {
    display: none;
}
div#product-1571 span.price_text {
    display: none;
}
/* Price Remove End */

/* Left-Right Side Bars Remove Start */
div#product-1565 div.col-xs-12.col-sm-4.col-md-3 {
 display:none;
}
div#product-1565 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
div#product-1565 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}

div#product-1567 div.col-xs-12.col-sm-4.col-md-3 {
 display:none;
}
div#product-1567 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
div#product-1567 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}

div#product-1568 div.col-xs-12.col-sm-4.col-md-3 {
 display:none;
}
div#product-1568 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
div#product-1568 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}

div#product-1569 div.col-xs-12.col-sm-4.col-md-3 {
 display:none;
}
div#product-1569 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
div#product-1569 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}

div#product-1570 div.col-xs-12.col-sm-4.col-md-3 {
 display:none;
}
div#product-1570 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
div#product-1570 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}

div#product-1571 div.col-xs-12.col-sm-4.col-md-3 {
 display:none;
}
div#product-1571 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
div#product-1571 div.col-xs-12.col-sm-8.col-md-3.col-sm-push-4.col-sm-push-0 {
 display:none;
}
/* Left-Right Side Bars Remove End */

/* Expend main as 100% start*/
div#product-1565 div.col-xs-12.col-sm-8.col-md-6 {
    width: 100%!important;
}
div#product-1567 div.col-xs-12.col-sm-8.col-md-6 {
    width: 100%!important;
}
div#product-1568 div.col-xs-12.col-sm-8.col-md-6 {
    width: 100%!important;
}
div#product-1569 div.col-xs-12.col-sm-8.col-md-6 {
    width: 100%!important;
}
div#product-1570 div.col-xs-12.col-sm-8.col-md-6 {
    width: 100%!important;
}
div#product-1571 div.col-xs-12.col-sm-8.col-md-6 {
    width: 100%!important;
}
.popmake .pum-content form.wpcf7-form .wpcf7-response-output {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px auto 0;
	margin-top:35px !important;
}
div#custom-box1 {
  border-style: solid;
  border-color: #003333;
  margin-left: 0.3cm;
  margin-right: 0.3cm;
  width: 100%;
  text-align: center;
}
.single-product .summary.entry-summary {
    display: none;
}



@media only screen and (max-width: 1200px){
  .speaker_list_btn a.read-more.blue-btn {padding: 0.2em 0.5em !important;}
  li.speaker_list {min-height: 165px;}
  ul.speaker_section li.speaker_list.full-width {width: calc(50% -1em) !important;}
}

@media only screen and (max-width: 1023px){
  .speaker_list_btn a.read-more.blue-btn {font-size: 0.7em;margin: 0em 0.3em 0 0 !important;padding: 0.2em 0.33em !important;}
  .speaker_list .pull-right p {font-size: 0.8em;}
}

@media only screen and (max-width: 767px){
  li.speaker_list {width: calc(100% - 1em) !important;}
  .speaker_list .pull-right p {font-size: 0.85em;}
  .speaker_list .pull-right h6 {font-size: 1.4em;}  
  .speaker_list_btn a.read-more.blue-btn {font-size: 0.9em;margin: 0em 0.5em 0 0 !important;padding: 0.2em 0.7em !important;}
  li.speaker_list {min-height: 100% !important;}

  /*Home-Banner*/
  .crs-head-part .crs-top-head {font-size: 36px !important;}
  .crs-head-part .crs-head-cont {font-size: 32px !important;}
  .cristmass_inner .crs-head-part {margin-bottom: 35px !important;}
  .cristmass_text .crs-bold-txt {font-size: 18px !important;}
  .cristmass-banner .cristmass_text {font-size: 16px !important;width: 95% !important;margin: 0px auto !important;}
  .cristmass-banner {height: 550px !important;}
	
	
  .spam-robot {padding-left: 0px !important;}
  .wpcf7-form-control-wrap {width: 1px !important;}
  .popmake .pum-content .wpcf7-form p:last-of-type input{margin-top:134px !important;margin-right:180px !important;}
}

@media only screen and (max-width: 486px){
	.speaker_list .pull-right h6 {font-size: 1.1em !important;margin-bottom: 0.15em !important;}
	.speaker_list .pull-right p {font-size: 0.75em;text-align: left !important;}
	.speaker_list_btn {margin-top: 0em;}
	.speaker_list_btn a.read-more.blue-btn {font-size: 0.7em;margin: 0em 0.3em 0 0 !important;padding: 0.2em 0.3em !important;line-height: 16px;}
	
  	/*Home-Banner*/	
	.crs-head-part .crs-top-head {font-size: 28px !important;}
	.crs-head-part .crs-head-cont {font-size: 24px !important;}
	.cristmass_text .crs-bold-txt {font-size: 16px !important;}
	.cristmass-banner .cristmass_text {font-size: 14px !important;}
	.cristmass_inner .crs-head-part {margin-bottom: 20px !important;}
	.cristmass-banner {height: 450px !important;}
	
	
}

@media only screen and (max-width:1200px) {
	.shifting-sponsors img {width:100% !important; height: 100% !important;}
	.human_rights_social_justice .shifting-yellow-btn {padding:10px 19px !important;}
	
}

@media only screen and (max-width: 1023px){
    .shifting-sponsors img {width:100% !important; height:100% !important;}	
	.human_rights_social_justice .shifting-yellow-btn {font-size:11px !important; padding:10px 11px !important;}	
	.human_rights_social_justice .shifting-orange-btn {font-size:11px !important;}
}

@media only screen and (max-width: 767px){
    .shifting-sponsors img {width:100% !important; height:100% !important;}	
	.human_rights_social_justice .shifting-yellow-btn {font-size:11px !important; padding:10px 11px !important;}	
	.human_rights_social_justice .shifting-orange-btn {font-size:11px !important;}
}

@media only screen and (max-width: 486px){
	.shifting-sponsors img {width:100% !important; height:100% !important;}
}

.cristmass-banner {
  align-items: center;
  background: rgba(0, 0, 0, 0) url("images/new-year-slider.jpg") no-repeat scroll 0 0 / cover ;
  display: flex;
  display:-webkit-flex;
  height: 650px;
  justify-content: center;
}
.cristmass_inner .crs-head-part {
  margin-bottom: 58px;
}
.crs-head-part .crs-top-head {
  color: #00698f;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  margin: auto;
}
.crs-head-part .crs-head-cont {
  color: #d66754;
  font-size: 38px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}
.cristmass-banner .cristmass_text {
  color: #000000;
  font-size: 22px;
  width: 660px;
}
.cristmass_text .crs-bold-txt {
  font-size: 24px;
  margin-bottom: 15px;
}
.cristmass_text .read-more {
  display: table;
  margin: 15px auto auto;
}

.human_rights_social_justice .shifting-yellow-btn {
	padding:15px 25px;
	color:#fff;
	font-family:inherit;
	/* border:1px solid #000 !important; */
	font-size:15px;
	line-height:1.5em !important;
  margin-top:0 !important;
  background: rgba(228, 179, 101, 1)url(images/pointing-to-right.png) no-repeat scroll left 12px center !important;
  padding-left: 54px !important;
  box-shadow: 1px 1px 15px 5px hsla(0, 0%, 0%, 0.1);
}

.human_rights_social_justice .shifting-orange-btn {
	/* background:#d66754 !important; */
	padding:15px 30px;
	color:#fff;
	font-family:inherit;
	/* border:1px solid #000 !important; */
	font-size:15px;
	line-height:1.5em !important;
  margin-top:0 !important;
  background: rgba(214, 103, 84, 1)url(images/pointing-to-right.png) no-repeat scroll left 12px center !important;
  padding-left: 54px !important;
  box-shadow: 1px 1px 15px 5px hsla(0, 0%, 0%, 0.1);
}
.human_rights_social_justice .shifting-orange-btn:hover, .human_rights_social_justice .shifting-yellow-btn:hover {
  text-decoration: none;
}
.page-id-5020 .banner_content{
	display: none;
}
.partnerships .partnerships_list .vc_col-sm-4:first-child {
  background: #BCD8ED !important;
}
.partnerships .partnerships_list .vc_col-sm-4:last-child {
  background: #FDE6D8;
}
.partnerships .partnerships_list .vc_col-sm-4:nth-child(2n) {
  background: #97EDFE !important;
  margin: 0px 20px;
}
.partnerships .partnerships_list .vc_col-sm-4 {
  padding: 20px 5px;
  width: calc(33.33% - 14px);
  min-height: 580px;
}
.partnerships .partnerships_list {
  margin-top: 20px;
}
.partnerships .partnerships_list .vc_col-sm-4 .wpb_text_column p {
  color: #626266;
}
.partnerships .partnerships_list .vc_col-sm-4 .wpb_text_column p strong {
  font-weight: 600;
  letter-spacing: 1px;
}
.partnerships .partnerships_list .vc_col-sm-4 .wpb_text_column p strong.partnerships_list_header {
  font-size: 20px;
}
.partnerships .partnerships_list .vc_col-sm-4 .wpb_content_element {
  margin-bottom: 0;
}
.partnerships .partnerships_list a {
  color: #3a3a3a;
  text-decoration: underline;
  word-break: break-word;
}
.partnerships .partnerships_list:nth-child(3) .vc_col-sm-4 {
  min-height: 360px;
}
.partnerships .partnerships_list:nth-child(4) .vc_col-sm-4 {
  min-height: 400px;
}


div#form_disability_advocacy .description_below li#field_3_4, form#gform_2 .description_below li#field_2_4 {
  font-size: 0.9em !important;
}
form#gform_4 .description_below li#field_4_82 .description_text {
  font-size: 1.1em !important;
}

@media only screen and (min-width: 1400px){
  .partnerships .partnerships_list .vc_col-sm-4 {min-height: 600px;}
  .partnerships .partnerships_list:nth-child(3) .vc_col-sm-4 {min-height: 385px;}
}

@media only screen and (max-width: 1200px){
.partnerships .partnerships_list .vc_col-sm-4 {min-height: 705px;padding: 10px 5px;}
.partnerships .partnerships_list:nth-child(3) .vc_col-sm-4 {min-height: 425px;}
.partnerships .partnerships_list:nth-child(4) .vc_col-sm-4 {min-height: 455px;}
}

@media only screen and (max-width: 1023px){
  .partnerships .partnerships_list .vc_col-sm-4 {padding: 20px 5px !important;width: 100%;min-height: auto !important;}
  .partnerships .partnerships_list .vc_col-sm-4:nth-child(2n) {margin: 20px 0px;}
}
.page-id-100 .contact_page div#myModaleduone .modal-content .modal-body form#gform_5 .description_below li#field_5_12 {
    display: inline-table;
}
.appIcon {
	margin-right:20px;
}

.page-id-5374 #banner .banner_content h2 {display: none;}

.app_orange_btn {
	background:#d66754 !important;
	color:#fff;
	font-family: inherit;
	border:1px solid #000 !important;
	font-size:13.9px !important;
	line-height:2.5em !important;
	padding:10px 25px;
	margin:0 !important;
}

.firstname{
 	width:79%;
	float:left;
}

.lastname {
	width:79%;
	float: right;
	margin-right:-200px !important;
	margin-top:-22px;
}

.email-544 input {width:164% !important;}


@media only screen and (min-width: 320px) and (max-width:359px){
	.app_orange_btn {font-size:10px !important;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {padding: 10px 10px; font-size:12px !important;}
	.vc_custom_1553212232611 {margin-left:15px;}
	.page-id-3524 .green-btn {font-size:12px !important;}
	.firstname {width:100% !important; margin-bottom:30px !important;}
	.lastname {width:100% !important; float:none !important;}
	form.wpcf7-form .email-544 input {width:100% !important; margin-top:-12px !important;}
	.content_desc {max-height:500px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-top:20px !important; margin-left:0px !important; margin-bottom:12px !important; margin-bottom:-3px !important;}
	.subscription_type {width:100% !important; margin-left:0px !important; margin-top:125px !important; margin-bottom:75px !important; height:0px;}
}
@media only screen and (min-width: 360px) and (max-width:374px) {
	.app_orange_btn {font-size:12px !important;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {font-size:12px !important;}
	.vc_custom_1553212232611 {margin-left:20px;}
	.firstname {width:100% !important; margin-bottom:30px !important;}
	.lastname {width:100% !important; float:none !important;}
	form.wpcf7-form .email-544 input {width:100% !important; margin-top:-12px !important;}
	.content_desc {max-height:500px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-top:20px !important; margin-left:0px !important; margin-bottom:12px !important;margin-bottom:-3px !important;}
	.subscription_type {width:100% !important; margin-left:0px !important; margin-top:125px !important; margin-bottom:75px !important; height:0px;}
}
@media only screen and (min-width: 375px) and (max-width:413px) {
	.app_orange_btn {font-size:13px !important;}
	.vc_custom_1553212232611 {margin-left:39px;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {padding:10px 20px;}
	.vc_custom_1553212232611 {margin-left:16px;}
    .firstname {width:100% !important; margin-bottom:30px !important;}
	.lastname {width:100% !important; float:none !important;}
	form.wpcf7-form .email-544 input {width:100% !important; margin-top:-12px !important;}
	.content_desc {max-height:500px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-top:20px !important; margin-left:0px !important; margin-bottom:12px !important;margin-bottom:-3px !important;}
	.subscription_type {width:100% !important; margin-left:0px !important; margin-top:125px !important; margin-bottom:75px !important; height:0px;}
}
@media only screen and (min-width: 414px) and (max-width:599px) {
	.app_orange_btn {font-size:14px !important;}
	.vc_custom_1553212232611 {margin-left:58px;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {padding:10px 14px; font-size:12px !important;}
	.firstname {width:100% !important; margin-bottom:30px !important;}
	.lastname {width:100% !important; float:none !important;}
	form.wpcf7-form .email-544 input {width:100% !important; margin-top:-12px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-bottom:-3px !important;}
	.content_desc {max-height:500px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-top:20px !important; margin-left:0px !important; margin-bottom:12px !important;margin-bottom:-3px !important;}
	.subscription_type {width:100% !important; margin-left:0px !important; margin-top:125px !important; margin-bottom:75px !important; height:0px;}
}
@media only screen and (min-width: 600px) and (max-width:767px) {
	.popmake .pum-content .wpcf7-form p:first-of-type {width:100%;}
	.app_orange_btn {font-size:14px !important;}
	.vc_custom_1553212232611 {margin-left:58px;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {padding:10px 14px; font-size:12px !important;}
	.firstname {width:100% !important; margin-bottom:30px !important;}
	.lastname {width:100% !important; float:none !important;}
	form.wpcf7-form .email-544 input {width:100% !important; margin-top:-12px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-bottom:-3px !important;}
	.content_desc {max-height:500px !important;}
	.popmake .pum-content .wpcf7-form p:last-of-type input {margin-top:65px !important; margin-left:0px !important; margin-bottom:12px !important;margin-bottom:-3px !important;}
	.subscription_type {width:440px !important; margin-left:30px !important; margin-top:125px !important; margin-bottom:75px !important; height:0px;}	
	.spam-robot {padding-left: 30px !important;}
	
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
	.app_orange_btn {font-size:10px !important; padding:10px 5px;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {padding: 10px 10px; font-size:10px !important;}
	.page-id-3524 .green-btn {padding:10px 14px; font-size:12px !important;}
}
@media only screen and (min-width: 1024px)  and (max-width: 1200px){
	.app_orange_btn {font-size:10px !important;}
	.page-id-5554 .read-more.blue-btn, .read-more.blue-btn {font-size:12px !important;}
}

li#field_6_9{
	margin-top:-75px;
}

.fa-phone:before {
	font-size:26px;
}

.fa-envelope:before {
	font-size:22px;
}

.fa-globe:before {
	font-size:26px;
}

.fa-fax:before {
	font-size:22px;
}

.fa-tty:before {
	font-size: 22px;
}

.spam-robot {
	padding-left: 30px;
    height: 0px;
    padding-top: 100px;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-top:60px !important;
}

#subscriptionType {
	color:rgba(0, 0, 0, 0.6);
}

.subscription_type {
	width: 90%;
    margin-left: 30px;
}

.videoContaine {
	height:200px;
}


.videoContaine img {
	height:200px;
	display: block;
    
}

.videoContaine a img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .5);
}

.embed-play {
	position:absolute;

}

.embed-play a:hover{
	text-decoration: none;
}

.embed-play i {
	font-size:125px;
	color:#fff;
	opacity: .8;
    text-shadow: 1px 2px 10px rgba(0,0,0,1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .3s;
	list-style-type: none;
    padding: 38px 97px;
	background-color: rgba(0,0,0,0.3)
}

.embed-play i:hover{
	color:red;
}

.embed-play span {
	display:none;
}

.fa-play-circle {
	font-size:125px;
}

@media only screen and (max-width: 320px) {
	.videoContaine img {
		width:250px;
		height:auto;	
	}
	.embed-play i {
		font-size:68px;
		padding:50px 96px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.videoContaine img {
		width:220px;
		height:auto;	
	}
	.embed-play i {
		font-size:68px;
		padding:40px 80px;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
	.videoContaine img {
		width:285px;
		height:auto;	
	}
	.embed-play i {
		font-size:120px;
		padding:35px 91px;
	}
}


.supporting_financial {
	background-color: #3acad3; 
}


.supporting_financial img{
	width:450px; 
	height:235px;
	
}

.supporting_financial_url
{
	font-size: 20px; 
	color: #fff; 
	padding: 25px;
	
}

.supporting_financial_url a {color: #fff; }

@media only screen and (min-width:1366px) and (max-width: 1919px) {
	.supporting_financial_url{
		padding-left:35px;
	}
	.support_for_myself .modal-content {
		margin-top:140px !important;
	}
}

@media only screen and (max-width:1024px) {
	.supporting_financial {width:85%;}
	.supporting_financial img {width:85%; height:85%;}
	.supporting_financial_url {font-size:16px;}
}

@media only screen and (max-width:800px){
	.supporting_financial_url {font-size:14px; padding:15px;}
}

@media only screen and (min-width:2000px) and (max-width: 2559px) {
	.supporting_financial_url{
		padding-left:25px;
	}
}

.popup_form_page .modal-dialog {
	width: 713px;
	position:absolute;
}

.popup_form_page .modal-content {
	height: 488px;
    background: url(https://adaaustralia.com.au/wp-content/uploads/2019/10/popup-box-bg-img.jpg) no-repeat;
}

.popup_form_page .popup_title  {
	font-family: Bliss;
	font-size: 24px !important;
	line-height: 26px;
	color: #262626;
	padding-left:45px;
	padding-top:18px;
}

.modal-content .modal-header .popup_info {
	font-family: Bliss;
	font-size: 14px;
	line-height: 14px;
	color: #626266;
	padding-left:45px;
	padding-right: 325px;
	padding-top:0px;
}

.modal-content .popup_info {
	font-family: Bliss;
	font-size: 14px;
	line-height: 14px;
	color: #626266;
	padding-left:60px;
	padding-right: 325px;
	padding-top:15px;
	float:left;
}

.modal-content .for_myself{
	width: 277px;
	height: 58px;
	background: #00698F;
	border-radius: 7px;
	margin-left:60px;
	margin-top:12px;
}

.modal-content .for_someone{
	width: 277px;
	height: 58px;
	background: #D66754;
	border-radius: 7px;
	margin-left:60px;
	margin-top:12px;
}

.modal-content .for_someone a, .modal-content .for_myself a{
	font-family: Bliss;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	width: 258px;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}

.popup_form_page .modal-dialog ul {
	padding-right: 325px;
	padding-left:100px;
	padding-bottom:10px;
	margin-top: 8px;
}

.popup_form_page .modal-dialog ul li {
	width:100% !important;
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: underline;
}

.list_1{
	color: #00698F !important;
}

.list_2{
	color: #68c9d0 !important;
}

.list_3{
	color: #35AFCA !important;
}

.list_4{
	color: #D66754 !important;
}

.support_for_myself .modal-dialog {
	width:615px;
}

.support_for_someone .modal-dialog{
	width:700px;
	height:1520px;
}

.support_for_myself .modal-content {
	height:760px;
	width:615px;
	border-radius: 12px !important;
}

.support_for_someone .modal-content{
	width:700px;
	border-radius: 12px !important;
}

.support_for_myself .modal-header{
	background: url(https://adaaustralia.com.au/wp-content/uploads/2019/10/support-for-myself-header-img.png);
}

.support_for_someone .modal-header{
	background: url(https://adaaustralia.com.au/wp-content/uploads/2019/10/Support-for-Someone-Else-bg-img.png);
}

.support_for_myself .modal-header h1, .support_for_someone .modal-header h1{
	font-family: Bliss;
	font-size: 24px !important;
	line-height: 26px;
	color: #FFFFFF;
	padding-left:98px;
    padding-top: 15px;
    padding-bottom: 6px
}

.support_for_myself ul li, .support_for_someone ul li {
	width: 50%;
    float: left;
    clear: none !important;
    margin-top: 5px !important;
}

.support_for_myself ul li .gfield_select, .support_for_myself ul li .ginput_container, .support_for_myself ul li .ginput_container input
{
	width: 225.5px !important;
    height: 32px;
}

.support_for_someone ul li .gfield_select, .support_for_someone ul li .ginput_container, .support_for_someone ul li .ginput_container input {
	width: 219px !important;
    height: 32px;
}

.support_for_myself .modal-body {
	padding-left: 65px;
    padding-right: 65px;
}

.support_for_someone .modal-body {
	padding-left: 168px;
    padding-right: 65px;
}


.support_for_myself #field_10_11, .support_for_myself #field_10_12, .support_for_myself ul li #input_10_12, .support_for_someone #field_11_20, .support_for_someone #field_11_21 {
	width:100% !important;
}

.support_for_myself .modal-body ul li .ginput_container, .support_for_someone .modal-body ul li .ginput_container, .support_for_someone .ginput_container_select #input_11_21 {
	width:100% !important;
}

.support_for_myself .modal-body ul li .ginput_container textarea.medium {
	height:58px;
}

.support_for_someone .modal-body ul li .ginput_container textarea.medium {
	height:63px;
}


.support_for_myself #field_10_5 {
	margin-top: 5px !important;
}

.support_for_myself #field_10_12 {
	margin-top:25px !important;
}

.support_for_someone #field_11_21 {
	margin-top:40px !important;
}

.support_for_someone .gform_wrapper label.gfield_label {
	font-size:13px !important;
}
.support_for_myself .gform_footer #gform_submit_button_10{
	background:#00698F;
	font-family: Bliss;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0;
	margin-top: 25px;
}

.support_for_someone .gform_footer #gform_submit_button_11{
	background:#D66754;
	font-family: Bliss;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0;
	margin-top: 25px;
}

.support_for_someone .gfield_description{
	font-size: 8px !important;
	line-height: 8px !important;
	margin-top:5px;
}

.support_for_someone .gform_wrapper h2.gsection_title {
	margin-left: 150px !important;
    width: 100px;
}

.support_for_someone .gform_wrapper .gsection {
	border-bottom: none;
}

.support_for_someone .gform_body ul{
	margin-top:-95px !important;
}

.support_for_someone #field_11_1 {
	margin-left: -276px !important;
	float: left;
}

.support_for_someone #field_11_13{
	margin-left: -740px !important;
	float: left;
	margin-top: 60px !important;
}

.support_for_someone #field_11_12{
	border-bottom: 1px solid #A7A7A7;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

@media only screen and (max-width:1280px) and (min-width:1051px){
	.support_for_myself .modal-content {
		margin-top:40% !important;
	}
	
}

@media only screen and (max-width:1050px) and (min-width:801px){
	.support_for_myself .modal-content {
		margin-top:100px !important;
	}
	
}

@media only screen and (max-width:800px) and (min-width:769px){
	.support_for_myself .modal-content {
		margin-top:50% !important;
	}
	
}

@media only screen and (max-width:713px) and (min-width:600px) {
	.popup_form_page .modal-dialog {
		width:90% !important;
	}
	
	.popup_form_page .modal-dialog {
		padding-right: 200px !important;
	}
	
	.modal-content .popup_info {
		padding-right: 200px !important;
	}
	
	.popup_form_page .modal-dialog ul li {
    	width: 205% !important;
	}
	
	.popup_form_page .modal-header {
		margin-top:-15px;
	}
	
	.support_for_myself .modal-dialog, .support_for_myself .modal-content {
		width: 560px !important;
		margin-top: -400px;
	}
	
	.support_for_myself ul li .ginput_container input, .support_for_myself ul li .gfield_select {
		width: 195.5px !important;
	}
	
	.support_for_myself .gform_wrapper textarea.medium, .support_for_myself ul li #input_10_12  {
		width: 96% !important;
	}
	.support_for_myself .gform_footer #gform_submit_button_10 {
		width: 100px !important;
	}
	
	.support_for_someone .modal-dialog, .support_for_someone .modal-content {
		width:550px !important;
		margin-top: -75%;
	}
	
	.support_for_someone .modal-header {
		height:77px !important;
	}
	
	.support_for_someone .modal-header h1 {
		font-size:22px !important;
		padding-left: 65px;
	}
	
	.support_for_someone ul li .ginput_container input, .support_for_someone ul li .gfield_select {
		width:145px !important;
	}
	
	.support_for_someone .gform_wrapper textarea.medium, .support_for_someone .ginput_container_select #input_11_21 {
		width:96% !important;
	}
	
	.support_for_someone .gform_footer #gform_submit_button_11 {
		width:100px !important;
	}
	
	.support_for_someone #field_11_13 {
    	margin-left: -595px !important;
	}
	
	.support_for_someone #field_11_29 {
		margin-left: 1px !important;
	}
	
}

@media only screen and (max-width:599px) and (min-width:400px) {
	.popup_form_page .modal-dialog {
		width: 375px !important;
	}
	
	.popup_form_page .modal-dialog {
		padding-right: 100px !important;
	}
	
	.modal-content .popup_info {
		padding-right: 50px !important;
	}
	
	.popup_form_page .modal-dialog ul li {
    	width: 300px !important;
	}
	
	.popup_form_page .modal-header {
		margin-top:-15px;
	}
	
	.popup_form_page .modal-dialog ul {
    	padding-left:80px !important;
	}
	
	.popup_form_page .modal-content {
		width: 375px !important;
	}
	
	.popup_form_page .popup_title {
		padding-left:30px;
	}
	
	.popup_form_page .modal-content .modal-header .popup_info{
		padding-left:30px;
	}
	
	.popup_form_page .modal-content .for_myself, .modal-content .for_someone {
		margin-left: 45px;
	}
	
	.popup_form_page .modal-content .popup_info{
		padding-left:45px;
	}
	
	.support_for_myself .modal-dialog {
		width:380px !important;
		margin-top: 160px !important;
	}
	
	.support_for_myself .modal-content{
		width:380px !important;
	}
	
	.support_for_myself .modal-header {
		height:77px !important;
	}
	
	.support_for_myself .modal-header h1 {
		font-size: 20px !important;
		padding-left: 26px;
	}
	
	.support_for_myself ul li {
		width:100% !important;
	}
	
	.support_for_myself #field_10_5 {
    	margin-top: 0px !important;
	}
	
	.support_for_myself .modal-content{
		height: 1085px !important;
	}
	
	.support_for_myself .gform_wrapper textarea.medium, .support_for_myself ul li #input_10_12{
		width: 91% !important;
	}
	
	.support_for_myself .gform_footer #gform_submit_button_10 {
		width: 100px !important;
		margin-top: 20px;
    	float: left;
	}
	
	.support_for_someone .modal-dialog, .support_for_someone .modal-content {
		width:380px !important;
		margin-top: 190px;
	}
	
	.support_for_someone .modal-header {
		height:77px !important;
	}
	
	.support_for_someone .modal-header h1 {
		font-size:18px !important;
		padding-left: 12px;
	}
	
	.support_for_someone ul li .ginput_container input, .support_for_someone ul li .gfield_select {
		width:100% !important;
	}
	
	.support_for_someone .gform_wrapper textarea.medium, .support_for_someone .ginput_container_select #input_11_21 {
		width:100% !important;
	}
	
	.support_for_someone .gform_footer #gform_submit_button_11 {
		width:100px !important;
		margin-top: 25px;
	}
	
	.support_for_someone #field_11_13 {
    	margin-left: -58px !important;
	}
	
	.support_for_someone ul li {
		width:100% !important;
	}
	
	.support_for_someone #field_11_1 {
		margin-left: -26px !important;
	}
	
	.support_for_someone .gform_wrapper h2.gsection_title {
		width:200px !important;
	}
	
	.support_for_someone .gform_wrapper h2.gsection_title {
		margin-left: 0px !important;
	}
	
	.support_for_someone .modal-body {
		padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	
	.support_for_someone .gform_wrapper .gsection {
		margin-bottom:0px !important;
	}
	
	.support_for_someone #field_11_13 {
		margin-top:0px !important;
	}
	
	
}

@media only screen and (max-width:399px) and (min-width:360px) {
	.popup_form_page .modal-dialog {
		width: 330px !important;
	}
	
	.popup_form_page .modal-dialog {
		padding-right: 100px !important;
	}
	
	.modal-content .popup_info {
		padding-right: 50px !important;
	}
	
	.popup_form_page .modal-dialog ul li {
    	width: 300px !important;
	}
	
	.popup_form_page .modal-header {
		margin-top:-15px;
	}
	
	.popup_form_page .modal-dialog ul {
    	padding-left:60px !important;
	}
	
	.popup_form_page .modal-content {
		width: 325px !important;
	}
	
	.popup_form_page .popup_title {
		padding-left:25px;
	}
	
	.popup_form_page .modal-content .modal-header .popup_info{
		padding-left:15px;
	}
	
	.popup_form_page .modal-content .for_myself, .modal-content .for_someone {
		margin-left: 30px;
	}
	
	.popup_form_page .modal-content .popup_info{
		padding-left: 30px;
	}
	
	.support_for_myself .modal-dialog, .support_for_myself .modal-content {
		width:340px !important;
		margin-top: 160px !important;
	}
	
	.support_for_myself .modal-header {
		height:77px !important;
	}
	
	.support_for_myself .modal-header h1 {
		font-size: 18px !important;
		padding-left: 20px;
	}
	
	.support_for_myself ul li {
		width:100% !important;
	}
	
	.support_for_myself #field_10_5 {
    	margin-top: 0px !important;
	}
	
	.support_for_myself .modal-content{
		height: 1085px !important;
	}
	
	.support_for_myself .gform_wrapper textarea.medium, .support_for_myself ul li #input_10_12{
		width: 106% !important;
	}
	
	.support_for_myself .gform_footer #gform_submit_button_10 {
		width: 100px !important;
		margin-left: -7px !important;
		margin-top: 20px;
    	float: left;
	}
	
	.support_for_myself .gform_wrapper ul.gform_fields {
		margin-left: -8px !important;
	}
	
	.support_for_someone .modal-dialog, .support_for_someone .modal-content {
		width:340px !important;
		margin-top: 190px;
	}
	
	.support_for_someone .modal-header {
		height:77px !important;
	}
	
	.support_for_someone .modal-header h1 {
		font-size:16px !important;
		padding-left: 12px;
	}
	
	.support_for_someone ul li .ginput_container input, .support_for_someone ul li .gfield_select {
		width:100% !important;
	}
	
	.support_for_someone .gform_wrapper textarea.medium, .support_for_someone .ginput_container_select #input_11_21 {
		width:100% !important;
	}
	
	.support_for_someone .gform_footer #gform_submit_button_11 {
		width:100px !important;
		margin-top: 25px;
	}
	
	.support_for_someone #field_11_13 {
    	margin-left: -58px !important;
	}
	
	.support_for_someone ul li {
		width:100% !important;
	}
	
	.support_for_someone #field_11_1 {
		margin-left: -26px !important;
	}
	
	.support_for_someone .gform_wrapper h2.gsection_title {
		width:200px !important;
	}
	
	.support_for_someone .gform_wrapper h2.gsection_title {
		margin-left: 0px !important;
	}
	
	.support_for_someone .modal-body {
		padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	
	.support_for_someone .gform_wrapper .gsection {
		margin-bottom:0px !important;
	}
	
	.support_for_someone #field_11_13 {
		margin-top:0px !important;
	}
	
}

@media only screen and (max-width:359px) and (min-width:320px) {
	.popup_form_page .modal-dialog {
		width: 270px !important;
	}
	
	.popup_form_page .modal-dialog {
		padding-right: 100px !important;
	}
	
	.modal-content .popup_info {
		padding-right: 26px !important;
	}
	
	.popup_form_page .modal-dialog ul li {
    	width: 220px !important;
	}
	
	.popup_form_page .modal-header {
		margin-top:-15px;
	}
	
	.popup_form_page .modal-dialog ul {
    	padding-left:60px !important;
	}
	
	.popup_form_page .modal-content {
		width: 270px !important;
	}
	
	.popup_form_page .popup_title {
		padding-left:14px;
		font-size:20px !important;
	}
	
	.popup_form_page .modal-content .modal-header .popup_info{
		padding-left:15px;
	}
	
	.popup_form_page .modal-content .for_myself, .modal-content .for_someone {
		margin-left: 30px;
	}
	
	.popup_form_page .modal-content .popup_info{
		padding-left: 30px;
	}
	.modal-content .for_myself, .modal-content .for_someone {
		width: 210px !important;
	}
	
	.modal-content .for_someone a, .modal-content .for_myself a, .modal-content .for_someone a, .modal-content .for_myself a {
		font-size: 16px !important;
		width: 200px !important;
	}
	
	.popup_form_page .modal-dialog ul li, .modal-content .modal-header .popup_info, .modal-content .popup_info {
		font-size:12px !important;
	}
	
	.support_for_myself .modal-dialog, .support_for_myself .modal-content {
		width:280px !important;
		margin-top: 120px !important;
	}
	
	.support_for_myself .modal-header {
		height:77px !important;
	}
	
	.support_for_myself .modal-header h1 {
		font-size: 14px !important;
		padding-left: 20px;
	}
	
	.support_for_myself ul li {
		width:100% !important;
	}
	
	.support_for_myself #field_10_5 {
    	margin-top: 0px !important;
	}
	
	.support_for_myself .modal-content{
		height: 1090px !important;
	}
	
	.support_for_myself .gform_wrapper textarea.medium, .support_for_myself ul li #input_10_12{
		width: 122% !important;
	}
	
	.support_for_myself .gform_footer #gform_submit_button_10 {
		width: 100px !important;
		margin-left: -35px !important;
		margin-top: 20px;
    	float: left;
	}
	
	.support_for_myself .gform_wrapper ul.gform_fields {
		margin-left: -36px !important;
	}
	
	.support_for_someone .modal-dialog, .support_for_someone .modal-content {
		width:280px !important;
		margin-top: 190px;
	}
	
	.support_for_someone .modal-header {
		height:77px !important;
	}
	
	.support_for_someone .modal-header h1 {
		font-size:18px !important;
		padding-left: 12px;
		padding-top: 3px !important;
	}
	
	.support_for_someone ul li .ginput_container input, .support_for_someone ul li .gfield_select {
		width:100% !important;
	}
	
	.support_for_someone .gform_wrapper textarea.medium, .support_for_someone .ginput_container_select #input_11_21 {
		width:100% !important;
	}
	
	.support_for_someone .gform_footer #gform_submit_button_11 {
		width:100px !important;
		margin-top: 25px;
	}
	
	.support_for_someone #field_11_13 {
    	margin-left: -58px !important;
	}
	
	.support_for_someone ul li {
		width:100% !important;
	}
	
	.support_for_someone #field_11_1 {
		margin-left: -26px !important;
	}
	
	.support_for_someone .gform_wrapper h2.gsection_title {
		width:200px !important;
	}
	
	.support_for_someone .gform_wrapper h2.gsection_title {
		margin-left: 0px !important;
	}
	
	.support_for_someone .modal-body {
		padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	
	.support_for_someone .gform_wrapper .gsection {
		margin-bottom:0px !important;
	}
	
	.support_for_someone #field_11_13 {
		margin-top:0px !important;
	}
	
}

@media screen and (max-height: 575px){
	.ginput_recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.ginput_recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

.page-id-6241 .page_content h1.entry-title, .page-id-6236 .page_content h1.entry-title {
	display:none;
}

@media only screen and (max-width: 480px) {
	.page_content h1.entry-title-1 {font-size: 24px;}
}


@media only screen and (max-width: 767px) {
	.page_content h1.entry-title-1 {font-size: 36px;}
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
	.page_content h1.entry-title-1 {font-size: 45px;}
}

@media only screen and (max-width: 1200px) and (min-width: 1024px){
    .page_content h1.entry-title-1 {font-size: 46px;}
}

