@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900');

*{
    box-sizing:border-box;
}
html{
    height: 100%;
    font-family: sans-serif;
}

body {
        
    -webkit-overflow-scrolling: touch;
}
body{
    height: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    min-height: 100%;
    background-color: #fff;
}

a {
    color: #5c56fc;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    min-width: 140px;
    padding: 18px 35px;
    border-radius: 20px;
    background-color: #10d4ca;
    -webkit-transition: background-color 400ms ease, color 200ms ease;
    transition: background-color 400ms ease, color 200ms ease;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn:hover, .btn:focus {
    padding: 15px 32px;
    border: 3px solid #10d4ca;
    background-color: #fff;
    color: #10d4ca;
    text-decoration: none;
}

.btn:active {
    border-color: #07bcb3;
    background-color: #07bcb3;
    color: #fff;
  }
  

p {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.4rem;
}

h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0px;
}

#page{
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
}

#navbar{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 599;
}

.toolbar #navbar{
    top: 30px;
}

.toolbar.toolbar-drawer #navbar{
    top: 65px;
}



.menu_wrapper{
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
    box-shadow: 0 1px 0 0 rgba(76, 80, 152, .1);
}

.internal_wrapper{
    position: relative;
}

.content_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#logo{
    max-width:100%;
    display: inline-block;
}


.img-logo-navbar {
    max-height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav_links{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.getStarted{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
    background-color: #10d4ca;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    transition: background-color 0.4s ease 0s, color 0.2s ease 0s;
}

.nav_burger_menu{
    transition: opacity 0.2s ease 0s;

    position: relative;
    float: right;
    /* padding: 12px; */
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    width: 40px;
    height: 60px;
    /* padding-top: 12px; */
    padding-right: 0px;
    padding-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 185px;
}




.burger-line{
    background-color: #10d4ca;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 24px;
    margin-bottom: 4px;
}

.burger-line-1 {

}

.burger-line-2 {

}

.burger-line-3 {
    margin-bottom: 0px;
}

#getworksmart-homepage{
    position: relative;
    display: block;
    overflow: visible;
    padding-top: 8rem;
    padding-bottom: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#homepage-slider{
    margin-bottom: 95px;
}


/* .panels-flexible-row.panels-flexible-row-2-main-row.panels-flexible-row-first{
    padding-bottom: 80px;
} */

.panels-flexible-row.call-to-action, .call-to-action{
    width: 100%;
    background-image: -webkit-linear-gradient(270deg, #5c56fc, #5c56fc);
    background-image: linear-gradient(180deg, #5c56fc, #5c56fc);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.panels-flexible-row.call-to-action .inside, .call-to-action .inside{
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
}

.panels-flexible-region-2-call_to_action{
    width: 100%;
}
.line {
    width: 100%;
    height: 1px;
    margin-top: 3rem;
    background-color: #4b45da;
    clear:both
}

.call-to-action .panel-pane.pane-block .w-row {
    width: 100%;
    display: inline-block;

}

.call-to-action .panel-pane.pane-block .row-4{
    margin-top: 3rem;
}

.call-to-action .panel-pane.pane-block
{
    margin-left: -10px;
    margin-right: -10px;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-1 {
    width: 8.33333333%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}


.w-col-8 {
    width: 66.66666667%;
}

.w-col-12{
    width: 100%;
}

.feature-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-right: 25px;
}

.column-4 .feature-content{
    margin-right: 0px;
}

.image-benefit-time {
    width: 70px;
    height: 100%;
}

.image-benefit-brain {
    width: 85px;
    height: 100%;
    margin-left: -8px;
}

.image-11 {
    width: 80px;
    height: 100%;
    margin-top: 5px;
    margin-right: 15px;
}

.paragraph-benefits {
    margin-bottom: 0px;
    color: #fff;
}

.h3-survey {
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
}

.btn.btn-survey {
    margin-top: 11px;
    min-width: 250px;
    float: right;
    padding: 16px 35px;
}

.btn.btn-survey:hover, .btn.btn-survey:focus{
    padding: 13px 35px
}


.call-to-action h4{
    margin-top: 8px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    font-size: 1.35em;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
}




.panels-flexible-row.popular-articles-wrapper{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    width: 100%;
}

.panels-flexible-row.popular-articles-wrapper .inside{
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
}

.panels-flexible-region-2-popular_articles{
    width: 100%;
}

#popular-articles .view-owa-news .view-content{
    display: inline-block;
}

#popular-articles .view-owa-news .view-footer{
    display: flex;
    clear: both;
    justify-content: center;
    margin-top: 50px;
}

#popular-articles h2.pane-title{
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    font-size: 1.4em;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

#popular-articles .views-row{
    padding-bottom: 10px;
    padding-top: 10px;
}

#popular-articles .views-row:nth-child(odd){
    padding-left:0px;
}

#popular-articles .views-row:nth-child(even){
    padding-right: 0px;
}

#popular-articles .views-row a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 230px;
    padding: 0px;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* border: 1px solid #5c56fc; */
    transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    transition: box-shadow 0.4s ease 0s, color 0.2s ease 0s;
    -moz-box-shadow: 0 0 0px 2px #5c56fc;
    -webkit-box-shadow: 0 0 0px 2px #5c56fc;
    box-shadow: 0 0 0px 2px #5c56fc;
}

#popular-articles .views-row a:hover, #popular-articles .views-row a:focus{

    box-shadow: 0 0 0px 2px #10d4ca;
    -moz-box-shadow: 0 0 0px 2px #10d4ca;
    -webkit-box-shadow: 0 0 0px 2px #10d4ca;
}

.h3-goal {
    margin-bottom: 18px;
    font-size: 1.2em;
    margin-top:12px
}

#popular-articles .views-row a .views_content_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    padding-left: 20px;
    padding-top: 20px;

}

#popular-articles .views-row a .image_wrapper{
    flex-shrink: 0;
}

#popular-articles .views-row a .image_wrapper img{
    height: 100%;
    width: 180px;
    object-fit: cover;
}

#popular-articles .views-row a .views_content_wrapper .paragraph{
    font-size: 0.85em;
    color: #242424;
}

#popular-articles .views-row a .time_read{
    color: #f1cf2e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    align-self: flex-end;
    justify-content: space-between;
    flex-grow: 1;
    padding-bottom: 12px;
    font-size: 0.9em;
    font-weight: bold;
}

#popular-articles .views-row a .time_read .time_read_wrapper{
    align-self: flex-end;
}

#popular-articles .view-owa-news .view-footer{

}

.homepage_more_articles .btn.btn-goal {
    font-family: Raleway, sans-serif;
    min-width: 200px;
    padding: 16px 35px;
}

.homepage_more_articles a.btn.btn-goal:hover, .homepage_more_articles a.btn.btn-goal:focus{
    padding: 13px 35px;
}


.section-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.section-content.section-footer {
    position: static;
    bottom: 0px;
    width: 100%;
    padding-top: 5.5em;
    padding-bottom: 20px;
    background-color: #fff;
}

.section-footer .footer_container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    display: flex;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.img-logo-footer {
    max-height: 75px;
    max-width: 75px;
}

.block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    flex-grow: 1;
    max-width: 200px;
}

.link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #5c56fc;
    font-weight: 700;
    text-align: left;
    text-decoration: underline;
}

.link:hover, .link:focus {
    color: #5c56fc;
    text-decoration: none;
}

.link.footer-link {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.link.footer-link.footer-link-first {
    padding-bottom: 20px;
}

.paragraph-sm {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500;
}

.paragraph-sm.footer-signup {
    text-align: left;
}

.form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.js-cm-form {
    overflow: visible;
    min-width: 270px;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.text-field {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: auto;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #5c56fc;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
}

input.w-button {
    -webkit-appearance: button;
}

.btn.js-cm-submit-button {
    margin-top: 20px;
    font-family: Raleway, sans-serif;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.img-icon {
    height: 50px;
    margin-right: 5px;
}

.img-icon.fb{
    margin-left: 20px;
}

.w-button{
    cursor: pointer;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border-style: none;
}

.vertical_line {
    width: 20px;
    height: 200px;
    position: absolute;
    box-shadow: 2px 0px #e7e7e7;
}

.w-col-2{
    width: 16.666666%;
}


.panels-flexible-2 .panels-flexible-row-2-main-row{
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 0em;
}

.panels-flexible-2 .panels-flexible-region-inside{
    padding: 0em;
}

.panels-flexible-region.panels-flexible-region-2-sidebar .inside.panels-flexible-region-2-sidebar-inside{
    padding-left: 0.5em;
}

.panels-flexible-row-2-main-row-inside{
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.panels-flexible-region.panels-flexible-region-2-center{
    flex-shrink: 0;
    width: 70%;
    max-width: 730px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 50px;
}



#homepage-sidebar h2.pane-title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    font-size: 1.4em;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

#homepage-sidebar .views-row {
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    flex-grow: 1;
    min-height: 65px;
    margin-top: 20px;
    transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
}

#homepage-sidebar .views-row:hover, #homepage-sidebar .views-row:focus{
    border-color: #10d4ca;
}

#homepage-sidebar .views-row:first-of-type{
    margin-top: 26px;
}


#homepage-sidebar .views-row .sidebar_item_date{
    color: #5c56fc;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 12px;
}

#homepage-sidebar .views-row .sidebar_item_title{
    /* margin-bottom: 12px; */
    font-size: 1.05rem;
    color: #242424;
    padding-bottom: 22px;
}

#homepage-sidebar .view-slideshow.view-id-slideshow.view-display-id-block_1{
    margin-top: 30px;
}


#homepage-slider .view-slideshow .field-content{
    display: inline-block;
}

#homepage-slider .view-slideshow .slider_wrapper{
    position: relative;
}

.panels-flexible-region.panels-flexible-region-2-sidebar{
    /* flex-shrink: 0; */
    width: 30%;
    /* max-width: 730px; */
    padding-left: 0px;
    padding-right: 0px;
    /* margin-right: 50px; */
}


#homepage-sidebar .views-content{
    display: flex;
    flex-direction: column;
    height: 375px;
}



#homepage-slider .view-slideshow .slider_content_wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    height: 40%;
}

#homepage-slider .view-slideshow .slider_content_wrapper{
    z-index:2;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(21, 21, 21,1) 65%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(21, 21, 21,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(21, 21, 21,1) 65%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(21, 21, 21,1) 65%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(21, 21, 21,1) 65%);
    background: linear-gradient(to bottom, rgba(142, 33, 33, 0) 0%,rgb(21, 21, 21) 65%);
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 70px;
}

#homepage-slider .view-slideshow .slider_content_wrapper .slider_caption{
    font-size: 1.8rem;
    line-height: 2.3rem;
}


#homepage-slider .view-slideshow .slider_content_wrapper .slider_read{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

#homepage-slider .view-slideshow .slider_content_wrapper .read_article{
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
}

#homepage-slider .view-slideshow .slider_content_wrapper .slider_timeread{
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.footer_container .w-col-5{
    padding-left: 30px;
}

.footer_container .w-col-5 p{
    font-size: 0.95rem;
}

#subForm input::placeholder{
    color: #5c56fc;
    text-transform: uppercase;
    outline: none;
}

#subForm input{
    -webkit-transition: color 2s, outline-color .7s ease-out, background-color .7s ease-out;
   -moz-transition: color 2s, outline-color .7s ease-out, background-color .7s ease-out;
     -o-transition: color 2s, outline-color .7s ease-out, background-color .7s ease-out;
        transition: color 2s, outline-color .7s ease-out, background-color .7s ease-out;


}

.signupLink { 
    outline-color: #10d4ca;
    color: #5c56fc;
    font-weight: bold;
    border-bottom: 1px solid #5c56fc;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 25px;
    margin-top: 10px;
    -webkit-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
      -o-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
      transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
      width: 100%;
      border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #5c56fc;
}

.signupLink:active, .signupLink:hover, .signupLink:focus{
    border-color: #198ef7;
}

.signupIcon{
    float: right;
}

.text-block {
    margin-top: 30px;
    font-size: 0.8rem;
    font-style: normal;
    text-align: center;
    clear: both;
    color: #afafaf;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
}

.block-footer > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* Navigation Overlay styles */
.nav-overlay {
    position: absolute;
    height: 100vh;

    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    overflow:hidden;
    display: none;
}

.nav-overlay .nav-menu{
    padding-top: 30px;
    background-color: #fff;
    position:relative;
    overflow:hidden;
    height: 100vh;
    min-height: 800px;
    float:none;
    text-align:center;
    /* display: none; */
    min-width: 200px;
}
.nav-overlay .nav-menu.nav-menu-open{
    display: block !important;
}

.nav-overlay .navbar-dd-item{
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

.nav-overlay .navbar-dd-item.important{
    background-image: -webkit-linear-gradient(270deg, #10d4ca, #10d4ca);
    background-image: linear-gradient(180deg, #10d4ca, #10d4ca);
}

.nav-overlay .navbar-dd-item a{
    max-width: 100%;
    display: inline-block;
}

.nav-overlay .navbar-dd-item-text{
    position: relative;
    z-index: 1;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    font-size: 24px;
    line-height: 24px;
    text-transform: none;
}

.navbar-dd-item-text.important {
    color: #fff;
}

.menu-item-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 0;
}

.sub-menu ul.links{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sub-menu ul.links li{
    list-style: none;
    padding: 8px 0px;
    font-size: 1.2rem;
}

/* Sticky bar right side */


.cta-page-right-sticky {
    float: right;
}

.cta-page-right-sticky__link {
    background: #e94068;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: 70px;
    margin-right: -38px;
    text-transform: 1px 1px 0 rgba(0,0,0,.5);
    float: left;
    font-family: Raleway, sans-serif;
}

.not-front #main{
    position: relative;
    display: block;
    /* overflow: hidden; */
    padding-top: 5.5rem;
    padding-bottom: 0.5rem;
}

.not-front .page_top_wrapper{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb{
    display: inline-block;
}

.breadcrumb ol{
    list-style: none;
    padding: 8px 0px;
    margin: 0px;
}

.breadcrumb ol li{
    list-style: none;
}

h1.page__title.title{
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    font-size: 1.8em;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 200px;
    max-width: 600px;
}   

.node_wrapper .field:not(.field-name-featured-news-image){
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.node_wrapper .field-name-featured-news-image{
    min-height: 500px;
    max-height: 50vh;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}


.node_wrapper .field-name-featured-news-image .field-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.node_wrapper .field-name-featured-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
    vertical-align: top;
}

.node_wrapper .field-name-news-content{
    margin-top: 65px;

}

.node_wrapper .field-name-news-content .field-items{
    margin-left: 200px;
    max-width: 600px;
}

.node_wrapper h3{
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Overriding B style for H3 due to content */
.node_wrapper h3 b{
    font-weight: normal;
}



/* .node_wrapper ul li{
    padding: 12px 0px;
} */

#block-owa-blocks-social-media-block{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    display: flex;
}

#block-owa-blocks-social-media-block .w-col{
    margin-left: 200px;
    max-width: 600px;
    padding-left: 0px;
    padding-bottom: 50px;
    /* box-shadow: 0 2px 0 0 rgba(76, 80, 152, 0.25); */
    box-shadow: 0 1px 0 0 #d6d6d6;
}

#block-owa-blocks-social-media-block .img-icon.fb{
    margin-left: 0px;
}



/* BUBBLES */

.front .lp-hero-1{
    position: absolute;
    z-index: 3;
    width: 4.5rem;
    height: 4.5rem;
    text-shadow: 1px 1px 6px #000;

    right: 1rem;
    top: 43rem;
    /* -webkit-filter: drop-shadow(0px 0px 1px #8f8f8f);
    filter: drop-shadow(0px 0px 1px #8f8f8f); */
}

.front .lp-hero-2 {
    position: absolute;
    z-index: 2;
    width: 15rem;
    height: 15rem;
    text-shadow: 1px 1px 6px #000;
    left: -11rem;
    top: 10.5rem;
    /* -webkit-filter: drop-shadow(0px 0px 1px #525151);
    filter: drop-shadow(0px 0px 1px #525151); */
}

.front .lp-hero-3{
    position: absolute;
    z-index: 3;

    width: 5rem;
    height: 5rem;
    text-shadow: 1px 1px 6px #000;
    left: -2.5rem;
    top: 66rem;

    /* -webkit-filter: drop-shadow(0px 0px 1px #868585);
    filter: drop-shadow(0px 0px 1px #868585); */
}

.front .lp-hero-4{
    position: absolute;
    z-index: 3;
    width: 6rem;
    height: 6rem;
    text-shadow: 1px 1px 6px #000;
    right: -2.8rem;
    top: 35.5rem;
    /* -webkit-filter: drop-shadow(0px 0px 1px #b1b1b1);
    filter: drop-shadow(0px 0px 1px #b1b1b1); */
}

.front .lp-hero-5{
    position: absolute;
    z-index: 2;
    width: 17rem;
    height: 17rem;
    text-shadow: 1px 1px 6px #000;
    right: -11rem;
    top: 117.5rem;
    /* -webkit-filter: drop-shadow(-2px 0px 4px #9e9e9e);
    filter: drop-shadow(-2px 0px 4px #9e9e9e); */
}

.node-type-worksmart-news .lp-hero-3, .node-type-worksmart-news .lp-hero-2{
    display: none;
}

.node-type-worksmart-news .lp-hero-1{
    position: absolute;
    z-index: 3;
    width: 5rem;
    height: 5rem;
    text-shadow: 1px 1px 6px #000;
    right: 2em;
    top: 46.5rem;
    /* -webkit-filter: drop-shadow(0px 0px 1px #8f8f8f);
    filter: drop-shadow(0px 0px 1px #8f8f8f); */
}

.node-type-worksmart-news .lp-hero-4{
    position: absolute;
    z-index: 3;
    width: 7rem;
    height: 7rem;
    text-shadow: 1px 1px 6px #000;
    right: -3.5rem;
    top: 38rem;
    /* -webkit-filter: drop-shadow(0px 0px 1px #b1b1b1);
    filter: drop-shadow(0px 0px 1px #b1b1b1); */
}

.node-type-worksmart-news .lp-hero-5{
    display: none;
}

.node-type-book .lp-hero-5, 
.node-type-book .lp-hero-4,
.node-type-page .lp-hero-4,
.node-type-page .lp-hero-5,
.page-news .lp-hero-4,
.page-news .lp-hero-5,
.page-search-results .lp-hero-4,
.page-search-results .lp-hero-5,
.node-type-jargon-buster-word .lp-hero-4,
.node-type-jargon-buster-word .lp-hero-5,
.page-tools-jargon-buster .lp-hero-4,
.page-tools-jargon-buster .lp-hero-5{
    display: none;
}

.node-type-book .lp-hero-1, 
.node-type-page .lp-hero-1,
.page-news .lp-hero-1,
.page-search-results .lp-hero-1,
.node-type-jargon-buster-word .lp-hero-1,
.page-tools-jargon-buster .lp-hero-1
{
    position: absolute;
    z-index: 3;
    width: 5rem;
    height: 5rem;
    text-shadow: 1px 1px 6px #000;
    right: 1em;
    top: 35rem;
    /* -webkit-filter: drop-shadow(0px 0px 1px #cacaca);
    filter: drop-shadow(0px 0px 1px #cacaca); */
}

.node-type-book .lp-hero-2, 
.node-type-page .lp-hero-2,
.page-news .lp-hero-2,
.page-search-results .lp-hero-2,
.node-type-jargon-buster-word .lp-hero-2,
.page-tools-jargon-buster .lp-hero-2{
    position: absolute;
    z-index: 3;
    right: -3.5em;
    top: 28rem;

    width: 6.5rem;
    height: 6.5rem;
    text-shadow: 1px 1px 6px #000;

    /* -webkit-filter: drop-shadow(0px 0px 1px #b3b3b3);
    filter: drop-shadow(0px 0px 1px #b3b3b3); */
}

.node-type-book .lp-hero-3, 
.node-type-page .lp-hero-3,
.page-news .lp-hero-3,
.page-search-results .lp-hero-3,
.node-type-jargon-buster-word .lp-hero-3,
.page-tools-jargon-buster .lp-hero-3{
    position: absolute;
    z-index: 3;
    left: -5em;
    top: 11rem;
    width: 10rem;
    height: 10rem;
    text-shadow: 1px 1px 6px #000;

    /* -webkit-filter: drop-shadow(0px 0px 1px #868585);
    filter: drop-shadow(0px 0px 1px #868585); */
}


#block-owa-blocks-call-to-action{
    position: relative;
}

.cta.lp-hero-5{
    position: absolute;
    z-index: 2;
    width: 14rem;
    height: 14rem;
    text-shadow: 1px 1px 6px #000;
    left: -8rem;
    top: -7rem;
    /* filter: drop-shadow(0px 0px 1px #868585);
    -webkit-filter: drop-shadow(0px 0px 1px #868585); */
    display: inline-block;
}

.node-type-worksmart-slideshow .div-block-12{
    display: none;
}

.node-type-worksmart-news .page-body__with-sticky__sticky{
    top: 40px;
}

.breadcrumb ol li{
    float: left;
    padding-left: 8px;
}

.breadcrumb ol li span{
    color: #5c56fc;
    text-decoration: underline;
}

.breadcrumb ol li a{
    padding-right: 6px
}

.breadcrumb ol li a{
    text-decoration: none;
    color: #242424;
}

.breadcrumb ol li a:hover, .breadcrumb ol li a:focus{
    text-decoration: underline;
    color: #5c56fc;
}

.block.block-flippy{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    display: flex;
}

.block-flippy .flippy{
    margin-left: 200px;
    max-width: 600px;
    padding-left: 0px;
    padding-bottom: 45px;
    width:100%;
    display: inline;
    list-style-type: none;
    list-style-image: none;
    background: none;
    white-space: nowrap;
}

.node-type-book .block-flippy .flippy{
    padding-bottom: 20px;
}

.block-flippy .flippy .prev{
    float:left;
}

.block-flippy .flippy .next{
    float:right;
}

.block-flippy .flippy .prev, 
.block-flippy .flippy .next{
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 0.9em;
}

.block-flippy .flippy .prev a, .block-flippy .flippy .next a{
    color: #11d4ca;

}

.block-flippy .flippy .prev.empty, .block-flippy .flippy .next.empty{
    color: #11d4ca;
    opacity: 0.55;
}

.node_wrapper .field-name-body{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}
.node_wrapper .field-name-body a{
    text-decoration: underline;
}
.node_wrapper .field-name-body .field-items {
    margin-left: 200px;
    max-width: 600px;
}

.book_nav_surround{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.node_wrapper .book_nav_surround .book_nav_inner{
    margin-left: 200px;
    max-width: 600px;
}
.book_nav_surround .book_nav_inner ul.menu{
    padding: 12px 0px;
}

.book_nav_surround .book-navigation .menu{
    padding: 12px 0px;
    border-top: none;
    column-fill: balance;
    column-span: all;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.book_nav_surround .book-navigation .menu .menu__item{
    padding: 0px;
    background-image: url('../images/arrow-bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 12px 9px;
    padding-left: 25px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom:14px;
    color: #242424;
}

.node_wrapper ul {
    padding: 12px 18px;
}

article .node_wrapper ul li{
    padding: 0px;
    background-image: url('../images/arrow-bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 12px 9px;
    padding-left: 25px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom:14px;
    color: #242424;
}

.view-jargon-buster span.field-content {
    padding: 0px;
    background-image: url('../images/arrow-bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 12px 9px;
    padding-left: 25px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom:14px;
    color: #242424;
}

.view-jargon-buster ul{
    padding-left: 15px;
}

.view-jargon-buster ul li{
    list-style: none;
}

.book_nav_surround{
    padding-bottom: 20px;
}
.book_nav_surround .menu a{    
    font-size: 0.85em;
}

.book_nav_surround .menu .menu__item a{
    color: #242424;
    -webkit-transition: color 400ms ease, color 200ms ease;
    transition: color 400ms ease, color 200ms ease;
}

.book_nav_surround .menu .menu__item a:hover, .book_nav_surround .menu .menu__item a:focus{
    color: #5c56fc;
    /* text-decoration: underline; */
}

.question-navigation ul.menu{
    padding: 12px 0px;
}

/* .question-navigation ul.menu li{
    padding: 6px 0px;
} */

#block-block-11{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

#block-block-11 #disclaimer{
    margin-left: 200px;
    max-width: 600px;
    padding-top:60px;
    padding-bottom: 10px;
    color: #ababb8;
}

#block-owa-blocks-book-nav-full{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

#block-owa-blocks-book-nav-full .nav_bottom{
    margin-left: 200px;
    max-width: 600px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0px 1px 0 0 #d6d6d6, 0px -1px 0 0 #d6d6d6;
}

.nav_bottom_inner{
    display: flex;
    flex-direction: column;
}

.nav_bottom .current_link{
    font-size: 1.3em;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    padding-bottom: 20px;
}

.nav_bottom .sibling_link {
    float: left;
    /* padding-right: 25px; */
    padding-bottom: 8px;
}

.nav_bottom .sibling_links.isQuestion .sibling_link{
    float: none;
}

.nav_bottom .current_link a{
    display: inline-block;
    margin-bottom: 10px;
}
.nav_bottom .current_link a:not(:last-of-type)::after{
    content: ">";
    color: #242424;
    padding-left: 8px;
    padding-right: 8px;
}

.nav_bottom .sibling_links:not(.isQuestion) .sibling_link:not(:last-of-type)::after{
    content: "/";
    color: #242424;
    padding-left: 8px;
    padding-right: 8px;
}

h2{
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
    color: #5c56fc;
    font-size: 1.5em;
    line-height: 40px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    /* margin-left: 200px; */
    /* max-width: 600px; */
}

.node-type-page .node_wrapper{
    margin-bottom: 75px;
}

.page-news .view-owa-news{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

.page-news .view-owa-news .view-content, .view-owa-news .item-list{
    margin-left: 200px;
    max-width: 600px;
    /* padding-top: 35px; */
    padding-bottom: 35px;

}

.page-news .view-owa-news .item-list{
    box-shadow: 0px 1px 0 0 #d6d6d6;
}

.page-news .news-snippets ul {
    margin: 0;
    padding: 0 0 0 0px;
}

.page-news .news-snippets li {
    list-style: none;
    border-bottom: 1px solid #dddddd;
    /* height: 120px; */
    padding-top: 15px;
}

.page-news .news-snippets img {
    float: left;
    margin-right: 15px;
}

.page-news .news-snippets .views-field-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-news .news-snippets .views-field-created {
    margin-top: 8px;
    margin-bottom: 8px;
}

.pager {
    clear: both;
    padding: 0;
    text-align: center;
}

.pager-current {
    font-weight: bold;
}

.pager-item, 
.pager-first, 
.pager-previous, 
.pager-next, 
.pager-last, 
.pager-ellipsis, 
.pager-current {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
    background-image: none;
}

#owa-custom-search-basic-form  .search_block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #5c56fc;
    /* border-style: none none solid;
    border-width: 1px 1px 1px;
    border-color: #000 #000 #5c56fc; */
    -webkit-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    -o-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
}

#owa-custom-search-advanced-form input.form-text{
    border-bottom: 1px solid;
}

#owa-custom-search-basic-form input.form-text, #owa-custom-search-advanced-form input.form-text{
    outline-color: none;
    outline: none;
    color: #5c56fc;
    font-weight: bold;

    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 0.85rem;
    width: 100%;

}

#owa-custom-search-basic-form input.form-text::placeholder, #owa-custom-search-advanced-form input.form-text::placeholder{
    -webkit-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    -moz-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    -o-transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    transition: border-color 0.4s ease 0s, color 0.2s ease 0s;
    color: #5c56fc;
}

#owa-custom-search-basic-form > div:hover, 
#owa-custom-search-basic-form > div:focus,
#owa-custom-search-advanced-form input.form-text:hover,
#owa-custom-search-advanced-form input.form-text:focus{
    border-color: #198ef7;
    color: #198ef7;
}

#owa-custom-search-basic-form input.form-text:hover::placeholder, 
#owa-custom-search-basic-form input.form-text:focus::placeholder,
#owa-custom-search-advanced-form input.form-text:hover::placeholder,
#owa-custom-search-advanced-form input.form-text:focus::placeholder{
    color: #198ef7;
}

#owa-custom-search-basic-form input.form-submit{
    width:25px;
    flex-shrink: 0;
    background-color: transparent;
    text-indent: 10000px;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 4px 4px;
    height: 28px;
    cursor: pointer;
}

#owa-custom-search-basic-form .form-item-search-term{
    flex-grow: 1;
}

#owa-custom-search-advanced-form, .search_wrapper, .enter_term{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

#owa-custom-search-advanced-form > div, .search_inner_wrapper ,.enter_term p {
    margin-left: 200px;
    max-width: 600px;
    /* padding-top: 35px; */
    padding-bottom: 35px;
}

.search-results{
    padding-left: 0px;
}

.search-result{
    margin-bottom: 1.4em;
}

.search_inner_wrapper .pager{
    padding-top: 25px;
}

#owa-custom-search-advanced-form .form-item-search-term label{
    display: none !important;
}

/* #owa-custom-search-advanced-form input.form-text {
    width: 250px;
    float: left;
    height: 37px;
    margin-right: 2px;
} */

#owa-custom-search-advanced-form input.form-submit{
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    border-radius: 20px;
    background-color: #10d4ca;
    -webkit-transition: background-color 400ms ease, color 200ms ease;
    transition: background-color 400ms ease, color 200ms ease;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#owa-custom-search-advanced-form input.form-submit:hover, #owa-custom-search-advanced-form input.form-submit:focus {
    padding: 9px 21px;
    border: 3px solid #10d4ca;
    background-color: #fff;
    color: #10d4ca;
    text-decoration: none;
    cursor:pointer;
}

#owa-custom-search-advanced-form fieldset{
    border-color:#dddddd;
    border-style: solid;
}

.action input.form-submit{
    margin-top: 22px;
}

#owa-custom-search-advanced-form label:not(.option){
    font-weight: bold;
    display: block;
}

#owa-custom-search-advanced-form .description{
    display: none;
}

.search-advanced .criterion {
    margin-right: 5em;
    float: left;
}

.search-advanced .criterion:nth-of-type(even){
    margin-right: 1em;
}


#owa-custom-search-advanced-form input{
    width: auto;
}

.search-advanced .form-item {
    height: 75px;
}

select{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    border-style: solid;
}

.search-advanced #edit-site {
    height: 75px;
    margin: 1.5em 0;
    margin-top: 5px;
}

.search-advanced #edit-site .form-item {
    height: auto;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-item {
    margin: 1.5em 0;
}

#owa-custom-search-basic-form .form-item{
    margin: 0em;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin: 0;
    margin-bottom: 4px;
}


.messages_wrapper{
    background-color: rgba(92, 86, 252, 0.7);
    padding: 20px;
}

.messages{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 1px;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: 35px;
    overflow:auto;
    margin: 10px 35%;
    padding:11px;
    border-radius: 15px;
    border:4px solid #5c56fc;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


article.node-jargon-buster-word .node_wrapper div.field-label, article.node-jargon-buster-word .node_wrapper div.field-items{
    margin-left: 200px;
    max-width: 600px;
    /* padding-top: 35px; */
    padding-bottom: 100px;
}

article.node-jargon-buster-word .node_wrapper div.field-label{
    padding-bottom: 15px;
}

p#skip-link{
    line-height: 0;
    margin:0;
    padding:0;
}

.page-tools-jargon-buster .view-jargon-buster{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}

.page-tools-jargon-buster .view-jargon-buster .view-header, .page-tools-jargon-buster .view-jargon-buster .view-content{
    margin-left: 200px;
    max-width: 600px;
    padding-bottom: 25px;
}


.alpha-pager {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.alpha-pager span, .alpha-pager a {
    padding: 5px;
}

.alpha-pager span {
    color: #dddddd;
}

.view-jargon-buster .views-field.views-field-title{
    padding: 3px 0px;   
}


article .links.inline, .tabs-primary.tabs.primary{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    
}

article .links.inline li{
    display: inline-block;
    padding-right: 10px;
}

article .links.inline li:first-of-type{
    margin-left: 200px;
}

li.tabs-primary__tab {
    display: inline-block;
    padding-right: 10px;
   
}

li.tabs-primary__tab:first-of-type{
    margin-left: 200px;
}

#block-owa-blocks-social-media-block a.w-inline-block{
    padding-right: 12px;
}

.flippy li a, .flippy li span{
    position: relative;
}
.block-flippy .flippy li.prev a, .block-flippy .flippy li.prev span{
    padding: 6px 0px;
    padding-left: 32px;
}

.block-flippy .flippy li.next a, .block-flippy .flippy li.next span{

    padding: 6px 0px;
    padding-right: 32px;
}

.flippy .prev a::before, .flippy .prev span::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url('../images/arrow-previous.png');
    background-repeat: no-repeat;
    background-size: 16px;
    left: 0px;
    top: 8px;
}

.flippy .next a::after, .flippy .next span::after{
    background: url('../images/arrow-next.png');
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 16px;
    right: 0px;
    top: 8px;
}

.slider_timeread, .read_article{
    position: relative;
}

.time_read_icon{
    background: url('../images/clock-w.png');
    width: 14px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 14px 18px;
    position: absolute;
    left: -22px;
}

.views_content_wrapper .time_read_wrapper{
    position: relative;
}

.views_content_wrapper .time_read_wrapper .time_read_icon{
    background: url('../images/clock-gold.png');
    position: absolute;
    content: "";
    width: 14px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 14px 19px;
    left: -21px;
}

.read_article_arrow{
    background: url('../images/arrow-next-maincontent.png');
    width: 56px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 56px 19px;
    position: absolute;
    right: -80px;
}

#user-login, #user-pass,
.page_content_wrapper .profile,
.page-customerror .page_content_wrapper{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
}

#user-login > div,
#user-pass > div,
.page_content_wrapper .profile > *,
.page-customerror .page_content_wrapper > *{
    margin-left: 200px;
    max-width: 600px;
    padding-bottom: 25px;
}

#user-login input,
#user-pass input{
    outline-color: none;
    outline: none;
    color: #5c56fc;
    font-weight: bold;

    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 0.85rem;
    width: 100%;
    border-bottom: 1px solid #5c56fc;
}

#user-login input.form-submit, 
#user-pass input.form-submit{
    display: inline-block;
    min-width: 100px;
    padding: 12px 24px;
    border-radius: 20px;
    border: none;
    background-color: #10d4ca;
    -webkit-transition: background-color 400ms ease, color 200ms ease;
    transition: background-color 400ms ease, color 200ms ease;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 25px;
    cursor: pointer;
}

#user-login .description,
#user-pass .description{
    display: none;
}

.page-user .div-block-12,
.page-customerror .div-block-12{
    display: none;
}

.formrow .form-submit{
    webkit-appearance: button;
    cursor: pointer;

    background-color: #325084;
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 1rem;
}

.page-news .news-snippets .views-field-featured-news-image img{
    max-width: 275px;
    height: auto;
}

.page-news .news-snippets .views-field-featured-news-image{
    flex-grow: 0;
    flex-shrink: 0;
}

.page-news .news-snippets .views-row{
    display: flex;
    flex-direction: row;
}

.page-news .news-snippets .body_news_wrapper .news_title{
    font-size: 1.2em;
    padding-bottom: 0.7em;
}

.page-news .news-snippets .body_news_wrapper .news_date{
    font-size: 0.9em;
    float: right;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
}

.page-news .news-snippets .body_news_wrapper .news_timeread{
    font-size: .9em;
    float: left;
    padding-bottom: .7em;
    padding-top: .7em;
    position: relative;
    padding-left: 20px;
}

.page-news .news-snippets .body_news_wrapper .news_timeread .time_read_icon{
    background: url('../images/clock-gold.png');
    background-repeat: no-repeat;
    background-size: 14px 18px;
    left: 0px;
}

.share_title{
    padding-bottom: 12px;
    font-weight: 500;
}

.footer_container .btn{
    margin-bottom: 12px;
}

.node-type-page input{
    border-bottom: 1px solid #5c56fc;
}

#owa-wage-calc-form{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

#owa-wage-calc-form >div {
    margin-left: 200px;
    max-width: 600px;
}

#owa-wage-calc-form >div p:first-child{
    margin-top: 25px;
}

#owa-wage-calc-form input#edit-submit{
    webkit-appearance: button;
    cursor: pointer;
    background-color: #325084;
    border: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 1rem;
}


.page-node-everything .view-content{
    width: 80%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.page-node-everything .view-content .views-row{
    margin-bottom: 30px;
}

.page-node-everything .views-field.views-field-title h1{
    margin-top: 35px;
    margin-bottom: 10px;
    font-family: Raleway,sans-serif;
    color: #5c56fc;
    font-size: 1.8em;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-node-everything .div-block-12{
    display: none
}