@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Lobster');*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Kaushan+Script');

#promotionModal .button {
    font-family: 'Fjalla One', sans-serif !important;
	text-transform: uppercase;
}

body {
    font-family: 'Tahoma', sans-serif;
    color: #333333;
}

h1 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    color: #175787;
}

h2 {
    font-family: 'Fjalla One', sans-serif;
    color: #175787;
    font-size: 1.75rem;
}

h3 {
    font-family: 'Fjalla One', sans-serif;
    color: #175787;
    font-size: 1.5rem;
}

.callout.warning {
    background-image: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header .header-row {
    /*background: #F8F8FF;*/
    background: white;
}

header .site-logo {
    background: white;
    /*margin-top: -1em;*/

    /*border-radius: 10px;
    box-shadow: 1px 1px 12px #555;*/
    padding: 5px 0 10px;
}

header .site-slogan {
    font-size: 1.875em;
    text-align: left;
    margin-top: 1em;
    color: #8AC0E0;
}

/* MEDIUM */
@media only screen and (min-width: 40em) {
    header .top-bar, header .top-bar ul {
        background-color: transparent;
    }

    header .nav-main {
        text-align: center;
    }

    header .nav-main ul {
        display: inline-block;
    }
}

/* LARGE */
@media only screen and (min-width: 70em) {
    header .nav-main-large {
        padding: 3.5rem 0 0;
    }

    header .nav-main a {
        font-size: 1.25em;
    }

    header .nav-main-tablet {
        display: none;
    }
}

header .title-bar {
    background: #0A2D5C;
    text-align: center;
}

header .menu a {
    color: black;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
}

header .menu .active > a,
header .menu li:hover > a {
    background: black;
    color: white;
    border-radius: 5px;
}

header .menu-366 a {
    color: #009245;
}

header .menu .menu-219.active > a,
header .menu .menu-219:hover > a {
    background: transparent;
    color: black;
}

header .menu .menu-366.active > a,
header .menu .menu-366:hover > a {
    background: #009245;
}

header .menu-367 a {
    color: #9E005D;
}

header .menu .menu-367.active > a,
header .menu .menu-367:hover > a {
    background: #9E005D;
}

header .menu-369 a {
    color: #0080BF;
}

header .menu .menu-369.active > a,
header .menu .menu-369:hover > a {
    background: #0080BF;
}

/* AGENCY CONTACT INFORMATION */
header .agency-informations {
    display: table;
    background: #87C0E0;
}

header .agency-informations-row {
    display: table-row;
}

header .agency-informations-title {
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.125em;
    font-family: 'Fjalla One', sans-serif;
}

header .agency-informations-inner {
    background: #0A2D5C;
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
}

.front #all {
    padding: 150px 0 0;
}

.not-front #all {
    padding: 279px 0 0;
}

/* SMALL */
@media screen and (max-width: 39.9375em) {
    header {
        position: relative;
    }

    .front #all {
        padding: 279px 0 0;
    }

    header .agency-informations {
        width: 100%;
        margin: 0 auto;
    }
}

/* MEDIUM */
@media screen and (min-width: 40em) {
    header .agency-informations {
        min-width: 350px;
        float: right;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    header .agency-informations-inner {
        padding: 10px 7px;
        /*font-size: 1.30em;*/
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    header .agency-informations-title {
        padding: 10px 7px;
        /*font-size: 1.50em;*/
    }
}

@media only screen and (min-width: 90em) {
    header .agency-informations {
        min-width: 293px;
    }

    header .agency-informations-inner {
        padding: 20px 15px;
        /*font-size: 1.30em;*/
    }

    header .agency-informations-title {
        padding: 20px 15px;
        /*font-size: 1.50em;*/
    }
}

/* ------------ */
/* BANDEAU      */
/* ------------ */
#bandeau {
    background: #0080BF;
    color: white;
    opacity: 0.8;
    padding: 1em 0;
    max-width: 95rem;
    margin: 5px auto 1em;
}

.not-front #bandeau {
    opacity: 1;
}

#bandeau h4 {
    text-align: center;
    font-size: 3rem;
    font-family: 'Kaushan Script', cursive;
    margin-bottom: 0.725em;
}

#bandeau .publivore-actions a:link,
#bandeau .publivore-actions a:visited {
    font-family: 'Fjalla One', sans-serif;
    padding: 1rem 0.875rem;
    margin: 1rem 0.875rem;
    display: inline-block;
    width: 350px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F15A24;
    background: white;
    border: 2px solid #F15A24;
    opacity: 1;
    border-radius: 10px;
}

#bandeau .publivore-actions i {
    vertical-align: middle;
    font-size: 2em;
}

#bandeau .publivore-actions .publivore-button-label {
    vertical-align: middle;
    font-size: 1rem;
}

#bandeau .publivore-actions a.publivore-button-callback {
    color: white;
    background: #F15A24;
    border: 2px solid white;
}

#bandeau .publivore-actions a:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 100ms ease-in;
    transform: scale(1.2);
}

.button.orange {
    color: white;
    background: #F15A24;
}

/* ------------ */
/* DIAPORAMA    */
/* ------------ */
#publivore {
    background: linear-gradient(to right, #DEEEF7, #0080BF);
    padding: 1em 0;
}

#publivore-inner {
    height: 200px;
}

#publivore .flexslider {
    border: none;
    margin: 0;
}

#publivore .flexslider .slides img {
    /*opacity: 0.7;*/
}

#publivore .flex-control-nav {
    display: none;
}

#publivore .flexslider .flex-direction-nav {
    bottom: 28%;
    display: none;
}

.front #bandeau {
    margin-top: 10rem;
}

.front #bandeau .publivore-actions i {
    font-size: 3em;
}

.front #bandeau .publivore-actions .publivore-button-label {
    font-size: 1.7rem;
}

.front #bandeau .publivore-actions a:link,
.front #bandeau .publivore-actions a:visited {
    padding: 1.5rem 1rem;
}

/* responsive */
#publivore .slideshow-container {
    height: 220px;
}

/* SMALL */
@media screen and (max-width: 39.9375em) {

    #bandeau h4 {
        font-size: 2rem;
    }
    .front #bandeau .publivore-actions a:link,
    .front #bandeau .publivore-actions a:visited {
        padding: 5px;
    }
    #bandeau .publivore-actions a:link,
    #bandeau .publivore-actions a:visited {
        width: auto;
    }

    .front #bandeau {
        margin-top: 0 !important;
    }
    .front #all {
        padding:0 !important;
    }
    .not-front #all {
        padding:0 !important;
    }
}

@media all and (min-width: 40em) {
    #publivore-inner {
        height: 500px;
    }
}

@media all and (min-width: 64em) {
    #publivore, #node-tools, #main, #front-blocks, #main-footer, footer {
        max-width: 95rem;
        margin: 0 auto;
    }

    #publivore-inner {
        height: 700px;
    }

    #publivore .caption {
        top: 100px;
    }
}

/* ------------ */
/* BANNIERES      */
/* ------------ */
#banniere {
}

#banniere img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media all and (min-width: 64em) {
    #banniere {
        max-width: 95rem;
        margin: 0 auto;
    }

}

/* ------------ */
/* ACCUEIL      */
/* ------------ */
.front #main {
    background: #8AC0E0 url(../images/accueil_bandeau_main.jpg) no-repeat 50%/50%;
    background-size: cover;
    border-bottom: 5px solid white;
    padding-top: 2.5em;
    padding-bottom: 2em;
}
.front .field-name-body {
    font-weight: bold;
}
.front .bleu {
    color: #175787;
}

.front h1 {
    text-align: center;
}

#front-blocks {
    padding-top: 3em;
    padding-bottom: 3em;
}

#front-blocks .assurance {
    border-radius: 10px;
    box-shadow: 1px 1px 12px #555;
    position: relative;
    background: white;
    margin-bottom: 20px;
}

#front-blocks .assurance h3 {
    font-size: 1.35rem;
}

#front-blocks .assurance img {
    border-radius: 10px;
    /*margin-top: -0.875em;
    margin-left: -0.875em;*/
}

#front-blocks .assurance .content {
    font-weight: bold;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#front-blocks .assurance a.more-link {
    font-size: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

#front-blocks .assurance.assurance-auto {
    border: solid 2px #009245;
}

#front-blocks .assurance.assurance-auto,
#front-blocks .assurance.assurance-auto h3,
#front-blocks .assurance.assurance-auto a {
    color: #009245;
}

#front-blocks .assurance.assurance-maison {
    border: solid 2px #9E005D;
}

#front-blocks .assurance.assurance-maison,
#front-blocks .assurance.assurance-maison h3,
#front-blocks .assurance.assurance-maison a {
    color: #9E005D;
}

/* Large and up */
@media screen and (min-width: 64em) {
    #front-blocks .assurance img {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

/* ------------ */
/* PIED DE CONTENU */
/* ------------ */
#main-footer {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background: #175787;
    color: white;
}

#main-footer h2 {
    color: white;
}

#main-footer h3 {
    font-family: 'Tahoma', sans-serif;
}

#main-footer a:link,
#main-footer a:visited {
    color: white;
}

#main-footer img {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#main-footer a:hover,
#main-footer a.active {
    color: #8AC0E0;
}

#main-footer-columns-1 .views-field-title {
    margin-top: 1em;
}

#main-footer-columns-2 {
    color: #333333;
}

#main-footer-columns-2 .views-field-title {
    font-weight: bold;
    font-size: 1.1em;
}

#main-footer-columns-2 .views-field-title a:link,
#main-footer-columns-2 .views-field-title a:visited {
    color: #175787;
}

#main-footer-columns-2 a:link,
#main-footer-columns-2 a:visited {
    color: #F15A24;
}

#main-footer-columns-2 a:hover {
    color: #0080BF;
}

/* ----------------- */
/* PAGES INTERIEURES */
/* ----------------- */
.not-front .node-page h2 {
    padding: 10px;
    margin: 1em 0;

    color: #175787;
    border-bottom: 3px solid #175787;
    /*
    background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, #8AC0E0, #175787);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, #8AC0E0, #175787);
    background-image: radial-gradient(45px 45px 45deg, circle cover, #8AC0E0, #175787);
    */
}

.not-front.page-node-2 .node-page h2 {
    padding: 10px;
    margin: 1em 0;

    color: #9E005D;
    border-bottom: 3px solid #9E005D;
}

.not-front.page-node-1 .node-page h2 {
    padding: 10px;
    margin: 1em 0;

    color: #009245;
    border-bottom: 3px solid #009245;
}

.offre-profils-assures {
    text-align: center;
}

.accordion .accordion-item > br {
    display: none;
}

.not-front .node-page .accordion .accordion-title {
    background-color: #175787;
    color: white;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.2rem;
}

/* AUTO MOTO */
.page-node-1 h1 {
    color: #009245;
    text-align: center;
}

.page-node-1 .callout > h3 {
    color: #009245;
}

.not-front.page-node-1 .node-page .accordion .accordion-title {
    background-color: rgba(0, 146, 69, 0.6);
}

.not-front.page-node-1 .node-page .accordion .accordion-item:nth-child(2) .accordion-title {
    background-color: rgba(0, 146, 69, 0.8) !important;
}

.not-front.page-node-1 .node-page .accordion .accordion-item:nth-child(3) .accordion-title {
    background-color: rgba(0, 146, 69, 1) !important;
}

/* HABITATION */
.page-node-2 #main {
    border-bottom: 5px solid white;
}

.page-node-2 h1 {
    color: #9E005D;
    text-align: center;
}

.page-node-2 .callout > h3 {
    color: #9E005D;
}

.page-node-2 .node-page .accordion .accordion-title {
    background-color: rgba(158, 0, 93, 0.8);
}

.not-front.page-node-2 .node-page .accordion .accordion-item:last-child .accordion-title {
    background-color: rgba(158, 0, 93, 1) !important;
}

.accordion .accordion-content {
    border: none;
}

.page-node-2 .fa-check,
.page-node-1 .fa-check {
    color: #009245;
    margin-right: 10px;
    text-shadow: 2px 2px 2px #ccc;
}

.callout.assurance {
    font-weight: bold;
    color: #F15A24;
    background: white;
    border: 2px solid #F15A24;
    opacity: 1;
    border-radius: 10px;
}

/* DEMANDE DE DEVIS */
#au-demande-devis-form fieldset legend {
    width: 100%;
    display: block;
    color: #175787;
    border-bottom: 3px solid #175787;
    font-size: 1.5em;
    font-family: 'Fjalla One', sans-serif;
}

#au-demande-devis-form .icone-form {
    color: #8AC0E0;
    text-align: center;
}

#au-demande-devis-form .icone-form i {
    font-size: 7em;
}

#au-demande-devis-form .row {
    margin-top: 1em;
    margin-bottom: 1em;
}

#au-demande-devis-form input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

#au-demande-devis-form input[type=checkbox] + label {
    color: black;
    background-color: white;
    border: 1px solid #c6c6c6;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

#au-demande-devis-form input[type=checkbox]:checked + label {
    color: black;
    background-color: #8AC0E0;
    font-style: normal;
}

#au-demande-devis-form input[type=checkbox]#edit-devis-type-devis-habitation + label {
    color: #9E005D;
}

#au-demande-devis-form input[type=checkbox]#edit-devis-type-devis-auto + label {
    color: #009245;
}

#au-demande-devis-form input[type=checkbox]#edit-devis-type-devis-habitation:checked + label {
    background-color: #9E005D;
    color: white;
}

#au-demande-devis-form input[type=checkbox]#edit-devis-type-devis-auto:checked + label {
    background-color: #009245;
    color: white;
}

#au-demande-devis-form .accordion .accordion-title {
    background-color: #175787;
    color: white;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.2rem;
}

#au-demande-devis-form .accordion .accordion-title {
    background-color: rgba(23, 87, 135, 0.6);
}

#au-demande-devis-form .accordion .accordion-item:nth-child(2) .accordion-title {
    background-color: rgba(23, 87, 135, 0.8) !important;
}

#au-demande-devis-form .accordion .accordion-item:nth-child(3) .accordion-title {
    background-color: rgba(23, 87, 135, 1) !important;
}

#au-demande-devis-form button.form-submit {
    background-color: #175787;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
	cursor: pointer;
}

/* ------------ */
/* FICHE AGENCE */
/* ------------ */
.node-agence {
    padding-top: 30px;
}

.node-agence .node-page-header {
    /*background-color: #0D2F5D;*/
}

.node-agence .node-page-header h1 {
    padding-left: 50px;
    background: transparent url(../images/icone-au-1.png) no-repeat left center;
}

.node-agence .field-name-field-presentation,
.node-agence .field-name-field-adresse,
.node-agence .adresse  {
    margin-left: 50px;
    margin-bottom: 10px;
}

.node-agence .agence-card {
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #E5F5F7;
    border-radius: 10px;
    box-shadow: 1px 1px 12px #555;
    padding: 15px;
}

.node-agence .agence-card .agence-card-header {
    background-color: #0D2F5D;
}

.node-agence .agence-card-header h2 {
    margin-left: 20px;
    padding-left: 20px;
    background-color: #E5F5F7;
}

.node-agence h3 {
    color: #F15A24;
}

.node-agence .agence-card .horaires-inner {
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 2em;
}

.node-agence .oh-current-open,
.node-agence .oh-current-closed {
    font-weight: bold;
    color: #0D2F5D;
    font-size: 1.125rem;
    border-bottom: 3px solid #0D2F5D;
    /*border-bottom: 3px solid #0D2F5D;*/
    padding: 10px 0;
    margin: 10px 0;
}

.node-agence .oh-display-label {
    font-weight: bold;
}


.node-agence .oh-display-times {
    font-style: italic;
    font-family: 'Georgia', serif;
}

/* citation */
#block-views-citation-agence-block h4 {
    color: #0D2F5D;
    font-family: 'Fjalla One', sans-serif;
}

#block-views-citation-agence-block h5 {
    color: #0D2F5D;
}

#block-views-citation-agence-block {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #87C0E0;
    color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 12px #555;
    padding: 15px 30px 30px 150px;
}

#block-views-citation-agence-block img {
    width: 40px;
}

.views-field-field-citation {
    font-style: italic;
    font-family: 'Georgia', serif;
    font-size: 1.187em;
}

#block-views-citation-agence-block .directeur-avatar {
    position: absolute;
    top: -60px;
    left: -40px;
    font-size: 120px;
    color: white;
}

#block-views-citation-agence-block .directeur-avatar img {
    width: 152px;
}

@media screen and (max-width: 39.9375em) {
    .oh-display-times {
    display: block;
    }
    .node-agence .agence-card .horaires-inner,
    .node-agence .field-name-field-presentation,
    .node-agence .field-name-field-adresse {
        margin-left: 0px;
        padding-left: 0px;
    }
}



footer a:link,
footer a:visited {
    color: white;
}

footer a:hover,
footer a.active {
    color: #8AC0E0;
}

/* ------------ */
/* PIED DE PAGE */
/* ------------ */
footer {
    background: #0D2F5D;
}

footer a:link,
footer a:visited {
    color: white;
}

footer a:hover,
footer a.active {
    color: #8AC0E0;
}



/* ------------ */
/* COLUMNS      */
/* ------------ */
@media print, screen and (min-width: 75em) {
    .large-1 {
        width: 8.33333%; }
    .large-push-1 {
        position: relative;
        left: 8.33333%; }
    .large-pull-1 {
        position: relative;
        left: -8.33333%; }
    .large-offset-0 {
        margin-left: 0%; }
    .large-2 {
        width: 16.66667%; }
    .large-push-2 {
        position: relative;
        left: 16.66667%; }
    .large-pull-2 {
        position: relative;
        left: -16.66667%; }
    .large-offset-1 {
        margin-left: 8.33333%; }
    .large-3 {
        width: 25%; }
    .large-push-3 {
        position: relative;
        left: 25%; }
    .large-pull-3 {
        position: relative;
        left: -25%; }
    .large-offset-2 {
        margin-left: 16.66667%; }
    .large-4 {
        width: 33.33333%; }
    .large-push-4 {
        position: relative;
        left: 33.33333%; }
    .large-pull-4 {
        position: relative;
        left: -33.33333%; }
    .large-offset-3 {
        margin-left: 25%; }
    .large-5 {
        width: 41.66667%; }
    .large-push-5 {
        position: relative;
        left: 41.66667%; }
    .large-pull-5 {
        position: relative;
        left: -41.66667%; }
    .large-offset-4 {
        margin-left: 33.33333%; }
    .large-6 {
        width: 50%; }
    .large-push-6 {
        position: relative;
        left: 50%; }
    .large-pull-6 {
        position: relative;
        left: -50%; }
    .large-offset-5 {
        margin-left: 41.66667%; }
    .large-7 {
        width: 58.33333%; }
    .large-push-7 {
        position: relative;
        left: 58.33333%; }
    .large-pull-7 {
        position: relative;
        left: -58.33333%; }
    .large-offset-6 {
        margin-left: 50%; }
    .large-8 {
        width: 66.66667%; }
    .large-push-8 {
        position: relative;
        left: 66.66667%; }
    .large-pull-8 {
        position: relative;
        left: -66.66667%; }
    .large-offset-7 {
        margin-left: 58.33333%; }
    .large-9 {
        width: 75%; }
    .large-push-9 {
        position: relative;
        left: 75%; }
    .large-pull-9 {
        position: relative;
        left: -75%; }
    .large-offset-8 {
        margin-left: 66.66667%; }
    .large-10 {
        width: 83.33333%; }
    .large-push-10 {
        position: relative;
        left: 83.33333%; }
    .large-pull-10 {
        position: relative;
        left: -83.33333%; }
    .large-offset-9 {
        margin-left: 75%; }
    .large-11 {
        width: 91.66667%; }
    .large-push-11 {
        position: relative;
        left: 91.66667%; }
    .large-pull-11 {
        position: relative;
        left: -91.66667%; }
    .large-offset-10 {
        margin-left: 83.33333%; }
    .large-12 {
        width: 100%; }
    .large-offset-11 {
        margin-left: 91.66667%; }
    .large-up-1 > .column, .large-up-1 > .columns {
        float: left;
        width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left; }
    .large-up-2 > .column, .large-up-2 > .columns {
        float: left;
        width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left; }
    .large-up-3 > .column, .large-up-3 > .columns {
        float: left;
        width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left; }
    .large-up-4 > .column, .large-up-4 > .columns {
        float: left;
        width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left; }
    .large-up-5 > .column, .large-up-5 > .columns {
        float: left;
        width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left; }
    .large-up-6 > .column, .large-up-6 > .columns {
        float: left;
        width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left; }
    .large-up-7 > .column, .large-up-7 > .columns {
        float: left;
        width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: left; }
    .large-up-8 > .column, .large-up-8 > .columns {
        float: left;
        width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: left; }
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0; }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0; }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0; }
    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; }
    .large-centered {
        margin-right: auto;
        margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both; }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0; } }