@import "reset.css";
@import url('insync.css');

/*******************************************
:--- Defaults ---:
*******************************************/

.auto_margin {
    margin: 0 auto;
}

.clearboth {
    clear: both;
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}


/*******************************************
:--- General ---:
*******************************************/

body {
    background: #fff;
    font-size: 16px;
    line-height: 1.5em;
}

p {
    font-size: 1em;
    margin: 0 0 20px 0;
}

p.quote {
    font-size: 13px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

a {
    color: #045690;
}

a:hover {
    color: #00698a;
}

a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}


/*******************************************
:--- Main Content ---:
*******************************************/

section.thanks-section {
    width: 65%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}

section.resources-section {
    margin-top: 60px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.main-content ul {
    margin: 0 0 2em;
}

.main-content ul li {
    margin: 0 0 1em;
}

a.download {
    background: #f00;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 1em 2em;
    text-align: center;
}

a.download:hover {
    background: #000;
    text-decoration: none;
}

.resource-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

.resource-wrapper {
    display: flex;
}

.resource-box p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.main-content .resource-box .box-content {
    padding: 20px;
    margin: 0 0 20px 0;
}

.main-content .resource-box .box-content .btn-blue {
    font-size: 0.75rem;
    margin-top: 15px;
    margin-bottom: 0;
}


/* Next Steps */

ul#nextsteps {
    list-style: none;
    padding: 0;
}


/* Checklist */

a.checklist {
    display: block;
    margin: 0.25em 0;
    text-align: left;
    width: 100%;
}

a.checklist:first-of-type {
    margin: 0 0 0.25em;
}

div.checklist {}


/*******************************************
:--- Sidebar ---:
*******************************************/


/* Chat */

.chat {
    color: #fff;
    padding: 12px;
    padding-left: 60px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: green;
    width: 100%;
}

.chat-away {
    position: relative;
    margin: 10px auto 0 auto;
    padding: 12px;
    padding-left: 60px;
    display: inline-block;
    cursor: pointer;
    background-color: goldenrod;
}

.chat i {
    position: absolute;
    color: #fff;
    top: 50%;
    margin-right: 12px;
    margin-left: -44px;
    margin-top: -14px;
}

.chat #chat-button-text-online {
    display: inline-block;
}

.chat #chat-button-text-away {
    display: none;
}

.chat-away #chat-button-text-online {
    display: none;
}

.chat-away #chat-button-text-away {
    display: inline-block;
}


/* Resources */


/* Social */

a.social {
    font-size: 2.5em;
}


/* Map */

#map {
    float: left;
    width: 100%;
    height: 320px;
    position: relative;
    margin: 0 0 1em;
}

#map iframe {
    height: 100%;
    width: 100%;
}

#map-info {
    float: left;
    width: 300px;
    margin: auto;
    position: relative;
}


/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
    background: #f6f6f6;
    padding: 2em 0;
}


/*******************************************
:--- Media Queries ---:
*******************************************/


/* Large Displays */

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1200px) {
    .resource-box {
        display: block;
    }
}

@media (max-width: 992px) {}

@media (max-width: 767px) {
    section.thanks-section {
        width: 85%;
    }
}

@media (max-width: 640px) {
    a.download {
        width: 100%;
    }
}

@media (max-width: 480px) {}

@media (max-width: 320px) {}


/*******************************************
:--- IE ---:
*******************************************/

.ie7 .chat {
    display: none;
}

.ie7 .print_mark,
.ie7 .useful-links {
    margin-top: 30px;
}