/*
 Theme Name:     Discovery of Goodness
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child theme created for Discovery of Goodness by TC Ink Web
 Author:         TC Ink Web
 Author URI:     http://www.tcink.com.au/
 Template:       Divi
 Version:        1.0.8
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

ol {
	list-style: decimal inside;
    padding-bottom: 1em;
}

.who-are-you {
	border: solid 5px;
    padding: 10px 20px;
    border-radius: 999px;
    border-top: none;
    border-bottom: none;
    font-size: 30px;
    transition: .1s ease
}.who-are-you:hover {
    border: solid 5px !important;
    background-color: #5173b1;
}

.mirror-circle img {max-width: 250px; border-radius: 999px; box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.3);}


.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {bottom: 60px;}

.header-content-container {margin-top: -50px;}

#main-footer .container {width: 100%; max-width: unset; background-color: #000;}
#main-footer #footer-widgets {width: 80%; max-width: 1080px; margin: 0 auto;}

.sp-guidingprinciples img, .affirmations img {border-radius: 999px;}

.home-page-buttons .et_pb_column {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.affirmations a {color: #fff; text-align: center;}
.affirmations .et_pb_image {margin-bottom: 5px !Important;}
.affirmations .et_pb_image .et_pb_image_wrap:before {
    display: block;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    opacity: 0;
    background: rgba(255,255,255,.6);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 7;
    text-transform: none;
    speak: none;
    position: absolute;
    font-size: 32px;
    content: "\e04e";
    color: #2a549f;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}.affirmations .et_pb_image:hover .et_pb_image_wrap:before {opacity: 1;}
.tooltip {
	position: relative;
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 4px;
}
.tooltipcontent {
    display: none;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    width: 240px;
    padding: 10px;
    background: #000;
    border-radius: 6px;
    bottom: 12px;
    left: 12px;
}
.tooltip:hover .tooltipcontent {display: block;}
.att-selections label {
	position: relative;
}
.tooltipcontent {
	top: 36px;
	left: 0px;
	width: 100%;
	bottom: initial;
	z-index: 999;
}
.tooltip {
	position: initial;
}

.sp-video-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {max-width: 1000px;}

.sp-textsection-1 .et_pb_text {padding: 0px 100px;}

.dg-agenda {color: #fff; box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)}
.dg-agenda th {color: #fff !important; background-color: #000;}
.dg-agenda td {background-color: #6582b8;}

.tablepress td, .tablepress th {font-size: 14px; line-height: 26px;}
.tablepress thead th {background-color: #234e9c !important;; color: #fff;}
.tablepress .column-1 {min-width: 130px;}
.tablepress.dataTable  {border: none !important;}

.book-next-retreat {background-color: #234e9c; color: #fff; padding: 20px; border-radius: 10px;}
.book-next-retreat a {color: #fff; text-decoration: underline;}

.guiding-princ-but p {font-size: 16px; font-weight: Bold; text-align: center;}
.guiding-princ-but {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.guiding-princ-but:hover {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}

.gform_wrapper {max-width: 500px !important; margin: 0 auto !important;}

.gform_wrapper .top_label .gfield_label {font-size: 13px; font-weight: 600;}
.gform_wrapper input {border: 1px solid transparent !important; border-bottom: 2px solid !important;}
.gform_wrapper input:focus {border: 1px solid #DDD !important; border-bottom: 2px solid !important;}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {font-size: 12px !important; font-weight: 600; color: #666;}
.gform_wrapper select {font-size: 15px !important; padding-top: 5px !important; padding-bottom !important: 5px; margin-top: 7px !important;}

.gform_wrapper .gform_footer {text-align: center;}

.form-on-blue .top_label .gfield_label {color: #fff !important;}
.form-on-blue .gform_wrapper input, .form-on-blue .gform_wrapper textarea {background-color:#fff !important;}
.form-on-blue .gform_wrapper input:focus, .form-on-blue .gform_wrapper textarea:focus {background-color:#fff !important; box-shadow: 0 0 21px 2px rgb(245, 113, 70) !important;}

.gform_wrapper .gform_button, .tc_button {
	color: #234e9c!important;
    border: solid 2px #234e9c !important;
    border-radius: 100px;
    background-color: #ffffff !important;
	padding: 6px 20px;
	-webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	cursor: pointer;
} .tc_button:after {content: none;}
.tc_button {border: transparent !Important;}
.tc_button:nth-child(2) {margin-left: 25px;}

.refresh-but {
	float: right;
    border: solid 1px #999;
    padding: 5px 10px;
    margin: 5px;
    color: #666;
    border-radius: 10px;
    cursor: pointer;
}

.wp-video {margin: 0 auto;}

.round-2222 {max-height: 90vh;}
.round-2222 .wp-video {width: 100% !important; max-height:}
.round-2222 .wp-video-shortcode {width: 100% !important;}

.round-2222 .wp-video .mejs-container .mejs-controls {
    visibility: hidden;
}

.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus, .tc_button:hover {
    color: #ffffff!important;
    background: #000000!important;
    border-color: rgba(0,0,0,0)!important;
}

#footer-widgets {padding: 10px 0px !important;}
.footer-widget .et_pb_widget {float: none !important;}
/*.footer-widget p {font-weight:300; font-size: 18px;}*/

body footer#main-footer #footer-widgets .footer-widget {
	margin-bottom: 0px;
    text-align: center;
    font-size: 12px;
    opacity: 0.75;
}

/* AFFIRMATIONS APP */
.function-h1 {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 20px;
    padding-bottom: 14px;
    font-size: 24px;
    background-color: rgb(179 64 91 / 0.66);
}

.hprolefunbox a {
	color: #fff;
    text-align: center;
    background-color: #234e9ca1;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	word-break: break-word;
}
.hprolefunbox a:hover{background-color: #234e9c;}
.testi-block {
	background-image: url(https://discoveringgoodness.com.au/wp-content/uploads/2020/09/left-quote.png);
    background-size: 50%;
    background-position: top;
}
.testi-name {
	font-weight: bold;
    padding-bottom: 0px;
    font-size: 1.1em;
}
.testi-title {font-weight: bold;}

.john-bedwany-circle {border-radius: 999px; margin-top: 18px; max-width: 225px;}

#main-content .container:before {content: none !important;}

.function-header {
    padding: 260px 10px;
    background-size: cover;
    background-position: center;
	background-color: #000;
	position: relative;
}
.function-header h1 {
    text-align: center;
    color: #fff;
}
.function-menu {display: flex; justify-content: center; width: 100%; position: absolute; bottom: 0; left: 0;}
.function-tab {
	width: 13%;
    background-color: #0b61ae;
    text-align: center;
    color: #fff;
    font-weight: normal;
	line-height: 22px;
	display: flex;
    align-items: center;
	padding: 15px;
	transition: ease 0.3s;
	font-size: 15px;
}
.function-tab:hover {background-color: #254b89;}
.overview .function-tab.overview, .challenges .function-tab.challenges, .select-aff .function-tab.select-aff,
.bus-ath .function-tab.bus-ath, .desired-exp .function-tab.desired-exp, .dev-prior .function-tab.dev-prior,
.content-lib .function-tab.content-lib, .resources .function-tab.resources, .rec-aff .function-tab.rec-aff
{background-color: #254b89; font-weight: bold;}

.function-tab p {text-align: center; width: 100%;}

.func-section-content h2 {
	text-align: center;
    font-weight: bold;
    font-size: 28px;
	padding-bottom: 32px;
}

.fic-img {
	width: 32%;
    margin-right: 4%;
    display: inline-block;
}
.fic-text {width: 64%; display: inline-block; text-align: center;}
.f-inner-cont {display: flex;}

.func-section-content p, .func-section-content li, .rel-aff-meta p {
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #444;
	text-align: left;
}

.next-button {
	text-align: center;
    display: inline-block;
    margin: 0 auto;
    background-color: #aeaeae;
    color: #fff;
    margin-top: 24px;
    padding: 4px 40px;
    border-radius: 5px;
    font-weight: normal;
	font-size: 12px;
}
.func-section-content p.get-started-button, button, .mepr-submit, .mepr-share-button {
	cursor: pointer;
	text-align: center;
    display: inline-block;
    margin: 0 auto;
    background-color: #aeaeae;
    color: #fff;
    margin-top: 24px;
    padding: 4px 80px;
    border-radius: 5px;
    font-weight: normal;
	font-size: 14px;
	border: none;
}

.related-resources {background-color: #eaeaea; margin-top: 60px; padding: 20px 40px;}

.select-desexp {
	background-color: #f5f5f5;
    padding: 50px 30px;
    text-align: center;
    margin-top: 40px;
} .select-desexp p {
	text-align: center;
    font-size: 21px;
    line-height: 25px;
    font-weight: 100;
    color: #000;
}

.affirmations h1 {text-align: center; padding-bottom: 48px;}
.affirmations h3 {
	text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 21px;
    font-style: italic;
	padding-bottom: 8px;
}

body .rl-sg-aff .mejs-container {
	min-width: 50px !important;
	width: 300px !important;
	max-width: 100% !important;
    margin: 0 auto !important;
    height: 150px !important;
}
body .rl-sg-aff .mejs-controls {height: 100%; flex-wrap: wrap; align-items: center; justify-content: center;}
body .rl-sg-aff .mejs-button.mejs-playpause-button {width: 100%; text-align: center;}
body .rl-sg-aff .mejs-button.mejs-playpause-button>button {position: relative; display: inline-block;}
body .rl-sg-aff .mejs-time-rail {width: 55%;}
body .rl-sg-aff .mejs-volume-button, body .rl-sg-aff .mejs-controls a.mejs-horizontal-volume-slider, body .rl-sg-aff .mejs-currenttime-container {display: none;}

.fnc-rel-rs {
	display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
}
.fnc-rel-rs:last-child {margin-right: 0%;}

.fnc-rel-rs img {margin-bottom: 8px;}
.fnc-rel-rs h3 {
	font-style: italic;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 6px;
}
.fnc-rel-rs h4 {
    font-weight: 700;
    font-size: 17px;
}

.att-selections {margin-top: 32px; margin-bottom: 32px;}
.att-selections input {display: none;}
.att-selections label {
	cursor: pointer;
	padding: 2px 20px;
    border-radius: 999px;
    border: 1px solid #666;
    display: inline-block;
    margin: 6px;
	background-color: transparent;
	color: #666;
	transition: ease 0.3s;
	font-size: 16px;
	line-height: 27px;
}
.att-selections :checked + label {
	background-color: #666;
	color: #fff;
}

.seldes-steptwo {display: none;} 
.seldes-stepthree {display: none;} 


 .special-p p {
	margin-top: 18px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 100;
    color: #000;
}
.learn-more-but {
    border-radius: 10px;
    border: solid 1px #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 24px;
    letter-spacing: 0.35px;
    color: #333;
}

.related-aff-cont {display: flex; flex-wrap: wrap;}
.related-aff-cont p {font-size: 14px;}
.rl-sg-aff {display: flex; align-items: center; width: 32%; margin-bottom: 32px; margin-right: 2%; background: #f7f7f7; padding: 0px 20px;}
.rl-sg-aff:nth-child(3n) {margin-right: 0px;}
.rl-sg-aff .audio-box {width: 25%;}
.rl-sg-aff .rl-aff-image {overflow: hidden; width: 29%; display: flex; max-width: 120px; justify-content: center;}
.rl-sg-aff .rl-aff-image img {height: 120px; width: auto; max-width: 120px; }
.rl-sg-aff .audio-box .mejs-container {
	min-width: 50px !important;
	width: 205px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    height: 120px !important;
}
.rl-sg-aff .audio-box .mejs-time-rail {
    width: 45%;
	display: none;
}
.rl-sg-aff .rel-aff-meta {flex-grow: 1; max-width: 46%; text-align: center; padding: 5px 0px; padding-left: 5px;}
.rel-aff-meta {display: flex; flex-direction: column; justify-content: center;}
.rel-aff-meta a.denied-subscribe {
	line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 4px;
}
.rl-sg-aff .aff_cat {
	text-align: center;
    font-style: italic;
    color: #254b89;
    padding-bottom: 0px;
    font-size: 12px;
	line-height: 14px;
    font-weight: 400;
}
.rl-sg-aff .aff_title {
	text-align: center;
    padding-bottom: 0px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
    margin-top: 6px;
	font-weight: 600;
}
.select_affirmation_aj, .like_affirmation_aj {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    display: block;
    text-align: initial;
    padding: initial;
    font-size: initial;
}
.like_affirmation_aj {background-color: #aeaeae; width: 90%; text-align: center; margin-top: 18px;}
.select_affirmation_aj p, .like_affirmation_aj p {text-transform: uppercase; color: #0b61ae; vertical-align: middle; display: inline-block; font-weight: 600;}
.like_affirmation_aj p {color: #fff; font-weight: 400; text-transform: none;}
.star-icon {width: 20px; vertical-align: middle;}
.rel-aff-meta p.numlike {
	padding-bottom: 0px;
    font-size: 10px;
    text-align: center;
	font-weight: 600;
}

.refresh-notice-outer {
	display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
	display: none;
}
.refresh-notice {
	text-align: center;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
	line-height: 20px;
	width: 80%;
	margin: 0 auto;
}
.refresh-notice a {color: #3c763d; text-decoration: underline;} 
.refresh-notice a:hover {text-decoration: none;} 

.page-id-34 #main-content .container {width: 100%; max-width: 100%; padding-top: 0px !important;}
.page-id-34 #main-content #left-area {padding-right: 0px;}
.page-id-34 #main-content .container .mepr-account-form, .page-id-34 #main-content .container .mepr-no-active-subscriptions,
.page-id-34 #main-content .container .mp-wrapper, .page-id-34 #main-content .container .profile-aff, .page-id-34 #main-content .container #mepr-account-nav,
.page-id-34 #main-content .container .mepr-account-change-password {width: 80% !important; max-width: 1280px; margin: auto;}
.page-id-34 #main-content .container .mepr-account-change-password {display: block;}
.page-id-34 #main-content .container .entry-content .mp_wrapper:nth-child(2) {margin-bottom: 24px; background-color: #f1f1f1;}
.page-id-34 #main-content .container .mp_wrapper a {padding: 24px 0px; display: inline-block;}
.page-id-34 #main-content .container .mp_wrapper .mepr-nav-item {margin-right: 8px;}
.post-34 .rl-sg-aff {}
.post-34 h1.entry-title {display: none;}
.actual-acc-head {background: #d8d8d8; padding: 32px 0px;}
.actual-acc-head h1 {width: 80%; max-width: 1280px; margin: auto;}
.profile-aff-menu {width: 25%; display: inline-block; border-right: 1px solid #999; padding-right: 16px;}
.profile-saved-affs {display: flex; flex-wrap: wrap;}
#mepr-account-nav {margin-top: 32px; display: flex; flex-wrap: wrap;}
#mepr-account-nav .mepr-home {Order: -10;}
#mepr-account-nav .your-affirmations, #mepr-account-nav .rec-affirmations {Order: -1;}

.profile-aff h2 {padding: 24px 0px 42px;}

#main-content .profile-aff-menu ul {padding: 0px; list-style: none;}
#main-content .profile-aff-menu ul li {padding: 0px; list-style: none;}
.profile-aff-menu ul a {border-bottom: 1px solid #999; padding: 6px 0px; display: block; color: #666;}
.profile-aff-menu ul .current-menu-item a {font-weight: bold; color: #234e9c;}

#sidebar {display: none;}
#left-area {width: 100% !important; padding-right: 0px !important;}

/*Subscription Page*/

.single-memberpressproduct #main-content>.container {width: 100%; max-width: 100%; padding-top: 0px !important;}
.single-memberpressproduct .entry-content {
	width: 80%;
    max-width: 1080px;
    margin: auto;
}
.single-memberpressproduct article h1:first-child {
    margin: 0;
    padding: 64px 0px;
	text-align: center;
	background-color: #234e9c;
    color: #fff;
    margin-bottom: 64px;
}

.single-memberpressproduct .mepr_price {
	font-weight: bold;
    font-size: 1.2em;
    background-color: #eaeaea;
    padding: 10px;
    margin-bottom: 32px;
}

.single-memberpressproduct .mp_wrapper {
	margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #eaeaea;
}

.single-memberpressproduct .mepr-form {
	max-width: 600px;
    margin: 0 auto;
}
.page-id-34 #main-content .mepr-form .mp-form-row {
	max-width: 600px;
}
.single-memberpressproduct .mp-form-submit {text-align: center;}
.mepr-form .mepr-submit {
	margin-top: 0px;
    font-size: 1.2em;
}
.mp_wrapper .mp-form-row {
    margin-bottom: 20px;
}

.mepr-nav-item {
    padding: 0 20px 0 0;
}

.rate-priors-radio {display: flex; justify-content: center; margin-bottom: 32px;}

.read-more-popup-mod, .lightbox-pj-img { 
	position: fixed;
    width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgb(0 0 0 / 0.5);
}
.read-more-popup-mod .et_pb_code_inner, .lightbox-pj-img .et_pb_code_inner {
	align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
.read-more-popup-content, .lightbox-pj-img-img {
	position: relative;	
	background-color: #fff;
    padding: 26px 50px;
    max-width: 90%;
    width: 800px;
    max-height: 90vh;
    overflow-y: auto;
	text-align: center;
}
.lightbox-pj-img-img {padding: 0px; line-height: 0px;}
.rmp-close {
	cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff4d4d;
    color: #fff;
    padding: 6px 18px;
	line-height: 1.4em;
}

.read-more-popup-content .ratingexptog {padding-bottom: 1em !important;}
.read-more-popup-content .rating-exp {padding-bottom: 1em !important; margin-top: 0px;}

/*stats*/

.top-affs {
    display: inline-block;
	vertical-align: top;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 32px;
}
.ta-row-head, .ta-row {padding: 6px;}
.ta-row-head h4 {color: #fff; padding-bottom: 0px;}
.ta-row {display: flex; background-color: #e3eaf3;}
.ta-row:nth-child(2n) {background-color: #f9fbfd;}
.ta-row-cell:first-child {width: 350px;}
.cell-rating {padding: 0px 10px;}
.ta-row-head {background-color: #2360a2;}
.ta-row-head .cell-rating {
	font-size: 11px;
    font-weight: bold;
    color: #fff;
}
.good-rating {color: #28a745; font-weight: bold;}
.bad-rating {color: #dc3545; font-weight: bold;}

.function-stats-select {margin-bottom: 32px; background-color: #eee; padding: 20px;}

.rating-exp {display: none; margin-top: 18px;}
.rating-exp p {font-size: 15px; padding: 8px;}
.ratingexptog {color: #666 !important; font-size: 13px !important; cursor: pointer;}

input[type=date] {
	border: 1px solid #bbb;
    padding: 2px 5px;
    margin-left: 8px;
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}


@media only screen and ( max-width: 1100px ) { 
	.function-tab {line-height: 14px; font-size: 13px;}
	.rl-sg-aff {width: 49%;}
	.rl-sg-aff:nth-child(3n) {
		margin-right: 2%;
	}
	.rl-sg-aff:nth-child(2n) {
		margin-right: 0px;
	}
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) { 
    div.et_pb_section.et_pb_section_0.home-hero {background-image:none !important;} 
	
	#field_2_2, #field_2_3 {margin-top: 0px !important;}
	
	.flex-row {display: flex;}
	.flex-row .et_pb_column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( max-width: 980px ) {
    .home-hero .man-woman {width: 90% !important; padding-top: 10px !important;}
    .home-hero .man-woman .et_pb_column {width: 48% !important;}
    .home-hero .man-woman .et_pb_column:first-child {margin-right: 4% !important;}
    .home-hero .man-woman img {max-width: 100% !important;}
	
	.sp-video-banner .header-content {margin-left: 0px !important; margin-right: 0px !important; width: 100% !important;}
	.sp-video-banner .et_pb_fullwidth_header_container  {margin-left: 0px !important; margin-right: 0px !important; width: 100% !important;}
	.function-tab {
		width: 32%;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 767px ) {
	.et_pb_bottom_inside_divider {background-size: 100% 50px !important; height: 50px !important;}
	.et_pb_fullwidth_header_scroll {display: none !important;}
	
	.mob-buttons-adjust .et_pb_button  {
		text-align: center !important;
		line-height: 24px !important;
		margin-bottom: 18px !important;
	}
	
	.et_pb_fullwidth_header_container h1 {font-size: 50px !important;}
	
	.swipe-button:before {    border-top: 190px solid #234e9c !important;}
	
	.rl-sg-aff {width: 100%; margin-right: 0px !important;}
	.function-menu {flex-wrap: wrap;}
	.function-tab {
		width: 31%;
        line-height: 13px;
        font-size: 12px;
        border: 0.25px solid #000;
	}
	
	.att-selections label {
		font-size: 13px;
		line-height: 22px;
		padding: 2px 10px;
		margin: 4px;
	}
	.select-desexp {padding: 50px 10px;}
	
	.fnc-rel-rs {
		width: 100%;
		margin-right: 0%;
	}
	
	.function-header {
		padding: 160px 10px;
		background-size: contain;
		background-position: top center;
	}
	
	.top-affs {display: block;}
	.ta-row-cell:first-child {width: 90%;}
	

}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 600px ) {
	.fic-img, .fic-text {
		width: 100%;
		margin-right: 0%;
		display: block;
	}
	.f-inner-cont {display: block;}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.att-selections label {
		width: 100%;
		min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
		padding: 2px 30px;
	}
	.tooltipcontent {top: 60px;}
	.function-tab {
		width: 50%;
	}
}


/** PULSE PLAY BUTTON **/
.video-play-button {
  position: relative;
  z-index: 10;
  margin-top: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #234e9c;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #234e9c;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#234e9c, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #234e9c;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}


/** SWIPE BUTTON **/

.swipe-button {
    color: #ffffff;
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    padding: 8px 0px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border: none;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 15px 10px -10px rgba(255, 255, 255, 0.3);
}

.swipe-button:before {
	right: -50px;
	border-top: 80px solid #234e9c;
	border-radius: 999px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.swipe-button:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*.swipe-button:after {
    left: -50px;
    border-left: 50px solid transparent;
    border-top: 80px solid #234e9c;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.swipe-button:hover:after {
    -webkit-transform: translateX(42%);
    transform: translateX(42%);
}*/

.swipe-button:before/*, .swipe-button:after*/ {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 90px solid #234e9c;
	z-index: -1;
	box-sizing: border-box;
	transition: 1s ease-in-out;
	width: 90%;
	margin: 0 auto;
}
.swipe-button {
    box-sizing: border-box;
    transition: 1s ease-in-out;
}