 /*
 Theme Name: Moving Up USA Theme
 Theme URI: https://movingupusa.com
 Author: Sol Design
 Author URI: https://soldesignco.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */

@font-face { font-family: Arnhem; src: url('assets/fonts/ArnhemPro-Blond.woff'); } 
@font-face { font-family: KievitBold; src: url('assets/fonts/KievitWeb-Bold.woff'); } 
@font-face { font-family: KievitExtraLight; src: url('assets/fonts/KievitWeb-Exlig.woff'); } 
@font-face { font-family: KievitLight; src: url('assets/fonts/KievitWeb-Light.woff'); } 
@font-face { font-family: Kievit; src: url('assets/fonts/KievitWeb.woff'); } 


.clear {
    clear: both;
}

a, .widget a {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

body {
    font-family: Arnhem;
}
header, footer, h1, h2, blockquote .content {
    font-family: KievitLight;
}
blockquote .content strong, input[type="button"], input[type="submit"], #msform input  {
    font-family: Kievit;
}

.site-branding, .has-header-image.twentyseventeen-front-page .site-branding {
    background-color: #fff;
    width: 25%;
    height: 92px;
    bottom: auto;
    z-index: 4;
    top: 0;
    padding: 0;
    margin-bottom: 0 !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.site-branding .wrap {
    max-width: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-branding-fixed {
    position: fixed !important;
}
.admin-bar .site-branding, .admin-bar .has-header-image.twentyseventeen-front-page .site-branding {
    top: 32px;
}

.home.admin-bar .site-branding, .admin-bar .has-header-image.twentyseventeen-front-page .site-branding {
    top: 32px !important;
}
.custom-logo-link img {
    max-width: 100% !important;
    max-height: 35px !important;
    height: auto !important;
}

/*iFrame page clearing to not display header and footer*/
.page-id-149 #masthead, .page-id-152 #masthead{
    display:none;
}
.page-id-149 .site-footer .footer-widget-2, .page-id-152 .site-footer .footer-widget-2, .page-id-149 .site-footer #text-6, .page-id-152 .site-footer #text-6, .page-id-152 .social-navigation, .page-id-149 .social-navigation{
    display:none;
}
.page-id-149 .site-content, .page-id-152 .site-content{
    padding: 0 0 0;
}
.page-id-149 .entry-title, .page-id-152 .entry-title {
    display: none;
}
/*End of iFrame page clearing to not display header and footer*/

.navigation-top, .site-navigation-fixed {
    width: 75% !important;
    height: 92px;
    left: auto !important;
    font-family: Kievit;
    font-size: 16px;
    text-transform: uppercase;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #333;
}
navigation-top .current-menu-item > a:hover, .navigation-top .current_page_item > a:hover {
    color: #666;
}

.navigation-top .wrap {
    margin-right: 0;
}
.menu-top-menu-container {
    float: right;
}

.edit-link, .post-edit-link, .home #post-8 .entry-header, .home #panel1 .entry-header, .page-id-107 .entry-header {
    display: none;
}
.home #panel1 #recent-posts .entry-header {
    display: block;
}

.recent-posts .entry-header {
    display: block;
    margin-bottom: 2em !important;
}

.recent-posts .entry-meta {
    display: none;
}

.page .panel-content .recent-posts .entry-title {
    text-align: center;
    font-size: 48px;
    line-height: 1.25em;
    color: #265C82;
}
.entry-title a {
    color: inherit;
}
.page .panel-content .entry-title {
    text-align: center;
    font-size: 48px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

.red {
    color: #D43742 !important;
}

.blue {
    color: #265C82 !important;
}
.light-blue {
    color: #20AEF2 !important;
}
.black {
    color: #000 !important;
}

.page-one-column .panel-content .wrap {
    max-width: 80% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#msform fieldset {
    margin: 0;
    padding: 0 0 80px;
    width: 100%;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  display: none;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\f00c';
  position: absolute;
  top: .1em; left: .3em;
  font-family: fontAwesome;
  font-size: 1.3em;
  line-height: 0.8;
  color: #888;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

fieldset h2.fs-title {
    font-size: 48px;
    color: #D43742;
    font-family: KievitLight;
    text-transform: none;
}
fieldset p, .entry-summary p, .entry-content p {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
}
.summary.white p {
    color: #fff;
}

fieldset p a, .entry-summary p a, .entry-content p a {
    color: #20AEF2;
}

fieldset input[type="button"], #msform .action-button {
    width: 300px;
    float: right;
    font-size: 14pt;
    font-family: Kievit;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #20AEF2;
}
fieldset input[type="button"].previous, #msform .action-button.previous {
    float: left;
}
fieldset .field-set {
    
}
fieldset .field-set ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
fieldset .field-set ul li {
    margin-bottom: 12px;
}
fieldset .field-set ul li input[type="checkbox"] {
    width: auto !important;
    max-width: 9%;
    float: left;
    margin-right: 1%;
    margin-bottom: 0;
    margin-top: calc(.5em - (1px * 2));
}
fieldset .field-set ul li label {
    max-width: 90%;
    float: left;
    vertical-align: middle;
    margin-bottom: 0;
}
fieldset .field-set ul li input[type="radio"] {
    float: left;
    width: auto !important;
    margin-top: 4px;
    margin-bottom: 0;
}
fieldset .field-set ul li input[type="radio"] + label {
    margin-right: 20px;
}
select {
    width: 100%;
    margin: 8px auto 16px;
    line-height: 1.25em;
    font-size: 14px;
}

.progress {
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 20px;
    font-family: 'Kievit', sans-serif;
}
.progress::before, .progress::after {
    content: "—";
    
}

.entry-summary a {
    color: #008DBB;
    
}
.footnote{
    font-size: 11px; 
    font-style: italic;
    color: #666;
    font-family: Kievit;
    margin-bottom: 15px;
}
#panel1 .panel-content .wrap, #panel2 .panel-content .wrap, #panel3 .panel-content .wrap, #panel4 .panel-content .wrap {
    padding-top: 0;
}
#book, #research, #about, .home .entry-header .entry-title {
    padding-top: 80px;
}
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header {
    margin-bottom: 0 !important;
}

hr.top {
    margin-top: 80px;
    margin-bottom: 0;
}
hr.bottom {
    margin-top: 0;
    margin-bottom: 80px;
}

h3 {
    font-size: 36pt;
    line-height: 2em;
    margin: 10px 0;
    padding: 0;
}

blockquote {
    background-color: #D8D8D8;
    padding: 40px 8%;
    color: #4A4A4A;
    position: relative;
    margin: 80px 0 70px;
    font-style: normal;
    font-size: 14pt;
    
}
blockquote em {
    font-style: normal;
}
blockquote hr {
    width: 100%;
    border: none;
    border-top: 3px solid #fff;
    background-color: transparent;
}
blockquote .content {
/*    -webkit-column-count: 2; /* Chrome, Safari, Opera */
/*    -moz-column-count: 2; /* Firefox */
/*    column-count: 2;
/*    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
/*    -moz-column-gap: 40px; /* Firefox */
/*    column-gap: 40px; */
    margin-bottom: 40px;
}


/* Results Page Elements */

h2.results-page-heading {
    font-size: 48px;
    color: #D43742;
    text-align: center;
    margin: 0;
}
.score {
    font-size: 72px;
    color: #265c82;
    text-align: center;
    margin: 0;
}
.score-text{
    font-family: Kievit;
    font-size:1rem;
    line-height: 1.5rem;
}
.responsive-table{
    font-size: 16px;
    color: #000;
    font-family: Kievit;
    margin-bottom: 10px;
}
.summary {
    width: 100%;
    margin: 20px auto 35px;
    padding: 20px 4%;
    background-color: #D43742;
    color: #fff;
    font-family: Kievit;
}
.summary p {
    line-height: 1.25em;
}
.summary p:last-child {
    margin-bottom: 0;
}

#factors, #deepest-elements {
    border-top: 1px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.element-header{
    font-size: 36px;
    line-height: 2em;
    margin: 10px 0;
    font-family: Kievit;    
}

#deeper-elements {
    margin-top: 40px;
}
.factor, .element {
    
}
.factor-heading, .element-heading {
    position: relative;
    cursor: pointer;
    padding: 15px 12% !important;
    text-align: center;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
.factor-heading {
    color: #fff;
}
.red .factor-heading {
    background-color: #D43742 !important;
}
.blue .factor-heading {
    background-color: #265C82 !important;
}
.light-blue .factor-heading {
    background-color: #20AEF2 !important;
}

.red .element-heading {
    color: #D43742;
}
.blue .element-heading {
    color: #265C82;
}
.light-blue .element-heading {
    color: #20AEF2;
}

.factor-heading:after, .element-heading:after {
    content: "\f0da";
    position: absolute;
    font-size: 42px;
    line-height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4%;
    font-family: fontAwesome;
}
.factor.clicked .factor-heading:after, .element.clicked .element-heading:after {
    content: "\f0d7";
}
.factor-content, .element-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 4%;

}
.factor-content p, .element-content p{
    font-size: 16px;
    color: #666;
    font-family: Kievit;  
    line-height: 22px;
}
.factor-content a, .element-content a {
/*    text-shadow: 1px 0;*/
}

.factor.clicked .factor-content, .element.clicked .element-content {
    max-height: 900px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 4% 20px;
}
.factor_text{
    font-size: 15px;
    color: #666;
    font-family: Kievit;
    display: block;
    padding-top:5px;
    clear: both;
}
#results-footer {
    padding-left: 80px;
    position: relative;
}
#results-footer:before {
    content: "#";
    position: absolute;
    top: -40px;
    left: 0;
    color: #ccc;
    font-size: 100px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
#results-footer #social-sharing {
    margin-bottom: 20px;
}
#results-footer #social-sharing a.facebook, #results-footer #social-sharing a.twitter {
    text-align: center;
    color: white;
    padding: 8px 0;
    width: 65px;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}   
#results-footer #social-sharing a.twitter {
    margin-left: 4px;
}
#results-footer #social-sharing a.subscribe, #results-footer #social-sharing a.home {
    padding: 4px 16px;
    text-align: center;
    color: white;
    font-family: Kievit;
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 4px;
}
#results-footer #social-sharing a.facebook {
    background-color: #265C82;
}
#results-footer #social-sharing a.twitter {
    background-color: #20AEF2;
}
#results-footer #social-sharing a.subscribe {
    background-color: #333;
    width:255px;
    padding:5px;
}
#results-footer #social-sharing a.home {
    background-color: #D43742;
 
}
.fa{
    font-size: 46px !important;
}
#results-footer p {
    font-family: KievitExtraLight;
    line-height: 1.25em;
}
/* Share copy Elements */
#results-footer2 {
    padding-left: 19%;
    position: relative;
    margin: auto;
    
}
/*
#results-footer2:before {
    content: "#";
    position: absolute;
    top: -40px;
    left: 0;
    color: #ccc;
    font-size: 100px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
*/
#results-footer2 #social-sharing2 {
    margin-bottom: 20px;
}
#results-footer2 #social-sharing2 a.facebook, #results-footer2 #social-sharing2 a.twitter {
    text-align: center;
    color: white;
    padding: 4px 0;
    width: 32px;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}   
#results-footer2 #social-sharing2 a.twitter {
    margin-left: 4px;
}
#results-footer2 #social-sharing2 a.subscribe, #results-footer2 #social-sharing2 a.home {
    padding: 4px 16px;
    text-align: center;
    color: white;
    font-family: Kievit;
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 4px;
}
#results-footer2 #social-sharing2 a.facebook {
    background-color: #265C82;
}
#results-footer2 #social-sharing2 a.twitter {
    background-color: #20AEF2;
}
#results-footer2 #social-sharing2 a.subscribe {
    background-color: #333;   
    width:255px;
    margin:5px;       
}
#results-footer2 #social-sharing2 a.home {
    background-color: #D43742;
    width:255px;
    margin:5px;       
}
#results-footer2 p {
    font-family: KievitExtraLight;
    line-height: 1.25em;
}


/* Footer Elements */

.site-footer {
    border-top: 3px solid #eee;
}
.footer-logo {
    width: 67%;
    margin-bottom: 40px;
    height: auto;
    display: block;
    position: relative;
}
.footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.site-footer .wrap {
    max-width: none;
}
.footer-widget-1 section:first-child .widget-title {
    display: none;
}
.footer-widget-1 section:last-child {
    padding-bottom: 0;
}
.footer-widget-1 .widget-title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #D43742;
    text-transform: none;
    letter-spacing: normal;
}
.site-footer .widget-column.footer-widget-2 {
    width: 36%;
}

.site-footer .widget-column.footer-widget-2 .textwidget:first-child {
    text-transform: uppercase;
}
.site-footer .widget-column.footer-widget-2 .textwidget:first-child form {
    margin: 20px 0 80px;
}
.site-footer .widget-column.footer-widget-2 .textwidget:first-child form input {
    margin-bottom: 16px;
}
.site-footer .widget-column.footer-widget-2 .textwidget:first-child form input[type="submit"] {
    background-color: #D43742;
    text-transform: uppercase;
    float: right;
}

footer .widget a {
    color: #20AEF2;
}

#text-6 .textwidget p {
    font-family: Arnhem;
}
.white a, white a:visited, white a:hover{
    color: white !important;
    text-decoration: underline;
}
.block {
    display: block;
	}
label.error {
    display: none;
}
/*change height of main header image */
/*Computer screen */
@media screen and (max-width: 48em) {
.twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media   
    
    {
	/*height: 1200px;*/
	/*height: 100vh;*/
	height: 60vh;
	/*max-height: 100%;*/
	/*overflow: hidden;*/
	}
}
 
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image, .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
	height: calc(60vh - 32px) !important;
}

.twentyseventeen-front-page.has-header-image .custom-header-image, .twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
    height: 60vh !important;
}


@media screen and (max-width: 1079px) {
    /* Mobile screen*/
    .home .site-content{
        padding-top: 1em !important;
    }
    .site-content {
        padding-top: 6em;
    }    
    .has-header-image.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header {
        /*display: table;*/
        /*height: 300px;*/
        /*height: 75vh;*/
        height: 60vh;
        /*width: 100%;*/
    }
    .footer-logo {
    width: 67%;
    margin-bottom: 40px;
    height: auto;
    display: block;
    position: relative;
}
     .page .panel-content .recent-posts .entry-title {
    font-size: 30px;
    }
    .menu-top-menu-container {
        display: none;
    }
    #site-navigation.toggled-on .menu-top-menu-container {
        display: block;
    }
    
    .menu-top-menu-container ul {
        background: #fff;
        border-top: 1px solid #eee !important;
        padding: 0.75em 1.695em !important;
    }
    .menu-top-menu-container ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    
    .js .menu-toggle, .js .dropdown-toggle {
        display: block;
    }
    .menu-toggle:focus {
        outline: none !important;
    }
    .navigation-top .wrap {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navigation-top, .site-navigation-fixed {
        width: 25% !important;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
    }
    .menu-top-menu-container {
        float: none;
        position: absolute;
        left: -300%;
        width: 400%;
    }
    .site-branding, .has-header-image.twentyseventeen-front-page .site-branding {
        width: 75%;
        position: absolute;
        top: 0 !important;
    }
    
    blockquote .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    fieldset input[type="button"], #msform .action-button {
        width: auto;
        padding: 12px;
    }
    fieldset h2.fs-title {
        font-size: 30px;
    }
    /* Results Page Mobile Styles */
    .summary {
        width: 100%;
    }
    #results-footer {
        padding-left: 0;
    }
    #results-footer:before {
        content: "";
    }
    #results-footer #social-sharing a {
        width: 100% !important;
        display: block;
        margin-bottom: 4px;
        margin-left: 0 !important;
    }
    
    .site-footer .widget-column.footer-widget-2 {
        width: 100%;
    }
    .page-id-149 .site-footer .textwidget, .page-id-152 .site-footer .textwidget{
        width:65%;
    }
    .page-id-149 .site-footer .footer-logo, .page-id-152 .site-footer .footer-logo{
        width: 80%;
        margin-bottom: 30px;
        height: auto;
        display: block;
        position: relative;
    }
    .page-id-149 .site-footer .widget-area, .page-id-152 .site-footer .widget-area {
        padding-bottom: 0;
        padding-top: 0;
    }
    fieldset p, .entry-summary p, .entry-content p {
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    }
    .factor.clicked .factor-content, .element.clicked .element-content {
    max-height: 1400px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 4% 20px;
    }
}