@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800|Source+Sans+Pro:300,400,700&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f7f9fb;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
    position: relative;
    margin: 0;
}

p {
    margin: 0 0 1.5em 0;
}

/* ----- HEADER ----- */

div#header {
    background-color: #fff;
    height: 190px;
    position: relative;
}

div#header .logo {
    padding: 20px 0 0 8%;
}

div#header .logo img {
    padding: 9px 0;
    border: 1px solid transparent;
    width: 152px;
    height: auto;
}

div#header .logo a:focus img {
    border: 1px solid #000;
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div#header .h-gs {
    padding: 0;
    position: absolute;
    top: 64px;
    right: 8%;
    width: 20%;
}

div#header .h-gs a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border: 2px solid #004c98;
    color: #004c98;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: .8em;
    padding: 3px 35px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
}

div#header .h-gs a:hover,
div#header .h-gs a:focus {
    color: #002d5b;
    border-color: #002d5b;
    background-color: #e5edf4;
}

/* iPad */
@media only screen and (max-width: 1279px) {

    div#header .h-gs {
        width: 30%;
    }

}

/* iPhone */
@media only screen and (max-width: 740px) {

    div#header .h-gs {
        width: 40%;
    }

}

@media only screen and (max-width: 640px) {

    div#header {
        height: 140px;
    }

    div#header .logo {
        padding: 0 0 0 15px;
    }

    div#header .logo img {
        padding: 20px 0 0 0;
        width: 120px;
        height: auto;
    }

    div#header .h-gs {
        top: 80px;
        right: 15px;
        width: 20%;
        width: 40%;
    }

    div#header .h-gs a {
        font-size: .6em;
        padding: 0;
    }

}

/* ----- SECTION 1 ----- */

div#top-section {
    width: 100%;
    box-sizing: border-box;
    padding-left: 8%;
    padding-top: 6%;
    margin-bottom: 8%;
    position: relative;
}

div#top-section div.left-content {
    width: 50%;
}

/*
div.left-content p {
    font-weight: bold; 
}
*/

div#top-section h1 {
    color: #009dd1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 .5em 0;
    padding-top: 1em;
}

div#top-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
}

#top-section p.button {
    margin-bottom: .7em;
}

.gs-next a {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 3px 35px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: .8em;
    text-decoration: none;
    display: block;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
}

.gs-next a:hover,
.gs-next a:focus {
    color: #000;
    background-color: #11a6e2;
    border: 2px solid #11a6e2;
}

.phone a[href^=tel] {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    padding: 3px 35px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: .8em;
    text-decoration: none;
    display: block;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.phone a[href^=tel]:hover,
.phone a[href^=tel]:focus {
    /* background-color: rgba(17, 166, 226, .5); */
    color: #000;
    background-color: #11a6e2;
    border: 2px solid #11a6e2;
}

div#top-section div.top-image {
    background-image: url('graphics/gradient-bg.png');
    background-size: 700px 100%;
    background-repeat: no-repeat;
    background-position: 200px 0;
    width: 50%;
    height: 500px;
    float: right;
    padding: 20px 20px 20px 0;
    margin-left: 35px;
    box-sizing: border-box;
    position: relative;
}

div#top-section div.bg-image {
    background-image: url('graphics/happy-ethnic-woman.jpg');
    width: 100%;
    height: 460px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* iPad */
@media only screen and (max-width: 1280px) {

    div#top-section div.top-image {
        background-position: 125px 0;
    }

    div#top-section h1 {
        font-size: 1.8em;
        padding-top: 1.5em;
    }

}

@media only screen and (max-width: 1023px) {

    div#top-section {
        height: 790px;
        padding-top: 580px;
    }

    div#top-section div.left-content {
        width: 100%;
    }

    div#top-section h1 {
        font-size: 1.8em;
        padding-top: 1em;
        position: absolute;
        top: 0;
        left: 8%;
    }

    div#top-section div.top-image {
        background-image: url('graphics/gradient-bg.png');
        background-size: 700px 100%;
        background-repeat: no-repeat;
        background-position: 150px 0;
        width: 92%;
        height: 400px;
        float: none;
        padding: 20px 20px 20px 0;
        margin-left: 0;
        box-sizing: border-box;
        position: absolute;
        top: 150px;
    }

    div#top-section div.bg-image {
        height: 360px;
    }

}

/* iPhone */
@media only screen and (max-width: 640px) {

    div#top-section {
        height: 650px;
        padding-top: 420px;
        padding-left: 0;
    }

    div#top-section h1 {
        font-size: 1.2em;
        padding-top: 1em;
        position: absolute;
        top: 0;
    }

    div#top-section div.top-image {
        background-image: url('graphics/gradient-bg.png');
        background-size: 700px 100%;
        background-repeat: no-repeat;
        background-position: 150px 0;
        width: 100%;
        height: 300px;
        float: none;
        padding: 20px 20px 20px 0;
        margin-left: 0;
        box-sizing: border-box;
        position: absolute;
        top: 100px;
        padding-left: 8%;
    }

    div#top-section div.bg-image {
        height: 260px;
    }

    div#top-section p {
        text-align: center;
        padding: 0 25px;
    }

    .pills {
        box-sizing: border-box;
        margin: 0 auto 8% auto;
        padding: 0 8%;
    }

    #top-section p.button,
    #top-section p.phone {
        padding: 0;
        margin-bottom: .5em;
    }

    .gs-next a,
    .phone a[href^=tel] {
        font-size: .7em;
        width: 100%;
    }

}

@media only screen and (max-width: 360px) {

    div#top-section h1 {
        font-size: 1.1em;
    }

}

/* ----- SECTION 2 ----- */

div#spotlights {
    padding-bottom: 8%;
    background-color: #fff;
    padding-top: 3em;
    /* 
	background-image: url('graphics/light-gray-bg.png');
	background-size: 25px 118px;
	background-repeat: repeat-x;
 */
}

div#spotlights h2 {
    color: #009dd1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.3em;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0 0 .5em 8%;
}

#spotlights .grid-container {
    display: grid;
    grid-column-gap: 8%;
    grid-template-columns: auto auto;
    padding: 0 8%;
}

#spotlights .grid-container .grid-item {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 50px
}

#spotlights .grid-container .grid-item img {
    max-width: 100%;
    height: auto;
}

.sl-item {
    /* position: absolute; */
    position: relative;
    left: 0;
    bottom: 150px;
}

.sl-item h4 {
    margin-bottom: 0;
}

.sl-item p {
    font-size: .9em;
    padding: 10px 25px 1em 0;
    margin: 0;
    color: #000;
}

.sl-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    color: #009dd1;
    font-weight: 600;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.1em;
    /* border-bottom: 1px dotted #004c98; */
    padding-bottom: 70px;
}


.sl-item a:hover {
    color: #002d5b;
}

.sl-item a:focus {
    color: #002d5b;
    background-color: #e5edf4;
}


#jonathan2 {
    display: none;
}

.name {
    position: relative;
}

.name h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    /* text-shadow: 2px 2px 6px #000; */
    letter-spacing: .1em;
    font-size: 1.5em;
}

.name h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .8em;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.name hr {
    height: 5px;
    border: none;
    color: #11a6e2;
    background-color: #11a6e2;
    width: 100px;
    text-align: left;
    margin: 10px 0 10px 0;
}


/* iPad */
@media only screen and (max-width: 1280px) {
    div#spotlights {
        background-size: 25px 120px;
    }

}

@media only screen and (max-width: 1279px) {
    div#spotlights {
        background-size: 25px 110px;
    }

    div#spotlights h2 {
        font-size: 1.8em;
        line-height: 1.5em;
    }

    #spotlights .grid-container .grid-item p {
        line-height: 1.25em;
    }

    .sl-item a {
        font-size: .8em;
    }

}

/* iPhone */
@media only screen and (max-width: 1023px) {
    div#spotlights {
        background-size: 25px 92px;
    }

    div#spotlights h2 {
        font-size: 1.8em;
        line-height: 1.2em;
    }

    #spotlights .grid-container {
        display: inline !important;
        padding: 0 !important;
    }

    #spotlights .grid-container .grid-item {
        margin: 0 8% 15px 8%;
        width: 85%;
        min-height: 450px;
        box-sizing: border-box;
        padding-bottom: 0 !important;
    }

    #spotlights .grid-container .grid-item iframe {
        width: 100%;
        height: 290px !important; 
    }

    .sl-item {
        margin: 0 !important;
        position: relative;
        width: 100%;
    }

    .sl-item a {
        padding-bottom: 0 !important;
    }

    #jonathan1 {
        display: none;
    }

    #jonathan2 {
        display: block;
    }

}

/* iPhone */
@media only screen and (max-width: 640px) {
    div#spotlights {
        background-size: 25px 62px;
    }

    div#spotlights h2 {
        font-size: 1.2em;
    }

    #spotlights .grid-container .grid-item {
        width: 82%;
        min-height: 300px; 
    }

    #spotlights .grid-container .grid-item iframe {
        width: 100%;
        height: 75% !important; 
    }

    .sl-item p {
        font-size: .8em;
        line-height: 1.5em;
        padding-right: 0;
    }

    .sl-item a {
        font-size: .74em;
    }

    .name h3 {
        font-size: 1.2em;
    }

    .name h4 {
        font-size: .7em;
    }

}

/* ----- SECTION 3 ----- */

div#quote {
    margin-bottom: 8%;
    position: relative;
    height: 600px;
}

.quote-box {
    /*
    background-image: url('graphics/skate-boarder.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    */
    background-color: #004c99;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    height: 600px;
    text-shadow: 2px 2px 8px #000;
}

.quote-box p.quote-text {
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 300;
    padding: 50px 8% 0 8%;
    margin-bottom: 0;
    color: #fff;
}

.quote-box p strong {
    font-weight: 500;
}

.quote-box p.quote-by {
    text-transform: uppercase;
    font-size: .8em;
    margin: 0;
    padding: 1.5em 18% 0 18%;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.8em;
}

.quote-box p.quote-by strong {
    font-weight: 700;
}

.quote-box p.quote-button {
    text-transform: uppercase;
    padding: 1.5em 18% 0 18%;
    color: #fff;
}

.quote-button a {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 3px 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -khtml-border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: .8em;
    text-decoration: none;
    display: block;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
}

.quote-button a:hover,
.quote-button a:focus {
    color: #fff;
    /* background-color: rgba(17, 166, 226, .7); */
    background-color: rgba(0, 76, 152, .7);
}

/* iPad */
@media only screen and (max-width: 1279px) {
    div#quote {
        margin-bottom: 0 !important;
    }

    .quote-box p.quote-by {
        font-size: .7em !important;
    }

    .quote-button a {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1023px) {

    div#quote {
        height: 590px !important;
    }

    .quote-box p {
        font-size: 1.5em !important;
        padding: 0 25px 0 45% !important;
    }

    .quote-box p.quote-text {
        font-size: 1.5em !important;
        padding-top: 125px !important;
        margin-bottom: 10px;
    }

    .quote-box p.quote-by {
        margin-bottom: 15px;
    }

    .quote-box p.quote-button a {
        font-size: .6em;
    }

}

/* iPhone */
@media only screen and (max-width: 740px) {

    .quote-button {
        width: 95% !important;
    }

}

@media only screen and (max-width: 640px) {

    div#quote {
        height: 300px !important;
    }

    .quote-box {
        height: 300px;
    }

    .quote-box p.quote-text {
        font-size: .9em !important;
        line-height: 1.4em;
        font-weight: 300;
        padding: 70px 10px 0 40% !important;
        margin-bottom: 0;
    }

    .quote-box p.quote-by {
        text-align: left !important;
        font-size: .5em !important;
        padding: .5em 0 0 40% !important;
    }

    .quote-box p.quote-button {
        top: auto !important;
        width: 95% !important;
        padding: 10px 0 0 40% !important;
    }

    .quote-box p.quote-button a {
        font-size: .4em;
        padding: 0;
        background-color: rgba(0, 76, 152, .5);
    }

}

/* ----- SECTION 4 ----- */

div#numbers {
    width: 100%;
    /* background-color: #11a6e2; */
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 8%;
}

div#numbers h2 {
    color: #000000;
    background-color: #ffffff;
}

#numbers .top-rainbow,
#numbers .alt-heading {
    display: none;
}

#numbers .grid-container {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: auto auto auto auto;
}

#numbers .grid-container .grid-item {
    background-size: 18px 100%;
    padding: 0 15px 130px 0;
    font-size: 1em;
}

#numbers .grid-container .oddball {
    /* background-color: #f7f9fb; */
    width: 200px;
}

#numbers .grid-container .oddball .heading {
    float: left;
    /* background-color: #f7f9fb; */
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 200px;
    left: -120px;
}

#numbers .grid-container .oddball h2 {
    font-size: 3em;
    text-transform: uppercase;
    margin: 0;
    width: 400px;
    line-height: 1em;
}

#numbers .grid-container .oddball .rainbow {
    background-image: url('graphics/gradient-bg.png');
    background-size: 18px 100%;
    width: 25px;
    height: 500px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 250px;
    left: 170px;
}

#numbers .grid-container .grid-item h3 {
    font-size: 5.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 170px 0 40px 0;
    color: #000;
}

#numbers .grid-container .grid-item hr {
    height: 5px;
    border: none;
    color: #000;
    background-color: #000;
    width: 100px;
    text-align: left;
    margin: 0 0 10px 0px;
}

#numbers .grid-container .grid-item p {
    margin: 0 0 1.5em 0px;
}

#numbers .grid-container .grid-item h3 span {
    font-size: .2em;

}

#numbers .grid-container .money hr,
#numbers .grid-container .money p {
    margin: 0 0 10px 0px;
}

/* iPad */
@media only screen and (max-width: 1279px) {

    #numbers .top-rainbow {
        display: block;
        width: 100%;
        height: 20px;
        background-size: 100% 18px;
        background-image: url('graphics/gradient-bg3.png');
    }

    #numbers .alt-heading {
        display: block !important;
    }

    #numbers .alt-heading h2 {
        margin: 8% 0 0 8%;
        font-size: 1.8em;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    #numbers .grid-container {
        display: grid;
        grid-column-gap: 15px;
        grid-template-columns: auto auto auto;
        margin-left: 50px;
        margin-right: 20px;
    }

    #numbers .grid-container .grid-item {
        padding: 0 25px 100px 25px !important;
    }

    #numbers .grid-container .grid-item h3 {
        font-size: 4.5em !important;
        margin: 150px 0 40px 0 !important;
    }

    #numbers .grid-container .oddball {
        display: none;
    }

    #numbers .grid-container .money hr,
    #numbers .grid-container .money p {
        margin: 0 0 10px 43px !important;
    }

}

@media only screen and (max-width: 1023px) {

    div#numbers {
        padding-bottom: 75px;
    }

    #numbers .grid-container {
        display: inline !important;
    }

    #numbers .grid-container .grid-item {
        padding: 100px 15px 0 6.8% !important;
    }

    #numbers .grid-container .grid-item h3 {
        margin: 0px 0 40px 0 !important;
    }

    #numbers .grid-container .money {
        padding: 100px 15px 0 3.2% !important;
    }

    #numbers .grid-container .grid-item hr,
    #numbers .grid-container .grid-item p {
        margin: 0 0 10px 10px;
    }

    #numbers .grid-container .money hr,
    #numbers .grid-container .money p {
        margin: 0 0 10px 37px !important;
    }

}

/* iPhone */
@media only screen and (max-width: 640px) {

    #numbers .alt-heading h2 {
        font-size: 1.3em;
        line-height: 1.2em;
    }

    #numbers .grid-container .grid-item {
        padding: 75px 15px 0 15px !important;
        text-align: center;
    }

    #numbers .grid-container .grid-item h3 {
        font-size: 4em !important;
        margin: 0px 0 40px 0 !important;
    }

    #numbers .grid-container .grid-item hr {
        text-align: center;
        margin: 0 auto 20px auto;
    }

    #numbers .grid-container .grid-item p {
        margin: 0 !important;
        text-align: center;
    }

    #numbers .grid-container .money hr,
    #numbers .grid-container .money p {
        text-align: center;
        margin: 0 auto 20px auto !important;
    }

}

/* ----- THE FORM SECTION ----- */

#get-started {
    margin-bottom: 8%;
    padding: 0 16% 8% 16%;
}

#get-started iframe#gecko-form-iframe-embed-FOUSE005aw04rQlQ {
    min-height: 800px !important;
}

/* iPad */
@media only screen and (max-width: 1023px) {}

/* iPhone */
@media only screen and (max-width: 1023px) {}

/* ----- FOOTER ----- */

#footer {
    background-color: #004c98;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
}

.footer-content {
    width: 960px;
    margin: 0 auto;
    padding: 50px 50px 25px 50px;
}

#footer .footer-content div {
    float: left;
    width: 25%;
}

#footer .footer-content div p {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin: 0 0 10px;
}

#footer .footer-content div ul li a,
#footer div.copyright span a,
#footer .footer-content div h2 a,
#footer .footer-content div p a {
    color: #fff;
    text-decoration: none;
}

#footer .footer-content div ul li a:hover,
#footer div.copyright span a:hover,
#footer .footer-content div h2 a:hover,
#footer .footer-content div p a:hover {
    text-decoration: underline;
}

#footer .footer-content div ul li a:focus,
#footer div.copyright span a:focus,
#footer .footer-content div h2 a:focus,
#footer .footer-content div p a:focus {
    background-color: #003d79;
    text-decoration: underline;
}

#footer .footer-content div ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

#footer .footer-content div h2 {
    font-size: 1em;
    margin: 0 0 10px 0;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

ul.social-media {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social-media li {
    float: left;
    margin: 0;
    text-indent: -10000px;
    background-image: none;
}

ul.social-media li a {
    background-image: url('http://www.smc.edu/style%20library/SMC/Images/social-media-icons-hp.png');
    background-repeat: no-repeat;
    display: block;
    width: 27px;
    height: 27px;
}

ul.social-media li a.facebook {
    background-position: 0 0;
    width: 24px;
}

ul.social-media li a.instagram {
    background-position: -27px 0;
    width: 25px;
}

ul.social-media li a.twitter {
    background-position: -55px 0;
    width: 30px;
}

ul.social-media li a.snapchat {
    background-position: -87px 0;
}

ul.social-media li a.youtube {
    background-position: -115px 0;
    width: 34px;
}

ul.social-media li a.itunes {
    background-position: -150px 0;
}

ul.social-media li a.facebook:hover,
ul.social-media li a.facebook:focus {
    background-position: 0 -35px;
    background-color: transparent !important;
}

ul.social-media li a.instagram:hover,
ul.social-media li a.instagram:focus {
    background-position: -27px -35px;
    background-color: transparent !important;
}

ul.social-media li a.twitter:hover,
ul.social-media li a.twitter:focus {
    background-position: -55px -35px;
    background-color: transparent !important;
}

ul.social-media li a.snapchat:hover,
ul.social-media li a.snapchat:focus {
    background-position: -87px -35px;
    background-color: transparent !important;
}

ul.social-media li a.youtube:hover,
ul.social-media li a.youtube:focus {
    background-position: -115px -35px;
    background-color: transparent !important;
}

ul.social-media li a.itunes:hover,
ul.social-media li a.itunes:focus {
    background-position: -150px -35px;
    background-color: transparent !important;
}

#footer div.copyright {
    display: block;
    float: none;
    font-size: .8em;
    margin: 30px auto 0 auto;
    width: 960px;
}

#footer div.copyright .copyright-spacing {
    border-top: 1px solid #fff;
    margin: 0 50px 0 50px;
    padding: 5px 0 40px 0;
}

@media only screen and (max-width: 768px),
(min-device-width: 760px) and (max-device-width: 1024px) {

    #footer .footer-content,
    #footer div.copyright {
        width: 100%;
    }

    #footer .footer-content div.footer-logo img {
        width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 640px),
(min-device-width: 640px) and (max-device-width: 767px) {
    #footer {
        padding: 30px 16px 25px 16px;
    }

    #footer .footer-content,
    #footer div.copyright {
        width: 100%;
        padding: 0;
    }

    #footer .footer-content div {
        float: none;
        width: 60%;
        margin-left: 40%;
    }

    #footer .footer-content div.footer-logo {
        float: left;
        width: 40%;
        margin-left: 0;
    }

    #footer div.copyright .copyright-spacing {
        margin: 0;
        padding: 5px 0 0 0;
    }
}

@media only screen and (max-width: 360px),
(min-device-width: 360px) and (max-device-width: 479px) {
    #footer {
        padding: 30px 16px 25px 16px;
    }

    #footer .footer-content div {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #footer .footer-content div.footer-logo {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #footer .footer-content div ul {
        margin: 0 0 10px 0;
    }

    #footer div.copyright {
        width: 100%;
    }

    #footer div.copyright span {
        display: block;
        padding-left: 0;
    }
}

/* CLEAR FIX*/

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
