﻿/*USAA Homepage***************************************************************/
/****************************************************************************/
#mma {
    min-height: 565px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transition: height 0.7s;
    -moz-transition: height 0.7s;
    -ms-transition: height 0.7s;
    transition: height 0.7s;
}

#mma a.retrieve {
    color: #fff;
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.8em;
    margin-top: 1.4em;
    width: 46%;
}

.bounce-icon {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.bounce-icon::after {
    content: "\003E";
    font-size: 1em !important;
    font-weight: bold;
    margin-left: 0.5em;
    position: absolute;
    text-align: right;
    top: -20px;
}
a:hover .bounce-icon::after  {
     -webkit-animation: bounce-icon 0.5s ease-in-out;
    animation: bounce-icon 0.5s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes bounce-icon {
	0% {
		margin-left: 0.5em;
	} 50% {
		margin-left: 1em;
	} 100% { 
		margin-left: 0.5em;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1400px */
@media only screen and (min-width: 1400px) {
    #mma a.retrieve {
        font-size: 2em;
        width: 50%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    #mma a.retrieve {
        display: inline;
        font-size: 1.7em;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    #mma {
        min-height: 61.5em;
    }

    #mma a.retrieve {
        font-size: 1.4em;
        position: relative;
    }

    .bounce-icon::after {
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        transform: translateY(-50%);
        top: 50%;
    }
}



/* Backgrounds
  /* - - - - - - - - - - - - - - - - - - - - - - - */
#mma.family-kite-sand {
    background: url(/content/images/DomainAffiliates/USAA/mma/1600/bg-mma-1600-family-kite-sand.jpg) 90% bottom no-repeat #1b5ca0;
}

.lt-ie8 #mma.family-kite-sand {
    background-position: 87% bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1001px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1001px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 1001px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1001px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1001px), only screen and (min-resolution: 192dpi) and (min-width: 1001px), only screen and (min-resolution: 2dppx) and (min-width: 1001px) {

    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/1600/bg-mma-1600-family-kite-sand@2x.jpg) 100% bottom no-repeat #1b5ca0;
        background-size: cover;
    }
}

@media only screen and (max-width: 1000px) {
    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/1000/bg-mma-1000-family-kite-sand.jpg) 50% bottom no-repeat #1b5ca0;
    }
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/1000/bg-mma-1000-family-kite-sand@2x.jpg) 100% bottom no-repeat #1b5ca0;
        background-size: cover;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 830px */
@media only screen and (max-width: 830px) {
    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/600/bg-mma-640-family-kite-sand.jpg) right bottom no-repeat #1b5ca0;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 750px */
@media only screen and (max-width: 750px) {
    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/600/bg-mma-640-family-kite-sand.jpg) 48% bottom no-repeat #1b5ca0;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 640px */
@media only screen and (max-width: 640px) {
    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/600/bg-mma-640-family-kite-sand.jpg) 62% bottom no-repeat #1b5ca0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-resolution: 192dpi) and (max-width: 640px), only screen and (min-resolution: 2dppx) and (max-width: 640px) {

    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/600/bg-mma-640-family-kite-sand@2x.jpg) 62% bottom no-repeat #1b5ca0;
        background-size: cover;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {

    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/480/bg-mma-480-family-kite-sand.jpg) center bottom no-repeat #1b5ca0;
        background-size: cover;
        background-position-y: 75%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {

    #mma.family-kite-sand {
        background: url(/content/images/DomainAffiliates/USAA/mma/480/bg-mma-480-family-kite-sand@2x.jpg) 100% bottom no-repeat #1b5ca0;
        background-size: cover;
        background-position-y: 75%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 390px */
@media only screen and (max-width: 390px) {
    #mma.family-kite-sand {
        background-position-y: -10%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 390px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 390px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 390px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 390px), only screen and (min-device-pixel-ratio: 2) and (max-width: 390px), only screen and (min-resolution: 192dpi) and (max-width: 390px), only screen and (min-resolution: 2dppx) and (max-width: 390px) {
    #mma.family-kite-sand {
        background-position-y: -10%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 370px */
@media only screen and (max-width: 370px) {
    #mma.family-kite-sand {
        background-position-y: 40px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 370px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 370px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 370px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 370px), only screen and (min-device-pixel-ratio: 2) and (max-width: 370px), only screen and (min-resolution: 192dpi) and (max-width: 370px), only screen and (min-resolution: 2dppx) and (max-width: 370px) {
    #mma.family-kite-sand {
        background-position-y: 40px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 320px */
@media only screen and (max-width: 320px) {
    #mma.family-kite-sand {
        background-position-y: 70px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 320px), only screen and (-moz-min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 320px), only screen and (min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min-resolution: 192dpi) and (max-width: 320px), only screen and (min-resolution: 2dppx) and (max-width: 320px) {
    #mma.family-kite-sand {
        background-position-y: 70px;
    }
}



/*Quote Start
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#mma .qs {
    margin: 13.3em 0 0 1em;
    max-width: 51%;
    width: 100%;
}

.lt-ie8 #mma .qs {
    max-width: 65em;
    width: 100%;
}
/* QS Headlines
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* Form
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* Variations
/* - - - - - - - - - - - - - - - - - - - - - - - */
#mma .qs h1, #mma .qs h2, #mma .qs h3, #mma .qs h4, #mma .qs p {
    color: white;
    font-family: "Open Sans Light", Arial, sans-serif;
}

#mma .qs h1 {
    margin-bottom: 0.12em;
}

#mma .qs form {
    padding-top: 2.6em;
}

    #mma .qs form input, #mma .qs form label, #mma .qs form .dropdown .display {
        font-size: 1.8em;
    }

    #mma .qs form select {
        font-size: 1.5em;
    }

    #mma .qs form span.error {
        font-size: 1.6em;
    }

    #mma .qs form .zipCode {
        float: left;
        margin-right: 1.3%;
        width: 11em;
    }

    #mma .qs form .product {
        float: left;
        min-width: 17.472em;
        width: 37%;
    }

    #mma .qs form .button {
        clear: none;
        float: left;
        margin-left: 1.3%;
        width: 35%;
        min-width: 9.6em;
    }

        #mma .qs form .button input {
            border-radius: 5px;
            padding: 0.85em 0;
            width: 100%;
        }

.lt-ie8 #mma .qs form .button input {
    padding: 0.65em 0;
}

#mma .qs.h1-blue h1, #mma .qs.h2-blue h2 {
    color: #0062cf;
}

#mma .qs.h1-gray h1, #mma .qs.h2-gray h2 {
    color: #999999;
}

/*IE Fix---------------------------------------------------------------------------------
---------------------------------------------------------------------------------*/
.lt-ie8 #mma .qs form select {
    font-size: 3em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -min 1400px */
@media only screen and (min-width: 1400px) {
    #mma .qs {
        width: 75%;
        max-width: 60em;
    }

        #mma .qs form .button {
            width: 22.5em;
        }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -max 1000px */
@media only screen and (max-width: 1000px) {
    #mma .qs {
        margin-top: 10em;
        max-width: 42em;
        width: 70%;
    }

        #mma .qs h1 {
            font-family: "Raleway Light", Arial, Sans-Serif;
        }

        #mma .qs form .zipCode, #mma .qs form .product, #mma .qs form .button {
            width: 70%;
            margin-left: 0;
            margin-right: 0;
        }

        #mma .qs form .button {
            margin-bottom: 20px;
        }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -max 800px */
@media only screen and (max-width: 800px) {
    #mma .qs {
        width: 60%;
    }

        #mma .qs form .zipCode, #mma .qs form .product, #mma .qs form .button {
            width: 60%;
        }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -max 750px */
@media only screen and (max-width: 750px) {
    #mma .qs {
        width: 100%;
    }

        #mma .qs form .zipCode, #mma .qs form .product, #mma .qs form .button {
            width: 75%;
        }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -max 640px */
@media only screen and (max-width: 640px) {

    #mma .qs form .zipCode, #mma .qs form .product, #mma .qs form .button {
        width: 60%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -max 575px */
@media only screen and (max-width: 575px) {
    #mma .qs {
        margin: 9em 0 0 1em;
        width: 100%;
    }

        #mma .qs form .zipCode, #mma .qs form .product, #mma .qs form .button {
            width: 59%;
        }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    #mma .qs {
        margin-left: 0;
        margin-top: 8em;
        /* Form
/* - - - - - - - - - - - - - - - - - - - - - - - */
    }

        #mma .qs form {
            padding-top: 3em;
        }

            #mma .qs form input, #mma .qs form label {
                font-size: 1.6em;
                padding-bottom: 0.6em;
                padding-top: 0.75em;
            }

            #mma .qs form .zipCode {
                box-sizing: border-box;
                float: left;
                min-width: 10em;
                width: 35%;
            }

            #mma .qs form .button {
                width: 100%;
            }

            #mma .qs form .product {
                box-sizing: border-box;
                margin-left: 1rem;
                width: 62%;
            }

                #mma .qs form .product .placeholder {
                    font-size: 0.88em;
                }

    .bounce-icon {
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 390px */
@media only screen and (max-width: 390px) {
    #mma .qs form {
        padding-top: 2em;
    }

    #mma .qs form .zipCode {
        width: 100%;
    }

    #mma .qs form .product {
        margin-left: 0;
        width: 100%;
    }

    #mma .qs h1 {
        line-height: 1.2;
    }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 320px */
@media only screen and (max-width: 320px) {
    #mma {
        min-height: 572px;
    }

        #mma .qs form {
            padding-top: 2.5em;
        }

        #mma .qs h1 {
            line-height: 1.2em;
        }
}

/*Tiles
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.tiles {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 6em;
    position: relative;
    width: 100%;
}

    .tiles .item {
        float: left;
        margin-left: 5%;
        position: relative;
        width: 30%;
    }

.lt-ie8 .tiles .item {
    margin-left: 4%;
}

.tiles .item:first-child {
    margin-left: 0;
}

.tiles p {
    color: #0a3360;
}

.tiles .item h3 {
    color: #2480fe;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 2em;
    padding-bottom: 0.25em;
}

.lt-ie8 .tiles .item h3 {
    font-size: 1.8em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1400px */
@media only screen and (min-width: 1400px) {
    .tiles .item h3 {
        font-size: 2.4em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    .tiles {
        padding-bottom: 5em;
    }

        .tiles .item h3 {
            font-size: 1.8em;
        }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 635px */
@media only screen and (max-width: 635px) {
    .tiles {
        padding-bottom: 2em;
    }

        .tiles .item {
            float: none;
            margin: 0;
            padding-bottom: 2em;
            width: auto;
        }
}

/* Headline
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body .headline {
    margin: 0 auto;
    max-width: 100%;
    padding: 5.8em 0 3em 0;
}

    body .headline p {
        margin: 1em auto 0 auto;
    }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    body .headline {
        padding-bottom: 2.1em;
        padding-top: 2.8em;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 600px */
@media only screen and (max-width: 600px) {
    body .headline {
        padding: 3em 0;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    body .headline {
        padding: 2em 0;
    }
}

/*Strip styles
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.container.strip {
    background-color: #e9e9e9;
    padding: 2.2em 0 1.8em 0;
    overflow: hidden;
}

.strip h3 {
    color: #405e7c;
    font-family: "Open Sans Light", Arial, sans-serif;
    font-size: 2.1em;
    margin-right: 3%;
    padding-top: 0.4em;
}

    .strip h3 span.bold {
        font-family: "Open Sans", Arial, sans-serif;
    }

.strip h4 {
    color: #405e7c;
    font-family: "Open Sans Light", Arial, sans-serif;
    font-size: 1.4em;
    padding-top: 0.75em;
}

    .strip h4 a {
        color: #066dfe;
        font-family: "Open Sans Semibold", Arial, sans-serif;
        box-shadow: inset 0 -2px 0 0 #066dfe;
        -webkit-transition: box-shadow .2s;
        -moz-transition: box-shadow .2s;
        -ms-transition: box-shadow .2s;
        transition: box-shadow .2s;
    }

        .strip h4 a:hover, .strip h4 a:active, .strip h4 a:focus {
            color: #014cb7;
            box-shadow: none;
            -webkit-transition: box-shadow .2s;
            -moz-transition: box-shadow .2s;
            -ms-transition: box-shadow .2s;
            transition: box-shadow .2s;
        }

.strip h3, .strip .button, .strip h4 {
    float: left;
}

.strip .button {
    width: 22.8%;
    margin-right: 2.7%;
}

.lt-ie8 .strip .button {
    width: 5%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1400px */
@media only screen and (min-width: 1400px) {
    .strip h3 {
        font-size: 2.5em;
        padding-top: 0;
    }

    .strip .button {
        margin-right: 1.6%;
        width: 22.9%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1200px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .strip .button {
        margin-right: 2.7%;
        width: 22.8%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1150px */
@media only screen and (min-width: 1150px) and (max-width: 1199px) {
    .strip .button {
        margin-right: 2.7%;
        width: 22.8%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1100px */
@media only screen and (min-width: 1100px) and (max-width: 1149px) {
    .strip .button {
        width: 23.3%;
        margin-right: 2.2%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1050px */
@media only screen and (min-width: 1050px) and (max-width: 1099px) {
    .strip .button {
        width: 23.6%;
        margin-right: 1.9%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1000px */
@media only screen and (min-width: 1025px) and (max-width: 1049px) {
    .strip .button {
        width: 24.2%;
        margin-right: 1.3%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1000px */
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    .strip .button {
        width: 24.6%;
        margin-right: 0.9%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - min 1000px */
@media only screen and (min-width: 980px) and (max-width: 1000px) {
    .strip .button {
        width: 23.5%;
        margin-right: 2%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 1000px */
@media only screen and (max-width: 1000px) {
    .strip .button.secondary a {
        font-size: 1.6em;
        width: 15.7em;
        max-width: 100%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 980px */
@media only screen and (max-width: 980px) {
    .container.strip {
        text-align: center;
    }

    .strip h3, .strip .button, .strip h4 {
        float: none;
    }

    .strip h3 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .strip h4 {
        padding-bottom: 8px;
        padding-top: 15px;
    }

    .strip .button {
        margin: auto;
        width: auto;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 480px */
@media only screen and (max-width: 480px) {
    .strip h3 {
        font-size: 1.7em;
    }
}
