

/*#main .gfield {*/
/*  width: 100%;*/
/*  float: left; }*/
/*  #main .gfield.half {*/
/*    width: 48%;*/
/*    clear: inherit !important; }*/
/*    #main .gfield.half + .half {*/
/*      margin-left: 4% !important; }*/
/*      #main .gfield.half + .half + .half {*/
/*        margin-left: 0 !important; }*/
/*  #main .gfield.gfield_html {*/
/*    margin-top: 3.2rem !important; }*/


/*//JAyden*/

#main .gform_wrapper .top_label li.gfield.gf_left_half,#main  .gform_wrapper .top_label li.gfield.gf_right_half
{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}

.gform_wrapper.no-focus_wrapper form.no-focus .gform_body .gform_fields .gfield:before{display:none;}

.page-template-template-history #main {
    background: #fdb813;
}

.page-template-template-history #main .container{
    background: #f4f4f4;
    /*#948b86;*/
    /*#404041;*/
    position: relative;
    padding:20px;
    /*color: white;*/
}
.page-template-template-history #main .container .row{
    margin:0;
}

.page-template-template-history #main .container .row a{
    display: block;
    color: #fdb812;
    font-weight: bold;
}

.page-template-template-history #main h1{
    color: white;
}


.page-template-template-history .masthead {
    padding: 80px 80px 160px;}

.page-template-template-history#main {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.uk-form .gfield_label {
    position: unset;
}

.big-icon {
    width: 50%;
    height: 100px;
    text-align: left;
    margin: 0 0 auto;
}

.why-us-icon
{
    width:100%;
    height:100px;
    text-align: center;
}
.why-us-icon svg, .big-icon svg{
    width:100%;
    height:100px;
}

@media only screen and (min-width: 641px) {



    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 16px;
        float: none;
    }


}
.check-list {
    counter-reset: section;
    padding: 0;
}
.check-list li {
    counter-increment: section;
    position: relative;
    list-style: none;
    line-height: 35px;
    margin-bottom: 30px;
    padding-left: 70px;
    font-size: 35px;

}


.check-list li:before {
    content: "";
    color: #FFF;
    position: absolute;
    line-height: 1.3;
    left: 0;
    text-align: center;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #2b2b2b;
}
ol.check-list li:before {
    content: counter(section);
    font-family: 'Lato';
    font-size: 35px;
    font-weight: bold;
    z-index: 2;
}

.hero-block-stacked-inner
{
    position : relative;
}

.white-button
{
    color:white!important;
    font-size:30px;
    font-weight:normal;
}


@media (max-width: 1199px) {
    .hero-block .h1 {
        font-size: 2rem; } }



.why-us-item {
    display: block;
    width: unset;
    padding: 40px 20px;
    color: #404041;
    text-align:center;}
.why-us h2{
    text-align: center;
    margin: 50px 0 20px;
}
@media (min-width: 1440px) {
    .why-us-item {
        padding: 40px 20px;
    }
}
.why-us-item h2,
.why-us-item .h2 {
    margin: 0;
    font-family: "ChamberlainsLight", "ChamberlainsRoman", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal !important;
    margin-top:10px;
    font-style: normal !important; }
.why-us-item .date {
    margin: 2rem 0; }
.why-us-item .more {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #95d5d2;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -3px;
    margin-right: -3px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.why-us-item .more span {
    position: relative; }
.why-us-item:hover, .why-us-item:focus {
    color: #404041; }
.why-us-item:hover .more, .why-us-item:focus .more {
    color: #fdb813; }
.ticker-hovering .why-us-item {
    opacity: 0.2; }
.ticker-hovering .why-us-item.hover {
    opacity: 1; }

.why-us{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}


a.big-clicker {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
}
/*.hero-block-stacked-inner{*/
/*  transition: filter 0.5s ease-in-out;*/
/*}*/
/*.hero-block-stacked-inner:hover{*/
/*  filter: invert(1);*/
/*  transition: filter 0.5s ease-in-out;*/
/*}*/

/*.hero-block-content-stacked > .hero-block-stacked-inner:hover .hero-block-label[data-bg="turquoise"] {*/
/*  background: #95d5d2;*/
/*  color: #404041; }*/
/*.hero-block-content-stacked > .hero-block-stacked-inner:hover  .hero-block-label[data-bg="mango"] {*/
/*  background: #fdb813;*/
/*  color: #404041; }*/
/*.hero-block-content-stacked > .hero-block-stacked-inner:hover  .hero-block-label[data-bg="charcoal"] {*/
/*  background: #404041;*/
/*  color: white; }*/
/*.hero-block-content-stacked > .hero-block-stacked-inner:hover  .hero-block-label[data-bg="brown"] {*/
/*  background: #948b86;*/
/*  color: #404041; }*/

.hero-block-content-stacked > .hero-block-stacked-inner:hover .hero-block-label{
    background: #3f3f40; }
.hero-block-content-stacked > .hero-block-stacked-inner:hover .hero-block-label[data-bg="turquoise"]{
    color: #95d5d2; }
.hero-block-content-stacked > .hero-block-stacked-inner:hover .hero-block-label[data-bg="brown"]{
    color: #948b86; }
.hero-block-content-stacked > .hero-block-stacked-inner:hover   .hero-block-label[data-bg="mango"] {
    color: #fdb813; }

@media (max-width: 1439px) {
    .hero-block.hero-block-lg-content {
        font-size: inherit;
    }
}

.payment-status{background-color:#0088ce; color:#FFF; border-radius:50%; width:55px; height:55px; text-align:center; font-size:20px; line-height:55px;}
.payment-status.Completed{background-color:#79df9d;}
.payment-status.Failed{background-color:#ff9f9f;}
.payment-status{background-color:#0088ce; color:#FFF; border-radius:50%; width:55px; height:55px; text-align:center; font-size:20px; line-height:55px;}
.customer-name{font-weight:bold;}


#profile {
    position: absolute;
    top: 50%;
    right: 65px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 1030;
    width: 60px;
    height: 60px;
    margin-right: -19px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

#profile svg{
    width: 100%;
    height: 100%;
    padding: 18px;
    color: #404041;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin:0 0 8px 0;
    width:24%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    width:21%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    margin-right:1%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter {
    float:left;
    clear:left!important;
}

.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    float:left;
    margin-left:2%;
    clear:none!important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
    margin-left:3%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width:95%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gsection {
    padding:16px 0 8px 0;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield {
    clear:both;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
    clear:both;
}

/* contribution by gogrw------------------------------------------------------*/
@media only screen and (max-width: 550px), only screen and (max-device-width: 550px){
    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
        margin:0 0 0 0 !important;
        width:100% !important;
        min-width:100% !important;
        max-width:100% !important;
    }
}

@media (min-width: 1440px) {
    #profile {
        right: calc( 9vh + 40px); } }

#profile:hover, #profile:focus {
    opacity: 0.4; }

.account-form
{
    font-size: 14px;
}

.hero-block .hero-block-label span.gfield_required, .hero-block .hero-block-label .gfield_label {
    display: inline;
}
.hero-block .hero-block-label .ginput_container input[type="text"]{
    padding: 5px 0 !important;
}

.hero-block .hero-block-label .gform_wrapper ul li.gfield {
    margin-top: 10px!important;
}
.hero-block .hero-block-label  .gfield_label {
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

#main .hero-block .hero-block-label .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 20px;
}

.hero-block .hero-block-label .gform_wrapper  .gfield.non-empty .gfield_label {
    top: 0;
    font-size: 14px;
}

.uk-grid.brokerentries
{
    width:100%;
}
.check-list li {
    counter-increment: section;
    position: relative;
    list-style: none;
    line-height: 2.8rem;
    margin-bottom: 20px;
    padding-left: 70px;
    font-size: 1.4rem;
}

ul.check-list li::before {
    content: "";
    font-size: 38px;

    font-family: FontAwesome;
}

.page-body p {
    font-size: 26px;
}


.page-template-template-will.page-id-7813 header.masthead .container p span{
    color: black;
}

.page-template-template-will.page-id-8422 header.masthead .container p span{
    color: black;
}

.uk-modal.uk-open {

    z-index: 10000;
}


.hero-block.hero-block-content-stacked > div {
    padding-top: 50%;
}
.hero-block-stacked-inner {
    position: relative;
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
    margin: 0!important;
}

.page-template-template-will #main .gfield.gfield_html {
    margin-top: 10px !important;
}

.page-template-template-will #main  .gform_footer.top_label {
    padding: 0!important;
    margin: 0px!important;
}

.page-template-template-will .account-form{
    max-height: 100%;
    overflow: scroll;
}

#main #content .masthead .gform_confirmation_message{
    color:#000;
}

#main #content .masthead .gform_confirmation_message a{
    display:inline;
}

@media (max-width: 1410px) {
    .check-list li {

        line-height: 2.2rem;

        font-size: 1.2rem;
    }
}

@media (max-width: 1256px) {
    .check-list li {

        line-height: 2rem;

        font-size: 1.3rem;
    }
}



@media (max-width: 1168px) {
    .check-list li:before, ul.check-list li:before {
        line-height: 1;
        font-size: 21px!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        width: 30px;
    }

    .check-list li {
        line-height: 1.2;
        font-size: 1.05rem;
        padding: 0 40px;
    }

    .big-icon {
        width: 30%;
        height: 110px;
    }
}

@media (max-width: 1009px){
    .check-list li {
        line-height: 1.2;
        font-size: 1.1rem;
    }
}
@media (max-width: 1090px){

.big-icon {
    width: 30%;
    height: 70px;
}
}

@media (max-width: 940px){
    .check-list li {
        margin: 15px 0 0px;
    }
    .hero-block div:not(.hero-block-stacked-inner) .hero-block-label{
        height: 100%;

        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 12px;
    }
    .hero-block .hero-block-stacked-inner .hero-block-label > div h3{
        margin:0;
    }
    .big-icon {
        width: 30%;
        height: 100px;
    }
}

@media (max-width: 850px) {

    #main .gform_wrapper {
        margin: 0;
        max-width: 100%;
    }
}

@media (max-width: 800px){
    .big-icon {
        width: 30%;
        height: 70px;
    }

    .check-list li {
        margin: 0 0 12px 0px;
        font-size: 14px;
        font-weight: normal;
    }
    .why-us-icon svg, .big-icon svg {
        width: 100%;
        height: 100%;
    }
    .masthead{
        padding:20px!important;
    }
}

@media (max-width: 767px){

    .big-icon {
        width: 50%;
        height: 80px;
    }

    .hero-block div:not(.hero-block-stacked-inner) .hero-block-label
    {
        padding: 32px;
    }


    .check-list li {
        margin: 0 0 20px 0px;

    }


}

@media (max-width: 480px){
    .page-template-template-will #main .hero-block.hero-block-content-stacked > div {
        padding-top: 70%;
    }
    .big-icon {
        width: 30%;
        height: 70px;
    }
}


@media (max-width: 678px){


}

@media (max-width: 350px){

    .big-icon {
        width: 20%;
        height: 30px;
    }
    .big-icon ~ h3 {
        margin: 50px 0 0;
    }
}

.ion-social-my-account:before {
    content: '\f007';
    font-family: 'FontAwesome';
    font-weight: normal !important;
    font-style: normal !important;
}