html, body {
    bottom: 0;
    text-rendering: optimizeLegibility; /* kerning, primarily */
}

html {
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    text-align: center;
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
    font-weight: 200;
    font-size: 18px;
    color: #222;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #222;
}

ol, ul {
    padding-left: 1rem;
}

hr
{
    opacity: 1;
}

b, strong {
    font-weight: bold;
}

/**, ::after, ::before {
    box-sizing: unset;
}*/

.text-red
{
    color: #c41230;
}


img {
    border: 0 none;
}

p, td, li {
    font-weight: lighter;
    font-size: 17.5px;
    line-height: 150%;
    font-weight: lighter;
    color: #6d6e71;
    font-family: 'Montserrat', 'Open Sans', sans-serif !important;
}

a {
    color: #c41230;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

a:hover {
    color: #c41230;
    text-decoration: underline;
}

h1 {
    font-size: 25px;
    color: #c41230;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
    position: relative;
    z-index: 2;
}

h1:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #c41230;
    z-index: 1;
}

h1.underLineUnder
{
	border-bottom:1px solid #c41230;
}
h1.underLineUnder:before
{
	content:none;
}
h1.underLine:before
{
    top: unset;
    transform: unset;
    bottom: -5px;
}

#maincontent h1.underLine > span,
h1.underLine > span
{
    background: transparent !important;
}

h1 > span {
    background: #fff;
    /*padding: 0 10px;
	top: 50%;
	transform: translateY(-50%);*/

    position: relative;
	display: inline-block;
    z-index: 2;
}

.h1_remove_line:before
{
    display: none;
}

.h1_remove_line span
{
    padding: 0 !important;
}

h2 {
    font-size: 20px;
    color: #c41230;
    font-weight: 600;
}

.LMRed {
    color: #c41230
}

#homeContent {
    width: 50%;
}

#homeBlocks
{
    height: 100%;
}

#homepageIcon {
    display: block;
}

#homepageServices {
    display: none;
}

#mobile_footer_links {
    display: none;
}

#home_bottom {
    display: none;
}

#services_desktop {
    display: block;
    margin-top: 60px;
}

#mobile_banner {
    display: none;
}

#desktopContent {
    display: block;
    margin-top: 50px;
}

#mobileServices {
    display: none;
}

#footer_mobile {
    display: none;
}

#services_sub_desktop {
    display: block;
}

#services_sub_mobile {
    display: none;
}

.show-desktop {
    display: block;
}

.styled-select select {
    background: transparent;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 160px;
    padding: 4px 6px 4px 8px;
    border: 1px solid #c41230;
    border-radius: 8px;
    color: white;
    font-size: 17.5px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-right: 20px;
    box-sizing: border-box;
}

.styled-select {
    width: 170px;
    height: 34px;
    overflow: hidden;
    background: url(/images/library/new_arrow.png) no-repeat right #ddd;
    background-size: 15%;
    background-position: 140px 10px;
    background-color: transparent;
    top: 8px;
}

select::-ms-expand {
    display: none;
}

/****************
   MAIN CONTENT
****************/

#maincontent_outer {
    position: relative;
    margin: 0 auto;
}

#maincontent {
    position: relative;
    margin: 30px auto 80px auto;
    text-align: left;
    /*width: 940px;*/
    min-height: 250px;
    /*padding-bottom: 40px;*/
}

#mobile_banner
{
    margin-top: -30px;
}

.mainContentServices
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#maincontent h1 {
    text-align: center;
    font-weight: 600;

}

#maincontent p {
    margin-top: 0px;
}

#maincontent h1 > span {
    background: #fff !important;
    padding: 0 10px;
}


#contactMap {
    width: 50%;
    float: left;
}

#contactContent {
    width: 50%;
    float: right;
}

#map {
    width: 450px;
    height: 450px;
}

#media {
    width: 205px;
    height: 320px;
}

#media img {
    width: 200px;
    height: 280px;
}

/* INTHE MEDIA*/
.inthemedia_item_container {
    /*margin: 10px;
    float: left;
    width: 292px;
    height: 480px;*/
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inthemedia_item_content
{
    /*width: 265px;
    height: 150px;*/
    padding: 15px;
    position: relative;
    /*float: left;*/
    width: 100%;
}

.inthemedia_item_button {
    /*width: 265px;
    height: 30px;*/
    position: relative;
    /*float: left;*/
    padding: 10px;
}

/* QUARTERLY*/
.quarterly_item_container
{
    /*margin: 10px;
    float: left;
    width: 292px;
    height: 480px;*/
    background-color: #f6f6f6
}

.quarterly_item_content {
    /*width: 265px;
    height: 150px;*/
    padding: 15px;
    position: relative;
    /*float: left;*/
}

.quarterly_item_button {
    /*width: 265px;
    height: 30px;*/
    position: relative;
    /*float: left;*/
    padding: 15px;
}

/*CASE STUDIES */
.casestudies_item_container {
    margin: 10px;
    float: left;
    width: 292px;
    height: 520px;
    background-color: #f6f6f6
}

.casestudies_item_content {
    width: 265px;
    height: 200px;
    padding: 15px;
    position: relative;
    float: left;
}

.casestudies_item_button {
    width: 265px;
    height: 30px;
    position: relative;
    float: left;
    padding: 15px;
}

/****************
   SOCIAL MEDIA
****************/

.socialMediaIcons_container {
    position: relative;
    clear: both;
    background-color: #0081c6;
}

.socialMediaIcons_outer {
    width: 950px;
    position: relative;
    margin: 0 auto;
    text-align: right;
}

#socialMedia_container div {
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

div.socialMediaIcons {
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
}

div.socialMediaIcons_top {
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

div.icon_socialMedia {
    display: inline;
}

/*************
   HEADERh
*************/

#header_outer {
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 100px;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
}

#header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 100px;
}

#header_logo {
    position: relative;
    float: left;
    padding-top: 25px;
}

#header_logo img {
    height: 65px;
}

/********
   LOGO
********/

#logo_outer {
    height: 170px;
    padding-top: 20px;
}


/********
   MENU
********/

div.secondMenu_menu > a:hover {
    color: #cdcdcd;
}

div.secondMenu_menu > a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}

div.secondMenu_subMenu > a:hover {
    color: #cdcdcd;
}

div.secondMenu_subMenu > a {
    color: white;
    text-decoration: none;
}

.secondMenu_subMenu {
    display: none;
    text-align: left;
    position: absolute;
    padding: 32px 15px 15px 15px;
    top: 15px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 21%);
    background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(21%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 21%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 21%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 21%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 21%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

#menu_container {
    position: relative;
    /*width:950px;*/
    margin: 0 auto;
    z-index: 999999;
}

#menu_outer {
    position: absolute;
    width: 100%;
    left: 0;
}

#menu {
    position: relative;
    float: right;
    margin: 0;
    padding: 0;
    z-index: 35000;
    height: 40px;
    font-size: 14px;
    right: 15px;
    top: 45px;
    font-weight: lighter;
    display: flex;
    align-items: center;

    display: flex;
    justify-content: space-between;
}

#menu div.parent {
    position: relative;
    /*float: left;*/
    font-weight: 300;
    color: #25408f;
    display: block;
    /*width: 120px;*/
    text-align: center;
    padding: 0 8px;
}

#menu a {
    color: white;
}

#menu a:hover {
    color: #cdcdcd;
    text-decoration: none;
}

#menu span {
    color: #25408f;
    text-decoration: none;
}

#menu span:hover {
    color: black;
}

#menu .menuActive {
    color: white;
    text-decoration: none;
}

#menu div.hasSubMenu:hover > div.subMenu_outer {
    display: block;
}

#menu div.subMenu_outer {
    position: absolute;
    display: none;
}

#menu div.subMenuSpacer {
    position: relative;
    height: 53px;
    width: 100%;
}

#menu div.subMenu {
    position: relative;
    background-color: white;
    border: 3px solid #3ca747;
    border-top: none;
    bottom: 0px;
    left: -40px;
}

#menu div.subMenuItem {
    position: relative;
    clear: both;
    text-align: left;
    white-space: nowrap;
    padding: 5px 40px 5px 40px;
}

#menu div.subMenu div a {
    font-family: BebasNeue, helvetica;
    color: #848689;
    font-size: 22px;
}

#menu div.subMenu div a:hover {
    color: #3ca747;
}

/*********
  FOOTER
*********/

#footer_container {
    position: relative;
    clear: both;
    padding: 15px 0;
    background-color: #2f2e31;
}

#footer_outer {
    position: relative;
    clear: both;
    /*width: 950px;*/
    margin: 0 auto;
}

#footer_left {
    position: relative;
    float: left;
    width: 55%;
    color: #6d6e71;
}

#footer_right {
    position: relative;
    float: right;
    width: 45%;
}

/********************
   IMAGE ANIMATION
********************/

img.grow:hover {
    transform: scale(1.2);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    z-index: 3;
}

img.grow:not(:hover) {
    transform: scale(1);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    z-index: 3;
}

/************
   BANNER
************/

#banner {
    position: relative;
    padding: -0px 0px 0px 0px;
    /*top: -121px;*/
    background-image: url(/images/library/bannerbackground.jpg);
}

#contactUs_details a {
    color: #555555;
}


#legals {
    clear: both;
    position: relative;
    font-size: 10px;
    text-align: center;
    padding: 2px;
    margin: 0;
    color: #6d6e71;
}

#legals a {
    color: #6d6e71;
}

.contact_map_container {
    width: 100%;
    position: relative;
    float: left;
}

.contact_map_container_right {
    width: 100%;
    position: relative;
    float: right;
}

.contact_map_buttons {
    position: absolute;
    top: 350px;
    left: 330px;
}

.contact_map_buttons_left {
    position: absolute;
    top: 350px;
    left: 330px;
}

.contact-right-container {
    width: 46%;
    position: relative;
    margin-top: 10px;
    float: right;
}

.contact-left-container {
    width: 50%;
    position: relative;
    margin-top: 10px;
    float: left;
}


/*********
  MOBILE
  *******/

#mobile-header {
    display: none;
}

#menu_container6 {
    display: none;
}


/*********
    BLOG
 **********/

#newsYears ul {
    list-style-type: none;
    padding: 0px 5px 0px 0px;
}

#newsYears ul li a
{
    display: inline-block;
    padding: 10px 15px;
    /*background-color: #cdcdcd;*/
    width: 100%;
    text-align: center;
}

.resources_news #newsYears ul li a
{
    background-color: #cdcdcd;
}

#newsYears ul li a {
    text-decoration: none;
    font-size: 20px;
}

#newsMonths ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 50px;
}

#newsMonths ul li a
{
    display: inline-block;
    background-color: #c41230;
    font-size: 18px;

    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#newsMonths ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #cdcdcd;
}

#newsMonths.desktop ul li {
    /*padding: 10px 21.5px 10px 21.5px;*/
}

#newsArticleListing {
    position: relative;
    /*float: left;
    width: 940px;
    margin-top: 20px;*/
}

a.newsArticleDate {
    text-decoration: none;
    font-size: 16px;
}

font.newsDate {
    color: #c41230;
}

#newsArticle {
    position: relative;
}

#newsArticle h2 {
    color: #c41230;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 33px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}


#nav-icon4 {
    display: none;
}


#nav-icon4-desktop {
    display: block;
}


/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4-desktop {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    /*float: right;
    margin: 0;
    right: -20px;*/
    margin-left: 25px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4-desktop span {
    display: block;
    position: absolute;
    height: 4.5px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 4 */

#nav-icon4-desktop {
}

#nav-icon4-desktop span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4-desktop.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1.5px;
    left: 4px;
}

#nav-icon4-desktop.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4-desktop.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19.5px;
    left: 4px;
}

/*#intro-form input, textarea, select {
    padding: 10px;
    width: 100%;
    font-size: 17px;
}*/

#resConfirm {
    display: none;
    border: 1pt solid #FF0000
}

input[type=checkbox] {
    width: 30px !important;
}

input[type=radio] {
    width: 30px !important;
}

/*.intro-form-heading {
    top: -19px !important;
}*/

.no-desktop {
    display: none;
}

.enterPasswordBtnTandP {
    display: inline;
    margin-left: 40px;
    top: 10px;
}

.enterPasswordBtnTandP > span, .logoutBtnTandP > span {
    padding: 6px;
    border: 1px solid #c41230;
    border-radius: 8px;
    cursor: pointer;
}

.logoutBtnTandP {
    float: right;
}


/*****************
  CONTACT PAGES
*****************/

.contactIndexSection {
    position: relative;
    float: left;
    width: 23%;
}

.contactIndexSection {
    margin-right: 2.6%;
}

.contactIndexSection:last-child {
    margin-right: 0;
}

/*#contactPages > div:nth-child(3)
{
margin-left:3.5%;
margin-right:3.5%;
}

#contactPages > div > div:nth-child(2)
{
padding-top:25px;
}*/

.contactIndexBlock {
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
}


.contactIndexBlock > h2 {
    color: #c41230;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 10px 0 0 0;
    margin-bottom: 0px;
}

.contactIndexInfo_right a {
    text-decoration: none;
    display: inline-block;
}

.contactIndexMap > iframe {
    width: 100% !important;
    height: 250px !important;
}

.contactIndexInfo_right a > p {
    text-align: right;
    color: #c41230;
}

.contactIndexInfo_left, .contactIndexInfo_right {
    position: relative;
    display: inline-block;
}

.contactIndexInfo_left {
    float: left;
    padding-top: 15px;
    min-height: 136px;
    width: 100%;
    text-align: center;
}

.contactIndexInfo_right {
    float: right;
    padding-top: 0;
    width: 100%;
    text-align: center;
}

.contactIndexInfo_left h3 {
    color: #c41230;
    font-weight: bold;
    text-align: center !important;
}

.contactIndexInfo_left p {
    font-size: 16px;
}

.contactIndexInfo_left h3, .contactIndexInfo_right h3 {
    color: #c41230;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.contactIndexInfo_right a > p > span {
    padding: 4px 6px 4px 6px;
    border: 1px solid #c41230;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.contactIndexSection_sydney1Page, .contactIndexSection_sydney2Page {
    position: relative;
    width: 46%;
    display: inline-block;
}

.contactIndexSection_sydney1Page {
    float: left;
}

.contactIndexSection_sydney2Page {
    float: right;
    padding-top: 48px;
}

.mainContactBlock {
    display: flex;
}

.contactPageHeading {
    border: none;
    /*margin-bottom: 50px*/;
    text-align: left !important;
}

.contactPageHeading:before
{
    display: none;
}

/*.mainCityContentBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}*/

.mainContactPageHeading {
    font-size: 26px;
    margin-bottom: 50px;
    color: #c41230;
    font-weight: 600;
}

/*.contactCityBlock {
    width: 48%;
}*/

.contactInnerBlock {
    width: 100%;
    margin-bottom: 80px;
}

/*.mainCityContentBlock > div:nth-child(odd) {
    padding-right: 3%;
}

.mainCityContentBlock > div:nth-child(even) {
    padding-left: 3%;
}*/

.cityContactInfoOuter {
    /*display: flex;*/
    padding-bottom: 20px;
   /*flex-wrap: wrap;*/
}

.cityContactInfoInner {
    width: 50%;
}

.cityContactInfoInner:nth-child(odd) {
    width: 65%;
    text-align: left;
}

.cityContactInfoInner:nth-child(even) {
    text-align: right;
    position: relative;
    width: 35%;
}

.cityContactInfoInner > a {
    font-size: 20px;
    font-weight: 600;
}

.cityContactInfoInner > h2 {
    color: #c41230;
    font-weight: 600;
    /*margin: 0;
    margin-bottom: 40px;*/
}

.cityContactInfoInner > div {
    font-size: 16px;
}

.newButtonStyling {
    background-color: #c41230;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    padding: 7px 17px;
    border: none;
}

.newButtonStyling:hover {
    color: #fff;
    background-color: #a30d26;
    text-decoration: none;
}

.contactButtonOuter {
    /*position: absolute;
    bottom: 12px;
    right: 0;*/
}


.cityGoogleMap {
}

.cityGoogleMap iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
}

.outerFormSection {
    margin-top: 100px;
}

.contactPageContactFormSection > div {
    text-align: center;
    font-size: 36px;
    margin: 60px 0;
    font-weight: 600;
    color: #464646;
}

.contactPageContactFormSection > div > span {
    color: #c41230;
    line-height: 0;
}

.contactUsFormMain {
    display: flex;
	justify-content: space-between;
}

.contactUsFormLeft, .contactUsFormRight {
    width: 50%;
}

.contactUsFormMain label {
    color: #c41230;
}

.contactUsFormLeft {
    padding-right: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contactUsFormLeft > div:nth-child(3) {
    padding-bottom: 5px;
}

.contactUsFormRight {
    padding-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contactUsFormMain input, textarea {
    width: 100%;
}

.contactUsFormMain input {
    border: none;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    box-shadow: none;
    padding: 5px;
    padding-left: 0;
    padding-top: 0;
}

.contactUsFormMain label {
    color: #c41230;
    font-weight: 600;
}

.contactUsFormMain select, textarea {
    border-bottom: 1px solid #c7c7c7;
}

.form-control {
    font-size: 16px;
}

.contactUsFormMain button {
    border: none;
    box-shadow: none;
}

.cityDropdownOuter {
    display: flex;
    justify-content: space-between;
}

.cityDropdownLeft {
    width: 10%;
}

.cityDropdownRight {
    width: 80%;
}

.messageBoxOuter {
    padding-top: 30px;
}

.submitBtn_submitYourIdeaWrap {
    margin: 50px 0 ;
}

.cityDetailsOuter {
    /*display: flex;
    width: 100%;*/
}

.cityDetailsLeft {
    /*width: 40%;*/
}

.cityDetailsRight {
   /*width: 60%;*/
}

.cityDetailsRight iframe
{
    height: 100% !important;
}

.cityDetailsRight iframe {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cityIndexSection {
    width: 100%;
    margin-top: 100px;
}

.cityName {
    color: #c41230;
    font-size: 36px;
}

.marketingPlans_fieldset {
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-color: #c41230;
    border-width: 1px;
    padding: 0;
}

.marketingPlan_heading {
    margin: 0 auto;
    padding: 0px;
    color: #c41230;
    font-size: 25px;
}

.marketingPlan_body_marketingPlanHelp_process_wrap, .marketingPlan_body_marketingPlanCreated_process_wrap, .marketingPlan_body_marketingPlanCreated_process_wrap > div, .marketingPlan_body_marketingPlanCreated_process_arrow_wrap, .marketingPlan_body_marketingPlanCreated_process_arrow {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.marketingPlan_body_marketingPlanCreated_process_wrap > div {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.marketingPlan_body_marketingPlanHelp_process_wrap > div {
    width: 17%;
    margin-right: 5%;
}

.marketingPlan_body_marketingPlanHelp_process_wrap > div:last-child {
    margin-right: 0 !important;
}

.marketingPlan_body_marketingPlanHelp_process_wrap img, .marketingPlan_body_marketingPlanCreated_process_wrap img {
    width: 100%;
}

.marketingPlan_body_marketingPlanCreated_process_arrow {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 75px;
}

.marketingPlan_body_marketingPlanCreated_process_arrow img {
    width: 30% !important;
    margin
}

.marketingPlan_body_marketingPlanCreated_process_arrow_wrap, .marketing_getStartedBtn_wrap {
    text-align: center;
}

.marketingPlan_body_marketingPlanCreated_process_title {
    width: 150%;
    color: #6d6e71;
}

.marketing_getStartedBtn_wrap {
    margin-top: 60px;
}

.marketing_getStartedBtn_wrap a {
    border: 5px solid #c41230;
    display: inline-block;
    padding: 15px 0;
    border-radius: 70px;
    color: #fff;
    font-size: 500%;
    width: 100%;
    font-weight: bold;
    background-color: #c41230;
}

.marketing_getStartedBtn_wrap a:hover {
    text-decoration: none;
}

.marketingPlan_body_content {
    margin: 50px 0;
}

.marketingPlan_body_wrap {
    margin-top: 50px;
}

.officesAnchors_mobile {
    display: none;
}

#sydneyOffice > div:nth-child(2) {
    margin-top: 30px;
}

.contactPageContactAbbrWrap {
    color: #c41230;
}

.contactPageContactNoAddr {
    color: #6d6e71;
}

.socialMediaIconsWrap {
    margin-bottom: 5px;
}

.marketingPlan_body_marketingPlanHelp {
    text-align: left;
}

.marketingPlan_headerQuestionWrap {
    margin-bottom: 20px;
    text-align: left;
}

.marketingPlan_headerQuestionWrap_2 {
    margin-bottom: 25px;
    text-align: left;
}

.resourcesIndexPageWrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    width: 80%;
    margin: 0 auto;
}

.resourcesIndexPageWrap > div {
    text-align: center;
    width: 45%;
}

.littleNews #newsYears ul, .littleNewsList, .littleNewsListDescription, .littleNewsInDetContentHeaderWrap, .littleNewsListSeason ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.littleNewsListDescription {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.littleNews #newsYears ul li {
    background-color: initial;
}

.activeYear_littleNews {
    background: #c41230 !important;
}

.activeYear_littleNews > a {
    color: #fff !important;
}

.littleNewsList h1 {
    border-top: none;
    margin-top: 0;
    text-align: left !important;
    font-weight: bold !important;
    font-size: 18px;
}

.littleNewsList > div:first-child {
    margin-right: 10px;
    width: 45%;
}

.littleNewsList {
    margin-bottom: 30px;
}

.littleNewsListImgWrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.littleNewsListImgWrap:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    background: #c41230;
}

.littleNewsListImgWrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.littleNewsInDetContentHeaderWrap {
    margin-top: 30px;
}

.littleNewsInDetContentHeaderWrap h1 {
    border-top: none;
    margin-top: 0;
    text-align: left !important;
    font-weight: bold !important;
    font-size: 18px;
}

.littleNewsListSeason ul {
    list-style: none;
    padding-left: 0;
}

.littleNewsListSeason {
    margin-bottom: 15px;
}

.activeYear_littleNews_season_selected {
    display: inline;
    padding: 5px 10px 5px 10px;
    background: #c41230 !important;
}

.littleNewsListSeason a
{
    color: #c41230 !important;
}

.activeYear_littleNews_season_selected > a {
    color: #fff !important;
}

.littleNewsList > div {
    width: 55%;
}

.littleNewsViewMoreBtn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-decoration: none;
    font-weight: initial;
}

.littleNewsViewMoreBtn:hover, .littleNewsViewMoreBtn:active, .littleNewsViewMoreBtn:focus {
    text-decoration: none;
}

.littleNewsListDescriptionBrief {
    margin: 10px 0;
}

.littleNewsListDescriptionBriefMobile {
    display: none;
}

.littleNewsInDetContentDetailsWrap {
    margin: 40px 0;
}

.activeYearSeasonWrap_mobile {
    display: none;
}

.activeYearSeasonHideWrap_mobile, .activeYearSeasonWrap_mobile_outer {
    display: none;
}

.littleNewsList {
    cursor: pointer;
}

.littleNews ul {
    padding: 0 !important;
}

.littleNewsListSeason li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

h2.contactUs_cityName {
    display: none;
}

.contactIndexSection_sydney2Page {
    padding-top: 0;
}

/* CREATE YOUR OWN MAKRETING PLAN */

.createYourOwnMarketingPlanMainHeading > h1 {
    color: #6d6e71;
    font-weight: bold !important;
    font-size: 30px;
    border-top: none;
    line-height: 1.1em;
    margin: 100px 0 !important;
}

.marketingPlanRed {
    color: #c41230;
    top: 0;
    background: none !important;
    padding: 0 !important;
}

.step4Outer .innerChat
{
    width: 100%;
}

.innerChat {
    box-shadow: 0 4px 15px -5px #888888;
    padding: 30px;
    border-radius: 10px;
    width: 45%;
    font-size: 16px;
    line-height: 1.3;
    font-weight: lighter;
}

.innerChatOuterLeft {
    width: 12%;
}

.innerChatOuterRight {
    width: 85%;
}

.containerCreate {
    width: 100%;
}

.innerChatInitials {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #C0002B;
    color: white;
    text-align: center;
    font-size: 50px;
    margin-right: 20px;
    line-height: 98px;
}

.innerChatRow {
    display: flex;
    margin: 20px 0;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.marketingPlanBtn {
    color: #fff;
    background-color: #C0002B;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    /*height: 25px;*/
    border: none;
    cursor: pointer;
    width: fit-content;
	display: inline-block;
}

.marketingPlanBtn:hover {
    /*background-color: #73001a;*/
    color: #fff;
}

.innerChatInitialsEmpty {
    background-color: transparent;
}

.mainStepHeadingInner {
    color: #C0002B;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}

.chatDots {
    width: 1%;
    height: 12px;
    padding: 20px 35px;
}

.detailsFormOuter {
    /*display: flex;
    flex-wrap: wrap;
    width: 100%;*/
}

.detailsFormInner {
    /*width: 48%;*/
}

.detailsFormInner:first-child {
    /*margin-right: 30px;*/
}

.detailsFormInner label {
    display: block;
    font-size: 16px;
    color: #C0002B;
    margin-bottom: 10px;
}

.detailsFormInner input {
    margin-bottom: 40px;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 5px 0;
    width: 100%;
}

.detailsFormInner select {
    margin-bottom: 40px;
}

.formSubmitOuter {
    text-align: center;
    margin: 0 auto;
}

/*.detailsFormDropdownsOuter {
    display: flex;
    width: 100%;
}*/

/*.detailsFormDropdownsInner {
    width: 50%;
}*/

/*.detailsFormDropdownsInner:first-child {
    padding-right: 40px;
}*/

.paymentDetailsOuter {
    padding-left: 30px;
    width: 50%;
}

.paymentDetailsFormInner {
    width: 100%;
}

.formCheckbox {
    display: flex;
    margin: 20px 0 40px 0;
}

.pricingOuter {
    display: flex;
    width: 100%;
}

.pricingInner {
    width: 50%;
}

.pricingInner hr {
    margin: 10px 0 !important;
}

/*.formButtonOuter {
    position: absolute;
    right: 0;
    bottom: 60px;
}*/

.formButtonOuter
{
    text-align: right;
}

.stepOneCategoryHeading {
    width: 100%;
}

.marketingActivityColumnOuter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.marketingActivityColumn {
    width: 45%;
    margin-bottom: 50px;
}

.stepOneCategoryHeading {
    font-size: 17px;
    font-weight: bold;
    color: #C0002B;
}

.marketingActivityColumnOuter label {
    font-weight: 100;
    font-size: 12px;
    margin-left: 30px;
    font-weight: bold;
    color: #525252;
}

.individualActivityOuter {
    /*display: flex;*/
    margin-bottom: 10px;
}

/* 13th Sept 2022 - Michael asked to hide pricing on create your own marketing page */
.individualActivityOuter div:nth-child(2)
{
    display:none;
}

.individualActivityInner b {
    color: #C0002B;
    font-size: 12px;
}

.individualActivityInner i {
    font-size: 12px;
    color: #C0002B;
}

.marketingOptionDescription p {
    font-size: 12px;
}

.chatContent {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chatContent input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#ui-datepicker-div {
    width: auto;
}

input:checked ~ .checkmark {
    background-color: #C0002B;
}

.checkmark {
    position: absolute;
    /*top: 0;*/
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #C0002B;
}

.individualActivityOuter > div {
    position: relative;
    justify-content: space-between;
}

.formCheckbox > label {
    position: relative;
}

.agreeBox {
    margin-left: 30px;
    font-weight: 100;
}

.individualActivityInner {
    display: flex;
}

.marketingOptionDescription {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 30px;
}

.toggleDescription {
    line-height: 1;
}

.rotateUp {
    display: inline-block;
    transform: translateY(2px) rotate(180deg);
}

.confirmChat {
    width: 100%;
}

.confirmSuccessTick {
    width: 15%;
    margin: 0 auto;
    display: block;
}

.confirmContent {
    text-align: center;
}

.confirmContent > h2 {
    font-weight: bold;
}

#confirmationScreen {
    /*display: none;*/
}

#confirmationScreen .innerChatRow
{
    flex-wrap: wrap;
}

#confirmationScreen .innerChatRow > div
{
    width: 100% !important;
}

#confirmationScreen .innerChatRow .innerChatOuterLeft
{
    margin-bottom: 30px;
}

.swal2-content ul li {
    list-style-type: none;
}

.swal2-content ul {
    margin: 0;
    padding: 0;
}

.totalPrice {
    font-size: 38px;
    color: #C0002B;
    font-weight: bold;
"
}

.GSTWrap {
    font-size: 14px;
    color: #C0002B;
}

#customMarketingPlan {
    /*margin-top: 100px;*/
}

.marketingActivityList {
    padding-left: 20px;
}

.marketingActivityList li {
    line-height: 1.3;
}

.flip_inactive, .flip_active
{
    max-width: 100% !important;
}

.howItWorksOuter {
    display: flex;
    width: 100%;
    align-items: center;
}

.howItWorksOuterCustomPlan {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.howItWorksOuterBrisbane {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.howItWorksStep {
    width: 33%;
}

.howItWorksStepInner {
    text-align: center;
}

.howItWorksStepInnerBrisbane {
    text-align: center;
}

.howItWorksButtonOuter {
    display: block;
    text-align: center;
}

.howItWorksStepInner p {
    font-weight: bold;
}

.howItWorksStepInner img {
    margin-bottom: 20px;
}

.howItWorksStepInnerBrisbane img {
    margin-bottom: 20px;
    height: 80px;
}

.homePageContentHeading {
    position: relative;
    /*margin-bottom: 60px;
    margin-top: 50px;*/
}

.homePageContentHeading strong {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/

    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    white-space: nowrap;
    z-index: 2;
}

.headingUnderline
{
    border-top: 1px solid #c41230;
    border-bottom: 1px solid #c41230;
    padding: 20px 0;
    display: inline-block;
    line-height: 1.2;
}

.consultants_header_title p
{
    font-size: 22px;
}

.messageBoxOuterBrisbane {
    padding-top: 50px;
}

.cityDropdownOuterBrisbane {
    display: none;
}

.howItWorksStepBrisbane {
    width: 25%;
    margin-bottom: 40px;
}

/*NEW SERVICES PAGE */

.servicesBlocksOuter {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.servicesBlock
{
    width: 31%;
    background-color: #F2F2F2;
    padding: 30px 25px;
    border-radius: 7px;
    position: relative;
    box-shadow: 0 10px 6px -6px #777;
    transition: transform .2s;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newServicesPageSection .servicesBlock
{
    padding-top: 50px;
}

.servicesBlock:hover {
    transform: scale(1.1);
}

.servicesBlock div > h2,
.servicesBlock_button div > h2 {
    font-weight: bold;
    color: #464646;
    height: 45px;
}

.servicesBlock div > h4,
.servicesBlock_button div > h4 {
    font-weight: bold;
    color: #C0002B;
    font-size: 16px;
}

.btnOuterWrap {
    /*margin-top: 25px;*/
    width: initial;
}

.servicesDescriptionBullets {
    margin: 20px 0;
}

.servicesDescriptionBullets ul {
    padding-left: 18px;
}

.servicesDescriptionBullets ul li {
    font-size: 14px;
}

.customMarketingPlanPriceOuter {
    display: inline-flex;
    margin-top: 30px;
}

.customMarketingPlanPriceOuter div:nth-child(2) {
    text-align: -webkit-right;
}

.serviceMiddleBlock {
    margin: auto;
}

.serviceBlockRed {
    background-color: #C0002B;
    position: relative;
}

.serviceBlockRed div > h2, .serviceBlockRed div > h4, .serviceBlockRed .servicesDescriptionBullets li, .customMarketingPlanPriceOuter p {
    color: #fff;
}

.marketingPlanBtnWhite {
    background-color: #fff;
    color: #C0002B;
}

.marketingPlanBtnOutline {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}

.marketingPlanCustomBtnContainer {
    /*position: absolute;
    bottom: 30px;
    right: 30px;*/
	text-align: right;
}

.customMarketingPlanPriceOuter > div > p {
    margin-bottom: 0;
}

.shoestringBudgetBlueFlag {
    position: absolute;
    top: -7.5%;
    right: 25%;
    z-index: -1;
}

.customPlanContactContainer {
    text-align: center;
    margin: 80px auto 160px auto;
}

.customPlanContactContainer h3 {
    color: #C0002B;
    font-weight: bold;
}

.newServicesOuterWrap {
    position: relative;
    z-index: 999;
    margin-top: -65px;
}

.downArrowWrap {
    display: none;
}

.littleMarketingNewHeading {
    border-top: 0;
}

.leftAlignHeading {
    text-align: left !important;
    margin-bottom: 50px;
}

.aDivWrap {
    display: flex;
}

.bookingDateTimeOuter select {
    margin-left: 15px;
}

.bookingDateTimeWrap {
    margin-top: 70px;
    margin-bottom: 90px;
}

.bookingDateTimeOuter {
    text-align: center;
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
}

.phoneBookingPaymentFormInner {
    width: 48%;
}

.formCheckboxBooking {
    display: inline-flex;
    margin: 0;
}

.bookingAgreeBox {
    margin: 0;
}

.formCheckboxBooking input {
    -webkit-appearance: none; /* Hides the default checkbox style */
    border-bottom: none;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bookingConfirmationContainer {
    display: flex;
    justify-content: space-between;
}

.bookingConfirmationContainer input {
    border-bottom: 0;
    padding: 12px;
}

.accordion {
    background: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    cursor: auto;
}

.servicesBlock > h2,
.servicesBlock_button > h2 {
    font-weight: bold;
    color: #464646;
    /*height: 45px;*/
    text-align: left;
}

.accordion:focus {
    outline: 0;
}

.bookingDateTimeOuter input, .bookingDateTimeOuter select {
    -webkit-appearance: none;
}

.mobileServicesSection {
    display: none;
}

.selectMarketingOnBannerWrap {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
}

.color-white {
    color: #fff;
}

.color-red {
    color: #c0002b;
}

.servicesBlock_inactive h2, .servicesBlock_inactive i {
    color: #ccc;
}

.servicesBlock_active .downArrowWrap {
    transform: rotate(180deg);
}

.selectMarketingOnBannerWrap h2 {
    font-size: 50px;
    /*margin-top: 70px;*/
}

.servicesBlockHome {
    /*height: 440px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newServicesSectionOnHome {
    margin-top: -185px;
    /*margin-bottom: 50px;*/
}

.homePageBannerHeading {
    font-size: 30px;
    text-align: center;
    color: #fff;
    /*font-weight: bold;*/
    font-weight: 600;
}

.homePageBannerHeading > span {
    color: #C0002B;
}

.homeBannerDownArrow {
    margin: 20px auto;
    text-align: center;
}

.homeBannerDownArrow i {
    color: #fff;
    font-size: 25px;
}

.servicesBlockHome img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 110px;
}

hr {
    border: .5px solid #ddd;
}

.bannerTextWrap_inner {
    /*width: 540px;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.toggleDescription_btn {
    display: inline-flex;
    margin-left: 3px;
    align-items: center;
}

.rounded-10 {
    border-radius: 10px !important;
}

.btn-danger {
    background-color: #c51130;
    border-color: #c51130;
}

.btn-danger:hover {
    background-color: #c51130;
    border-color: #c51130;
}

.border-left
{
	border-left: 2px solid #cdcdcd;
}
/*
.logo_header img
{
	max-width: 200px;
}*/

.cursor-pointer
{
	cursor: pointer;
}

.resourcesIndexPageWrap img
{
    max-width: 100%;
}

.scrollToAnchor
{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    z-index: 99999999;
    transform: translateX(-50%);
}

.mobilebannerHomeBtnLink
{
    width: 300px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 66px;
    z-index: 99999999;
    transform: translateX(-50%);
}

.mobilebannerHome
{
    width: 100%;
    position: relative;
}

.mobilebannerHomeWrap
{
   position: relative;
}

.client_img, .client_img img
{
    width: 100%;
    height: 100%;
}

.client_img img
{
    object-fit: cover;
}

.littleNewsInDetContentHeaderWrap h1:before
{
    display: none;
}

.littleNewsInDetContentHeaderWrap h1 span, .littleNewsListDescription h1 span
{
    padding: 0 !important;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}

#frmMarketingPlan
{
    margin-bottom: 100px !important;
}

#maincontent .faqsDetail h1 span
{
    background: none !important;
}

h1
{
    margin: 60px auto;
}

#desktopContent h1, .content_home_page_wrap h1, .homePageContentHeading
{
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.ui-datepicker
{
    z-index: 9999 !important;
}

.ws-nowrap
{
    white-space: nowrap;
}

.form-control, .form-select
{
    border-color: #6d6e71 !important;
}

/* NEW LOADER starts */

.loaderPosOuterWrap
{
    display: none;
}

.loaderPosOuterWrap, .loaderPosInnerWrap
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
}

.loaderPosInnerWrap
{
    background:rgba(0, 0, 0, 0.8);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.loader{
    width: 90px;
    height: 90px;
    margin: 40px auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.loader > div
{
    display: inline-block;
}

.loader h2
{
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
}
.loader .loader-inner{
    display: inline-block;
    width: 15px;
    border-radius: 15px;
    background: var(--default-brown);
}
.loader .loader-inner:nth-last-child(1){
    -webkit-animation: loading 1s 1.5s infinite;
    animation: loading 1s 1.5s infinite;
}
.loader .loader-inner:nth-last-child(2){
    -webkit-animation: loading 1s .1s infinite;
    animation: loading 1s 1s infinite;
}

.loader .loader-inner:nth-last-child(3){
    -webkit-animation: loading 1s 0.5s infinite;
    animation: loading 1s 0.5s infinite;
}

.loader .loader-inner:nth-last-child(4){
    -webkit-animation: loading 1s 0s infinite;
    animation: loading 1s 0s infinite;
}
@-webkit-keyframes loading{
    0%{
        height: 25px;
    }
    50%{
        height: 45px;
    }
    100%{
        height: 25px;
    }
}
@keyframes loading{
    0%{
        height: 25px;
    }
    50%{
        height: 45px;
    }
    100%{
        height: 25px;
    }
}

.loader img
{
    width: 250px;
}

/* NEW LOADER ends */


.oneHourConsultFormWrap h5
{
    font-size: 16px;
}

.oneHourConsultFormWrap h6
{
    font-size: 14px;
}

.oneHourConsultFormWrap h4
{
    font-size: 20px;
}

.fs-36
{
    font-size: 36px !important;
    font-weight: 600;
}

.btnBookPaidConsult
{
    text-align: right;
}

.googleIcon_reviews
{
    max-width: 20px;
}

.googleReviewBlock
{
    border-radius: 30px;
    box-shadow: 3px 1px 8px #adadad;
}

.googleReviewUserIcon
{
    max-width: 60px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.text-danger {
    color: #c41230!important;
}

.googleReviewsWrap .row
{
    display: flex !important;
    width: unset !important;
}

.slick-dots li button:before
{
    font-size: 0 !important;
    border: 2px solid #c41230;
    border-radius: 100%;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before
{
    opacity: 1 !important;
    background: #c41230;
}

.reviewWrapOuter
{
    min-height: 158px;
}

.consultants_header_icon
{
    position: relative;
    z-index: 10;
}

.createYourOwnMarketing_header_icon img
{
    max-width: 100%;
}

.consultants_header_title
{
    position: absolute;
    left: 20px;
    top: 50%;
    right: 0;
    z-index: 9;
    height: 90%;
    background: #F2F2F2;
    border-radius: 10px;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.consultants_header_title p
{
    margin-bottom: 0;
}

.bg-grey
{
    background: #F2F2F2;
}

.consultants_form input
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 0;
}

.consultants_form textarea
{
    border-radius: 0;
    resize: none;
    min-height: 105px;
}

.whatMakeMarketingConsultantSpiels
{
    color: #6d6e71;
}

.whatMakeMarketingConsultantSpiels ul
{
    list-style: none;
    padding: 0;
}
.whatMakeMarketingConsultantSpiels li
{
    padding-left: 1.3em;
}

.whatMakeMarketingConsultantSpiels li:before
{
    content: "\2713";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #c0062b;
    font-size: 18px;
    font-weight: bold;
}

.consultantList_icon img
{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.consultantList_title p
{
    font-size: 16px;
}

.createYourOwnMarketingContentTitle
{
    padding: 30px 0;
    border-top: 1px solid #c0062b;
    border-bottom: 1px solid #c0062b;
}

.createYourOwnMarketing_disable_overlay
{
    position: relative;
}

.createYourOwnMarketing_disable_overlay:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.createYourOwnMarketing_videoList:last-child hr
{
    display: none !important;
}

.createYourOwnMarketing_header_icon video
{
    height: 200px !important;
}

video[poster]
{
    height:100%;
    width:100%;
    object-fit: cover;
}

.watchAndLearnLinkTitle
{
	font-size:15px;
}


/* Desktop Only */
@media only screen and (min-device-width : 769px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
    {
        max-width: 1000px;
    }
}

.interview_case_study_form ul
{
    padding-left: 2.5rem;
}

.watchAndLearnLink:hover, .backToVideoIndexBtn:hover
{
    text-decoration: none;
}

.watchAndLearnLink img
{
    max-width: 100%;
}

.watchAndLearnLink p
{
    margin-bottom: 0;
}


.watchAndLearnFullContentWrap iframe
{
    height: 500px;
}

.watchAndLearnBriefWrap iframe
{
    aspect-ratio: 560/315;
}

.watchAndLearnBriefWrap p,
.watchAndLearnBriefWrap span
{
	font-size:10pt !important;
	color:#373737 !important;
	font-weight: normal !important;
}

.floatingBooksBanner
{
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 999999;
}

.floatingBooksBanner img
{
    width: 380px;
}

.anythingSlider .anythingWindow, .anythingSlider .panel
{
    overflow: visible !important;
}

p.our_book_michael_kava_heading
{
	margin-top: 3rem !important;
	/*margin-bottom:2rem;*/
}

img.our_book_michael_kava
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:70%;
	height:auto;
}

.maincontent44 .container
{
	padding-top:30px;
}
.maincontent44 .btn-rounded
{
	border-radius: 50px;
    padding: 10px 30px;
    font-weight: bold;
	margin-top:50px;
	margin-bottom:50px;
}
.maincontent44 h1:nth-child(1)
{
	display:none;
}


.limitedcircle {
  width: 150px;
  height: 150px;
  line-height: 1.2;
  border-radius: 50%;
  font-size: 20px;
  font-weight:bold;
  color: #fff;
  text-align: center;
  background: #c41230;
  transform: rotate(5deg);
  position:absolute;
  top:-110px;
  z-index:1000;
}
.limitedcircletext {
	position: absolute;
	left: 50%;
	top: 48%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.limitedcirclecontainer {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	height:0;
}
.maincontent1 .amazonbestsellercontainer,
.maincontent44 .amazonbestsellercontainer
{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	height:0;
	padding-top:0 !important;
}
.maincontent1 .amazonbestseller,
.maincontent44 .amazonbestseller
{
	position: absolute;
	top:-370px;
	z-index:1000;
}
.maincontent1 .amazonbestseller
{
    top:-420px;
}
.maincontent1 .amazonbestseller img
{
    max-height:180px;
}
.maincontent44 .amazonbestseller img
{
	max-height:220px;
}
@media only screen and (max-device-width : 1000px)
{
	.maincontent44 .amazonbestseller img
	{
		max-height:20vw;
	}
}
@media only screen and (max-device-width : 500px)
{
	.maincontent44 .amazonbestseller
	{
		top:-190px;
	}
	.maincontent1 .amazonbestseller
	{
		top:20px;
	}
    .maincontent1 .amazonbestseller img
    {
        max-height:120px;
    }
	.limitedcirclecontainer {
		justify-content:flex-end;
	}
}

@media only screen and (max-device-width : 800px)
{
	.maincontent44 .container
	{
		padding-top:10px;
	}
}
@media only screen and (max-device-width : 900px)
{
	.maincontent44 .cardDetailsHeaders
	{
		min-height:50px;
	}
}
@media only screen and (max-device-width : 650px)
{
	.maincontent44 .container
	{
		padding-top:0;
	}
	.limitedcircle
	{
	  width: 120px;
	  height: 120px;
	  line-height: 1;
	  font-size: 18px;
	  top:-95px;
	}
}
@media only screen and (max-device-width : 450px)
{
	.limitedcircle
	{
	  width: 100px;
	  height: 100px;
	  font-size: 16px;
	  top:-85px;
	}
}
@media only screen and (max-device-width : 400px)
{
	.limitedcircle
	{
	  width: 80px;
	  height: 80px;
	  font-size: 13px;
	  top:-70px;
	}
}


.maincontent44 .showOnDesktop
{
	display:unset;
}
.maincontent44 .showOnMobile
{
	display:none;
}

.hideInDesktop
{
	display:none;
}

.modal-dialog
{
    max-width: 530px;
}

.subscribeModalContent
{
    padding: 0px 40px 40px 40px;
}