.guiding-principles-trauma-informed .col,
.observe-infographic .col {
    padding-left: 5px;
    padding-right: 5px;
}

.observe-infographic .col {
    margin-bottom: 80px;
}

.guiding-principles-trauma-informed button svg {
    display: block;
    margin: 0 auto 10px auto;
}

.observe-infographic {
    margin-top: 100px;
}

.observe-infographic svg {
    display: block;
    margin: -115px auto 10px auto;
}

.observe-infographic button.js-modal {
    min-height: 165px;
}

@media (max-width: 545px) {
    .observe-infographic button.js-modal {
        min-height: 165px;
    }
}

.observe-title {
    padding-top: 30px;
}

button.js-modal {
    width: 100%;
    min-height: 250px;
    word-break: break-word;
    font-size: 16px;
    font-family: 'Merriweather';
    border-top: 6px solid;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    color: #fff;
    padding: 15px;
}

button.js-modal:focus {
    outline-offset: 2px;
    outline: 1px dashed #000;
}

@media (min-width: 992px) {

    .button.js-modal {
        min-height: 171px;
    }

    .observe-infographic .col {
        margin-bottom: 20px;
    }
}


.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.hidden { display: none; }


/* needed for old browsers */
dialog {
    display: block;
    border: 0;
}

dialog .simple-animatedtransform-modal__content span,
dialog .simple-animatedtransform-modal__content .observe-title {
    display: none;
}

dialog .simple-animatedtransform-modal__content svg {
    width: 69px;
    height: 69px;
}


dialog svg,
dialog h3 {
    float: left;
}

dialog h3 {
    margin-left: 10px;
    width: 50%;
    margin-top: 10px;
    font-size: 16px;
    padding-right: 10px;
}

@media (max-width: 335px){
    dialog svg,
    dialog h3 {
        float: none;
    }

    dialog .simple-animatedtransform-modal__content {
        text-align: center;
    }

    dialog #js-modal-content,
    dialog h3 {
        text-align: left;
    }

    dialog h3 {
        width: 100%;
    }
}

@media (min-width: 1200px){
    button.js-modal,
    dialog h3 {
        font-size: 20px;
    }
}

@media (max-width: 545px){
    .guiding-principles-trauma-informed .col {
        width: 100%;
    }

    button.js-modal {
        min-height: auto;
    }
}

#js-modal-content {
    clear: both;
    padding-top: 10px;
}
/* removes scroll when modal is opened */
.no-scroll {
    overflow: hidden;
}
/* overlay covers everything */
.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-animatedtransform-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .6;
    z-index: 666;
    cursor: pointer;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"],
.simple-animatedtransform-modal-overlay[data-background-click="disabled"],
.simple-left-modal-overlay[data-background-click="disabled"] {
    cursor: auto;
}
.simple-animated-modal-overlay,
.simple-animatedtransform-modal-overlay {
    animation: fadewhite ease .5s 1 normal ;
}

@keyframes fadewhite {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .6;
    }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-animatedtransform-modal {
    position: fixed;
    left: 2%;
    width: 96%;
    top: 20vh;
    max-height: 90vh;
    /*
    If you have problems with vh units
    top: 5%;
    max-height: 90%;
    */
    border-top: 15px solid #172C3D;
    background: #fff;
    z-index: 667;
    padding: .75em;
    right: auto;
    overflow: auto;
}
@media (min-width: 768px) {
    .simple-modal,
    .simple-animated-modal,
    .simple-animatedtransform-modal {
        left: 40%;
        width: 40%;
    }
}


.simple-modal-close,
.simple-animated-modal-close,
.simple-animatedtransform-modal-close {
    float: right;
    background: #F1F1F1;
    color: #000;
    border: 0;
    font: inherit;
    padding: 0 .5em;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    font-family: sans-serif;
}
.simple-modal-close:focus,
.simple-modal-close:hover,
.simple-modal-close:active {
    outline: 1px dotted #fff;
}
.simple-modal-close:hover,
.simple-modal-close:active {
    background: #4d287f;

}

.simple-animated-modal {
    -webkit-animation: apparition ease .5s 1 normal ;
    animation: apparition ease .5s 1 normal ;
}
.simple-animatedtransform-modal {
    -webkit-animation: pop ease .5s 1 normal ;
    animation: pop ease .5s 1 normal ;
}

@-webkit-keyframes apparition {
    0% {
        opacity: 0;
        max-height: 0;
        width: 0;
        left: 50%;
    }
    100% {
        opacity: 1;
        max-height: 100%;
        width: 70%;
        left: 15%;
    }
}
@keyframes apparition {
    0% {
        opacity: 0;
        max-height: 0;
        width: 0;
        left: 50%;
    }
    100% {
        opacity: 1;
        max-height: 100%;
        width: 70%;
        left: 15%;
    }
}

@-webkit-keyframes pop {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
        max-height: 100%;
        width: 70%;
        left: 15%;
    }
}
@keyframes pop {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
        max-height: 100%;
        width: 96%;
        left: 2%;
    }
}

@media (min-width: 768px) {
    @keyframes pop {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        100% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-transform: scale(1);
            transform: scale(1);
            max-height: 100%;
            width: 40%;
            left: 40%;
        }
    }
}


/* another modal styling example */
/* tooltip modal for it’s easy button */
.simple-left-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    opacity: .6;
    z-index: 666;
    cursor: pointer;
}

.simple-left-modal {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 667;
    position: fixed;
    width: 40em;
    max-width: 100%;
    padding: 0 1em 1em 1em;
    font-size: 1em;
    border: 0;
    overflow: auto;
    background-color: #aaa ; /* fallback IE9 */
    background-image:
            -webkit-linear-gradient(
                    top,
                    #128197 3em,
                    #f7f7f7 3em
            );  background-image:
        linear-gradient(
                to bottom,
                #128197 3em,
                #f7f7f7 3em
        );
    background-attachment: local;
}
.simple-left-modal-close {
    position: absolute;
    top: .5em;
    right: 0;
    background: transparent;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.simple-left-modal-title {
    color: #fff;
    font-size: 1.5em;
}

/* it can be easily adapted in media-queries for tablets/mobile */

/* for this example: tablets */
@media (max-width: 55.625em) {

    .simple-modal,
    .simple-animated-modal {
        left: 5%;
        top: 5%;
        height: 90%;
        width: 90%;
    }

}

/* for this example: mobile */
@media (max-width: 44.375em) {

    .simple-modal,
    .simple-animated-modal {
        left: 1%;
        top: 1%;
        width: 98%;
        height: 98%;
    }

}

.safety.button,
.environmental.button {
    background: #2E544F;
}

.safety.button:hover,
.safety.button:focus,
.environmental.button:hover,
.environmental.button:focus {
    background: #187E37;
}

.environmental.button:hover,
.environmental.button:focus {
    border-top: 0;
    border-bottom: 6px solid #2E544F !important;
}

.trust.button,
.physical.button {
    background: #336B90;
}

.trust.button:hover,
.trust.button:focus,
.physical.button:hover,
.physical.button:focus {
    background: #3F92CB;
}

.physical.button:hover,
.physical.button:focus {
    border-top: 0;
    border-bottom: 6px solid #336B90 !important;
}

.peer.button {
    background: #711D3B;
}

.peer.button:hover,
.peer.button:focus {
    background: #A12755;
}

.collab.button {
    background: #652E6B;
}

.collab.button:hover,
.collab.button:focus {
    background: #791882;
}

.empower.button,
.behavioral.button {
    background: #172C3D;
}

.empower.button:hover,
.empower.button:focus,
.behavioral.button:hover,
.behavioral.button:focus {
    background: #144062;
}

.behavioral.button:hover,
.behavioral.button:focus {
    border-top: 0;
    border-bottom: 6px solid #172C3D !important;
}

.culture.button {
    background: #C05512;
}

.culture.button:hover,
.culture.button:focus {
    background: #DF681E;
}


