﻿/**********************************
*             GENERAL             *
***********************************/
.tacenter {
    text-align: center;
}


/**********************************
*             ABOUT               *
***********************************/

/**********************************
  *             MISSION             *
  ***********************************/
#articleTextShowIfNoContent {
    display:none;
}

.mission-container {
    text-align: center;
    padding: 40px 10% 30px;
    background-size: cover;
    font-size: 1.4em;
    line-height: 1.4em;
}

    .mission-container h3,
    .conf-contact-banner-container h3,
    .an17-banner-container h3,
    .student-days-banner-container h3,
    .registration-banner-container h3 {
        color: white;
        margin-top: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
    }

.an17-banner-container {
    text-align: center;
    padding: 72px 25% 110px;
    background: url(/Portals/0/Banners/AN17.png) no-repeat center center;
    background-size: cover;
    font-size: 1.4em;
    line-height: 1.4em;
}

.conf-contact-banner-container {
    text-align: center;
    padding: 72px 25% 110px;
    background: url(/Portals/0/Banners/Conf-Contact.png) no-repeat center center;
    background-size: cover;
    font-size: 1.4em;
    line-height: 1.4em;
}

.registration-banner-container {
    text-align: center;
    padding: 72px 25% 110px;
    background: url(/Portals/0/Banners/Registration.png) no-repeat center center;
    background-size: cover;
    font-size: 1.4em;
    line-height: 1.4em;
}

.student-days-banner-container {
    text-align: center;
    padding: 72px 25% 110px;
    background: url(/Portals/0/Banners/StudentDays.png) no-repeat center center;
    background-size: cover;
    font-size: 1.4em;
    line-height: 1.4em;
}

.registrationTimesContainer {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.registrationTimes {
    width: 100%;
}
.student-days-iconblock{margin:15px auto;}

@media (max-width: 1025px) {
    .mission-container,
    .student-days-banner-container,
    .registration-banner-container,
    .conf-contact-banner-container,
    .an17-banner-container {
        padding: 20px 5% 20px;
    }

        .mission-container > div,
        .student-days-banner-container > div,
        .registration-banner-container > div,
        .conf-contact-banner-containerv,
        .an17-banner-container > div {
            text-align: left;
        }

        .mission-container > div.bannerBlurb-container{text-align:center;}

    .registrationTimes p {
        margin: 0em;
    }
    .student-days-iconblock{margin:0px auto;}
}

/**********************************
  *             ABOUT               *
  ***********************************/
.aboutSIAMContainer {
    padding: 20px 25%;
}

    .aboutSIAMContainer h5 {
        padding-top: 5%;
        padding-bottom: 5%;
    }

.checkmarkList .checklist-gray {
    margin-top: 0px;
}

.aboutSIAMContainer .display-font {
    text-align: center;
}

@media (max-width: 1025px) {
    .aboutSIAMContainer {
        padding: 20px 5%;
    }

    #rightAboutText {
        margin-bottom: 20px;
    }
}
/**********************************
  *         BY THE NUMBERS          *
  ***********************************/

.by-the-numbers-container {
    width: 100%;
    display: inline-block;
}

.by-the-numbers-item-container {
    width: 24%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 270px;
    line-height: 1.5;
    vertical-align: top;
    top: 0;
}

    .by-the-numbers-item-container > div {
        text-align: center;
    }

.by-the-numbers-item-slider-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    height: 290px;
}

    .by-the-numbers-item-slider-container > div {
        text-align: center;
    }

.by-the-numbers-swiper-container {
    display: none;
}

.by-the-numbers-container h3.display-font {
    text-align: center;
    padding-bottom: 10px;
}

@media (max-width: 1025px) {
    .by-the-numbers-swiper-container {
        display: block;
        overflow: hidden;
    }

    .by-the-numbers-item-slider-container {
        height: 167px;
    }

    .by-the-numbers-container {
        display: none;
    }

    .by-the-numbers-swiper-container h3.display-font {
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding-bottom: 10px;
    }

    .by-the-numbers-swiper-container .siam-numbers-text {
        max-width: 67%;
        word-wrap: break-word;
        padding: 0;
    }

    .by-the-numbers-swiper-container .slider-wrapper > div {
        text-align: initial;
    }

    .by-the-numbers-swiper-container .siam-icon-container,
    .by-the-numbers-swiper-container .siam-numbers-text {
        display: inline-block;
    }

        .by-the-numbers-swiper-container .siam-icon-container:after {
            content: none;
        }

    .by-the-numbers-swiper-container .siam-icon-container {
        max-width: 30%;
        transform: scale(0.6, 0.6);
    }

    .by-the-numbers-item-slider-container .button-container {
        margin-left: 12px;
    }
}

@media (max-width: 1350px) {
    .siam-numbers-text span {
        font-size: 32px !important;
    }
}

/**********************************
*         Pink Purple Green       *
***********************************/

.About-pink-membership-p,
.About-purple-subscribe-p,
.About-teal-donate-p {
    text-align: center;
    font-size: 1.2em;
}

@media (max-width: 1025px) {
    .About-pink-membership-p,
    .About-purple-subscribe-p,
    .About-teal-donate-p {
        display: none;
    }

    .About-pink-membership-container,
    .About-purple-subscribe-container,
    .About-teal-donate-container {
        height: 0px;
        min-height: initial;
    }
}

/**********************************
*        What is ..?         *
***********************************/
.DnnModule-801,
.DnnModule-802 {
    margin-bottom: 10px;
}

@media (max-width: 1025px) {
    .what-is-about-link {
        padding: 0 15%;
        margin: 10px 0;
    }
}

/**********************************
*         How is it used          *
***********************************/

.How-is-title > div {
    text-align: center;
    padding: 1% 15%;
    font-size: 1.2em;
}

.How-is-title h2 {
    /*margin-top: 90px;*/
}

.aboutHowIsContainer,
.studentDraftContainer {
    width: 75%;
    margin: 0 auto;
}

    .aboutHowIsContainer .keep-together,
    .studentDraftContainer .keep-together {
        padding: 5%;
    }

    .studentDraftContainer .keep-together {
        width: 98%;
        -webkit-column-break-before: always;
        break-before: column;
    }

    .aboutHowIsContainer .display-font,
    .studentDraftContainer .display-font {
        text-align: center;
    }

    .aboutHowIsContainer .keep-together .display-font,
    .studentDraftContainer .keep-together .display-font {
        text-align: left;
        padding-right: 5%;
    }

.aboutHowIsSlider {
    display: none;
}

.HowIsSwiperContainer {
    text-align: center;
    padding: 0 5%;
}

.howis-swiper-pagination {
    margin-top: -5px;
}

@media (min-width: 1026px) {
    .studentDraftContainer .five-column {
        display: table;
    }
    .studentDraftContainer .keep-together {
        width: 20%;
        display: table-cell;
    }
    .studentDraftContainer .keep-together {
        padding: 2%;
    }
}

@media (max-width: 1025px) {
    .aboutHowIsContainer {
        display: none;
    }

    .aboutHowIsSlider {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .How-is-title > div {
        text-align: left;
        padding: 1% 5%;
    }

    .How-is-title h2 {
        margin-top: 0;
        padding: 0 15%;
    }

}

/**********************************
*              Map                *
***********************************/

@media (max-width: 1025px) {
    .about-map-placeholder {
        display: none;
    }
}

/**********************************
*            Research             *
***********************************/

body {
    margin: 0;
}

.AboutResearchAreas a,
.AboutResearchAreasSlider a {
    color: inherit;
    text-decoration: none;
}

.AboutResearchAreas .researchAreasSquare {
    border: 1px solid #ccc;
    width: 12.3%;
    height: 12vw;
    display: inline-block;
    text-align: left;
    position: relative;
    vertical-align: top;
}

    .AboutResearchAreas .researchAreasSquare h5 {
        padding: 20px 10% 0;
        text-align: left;
        color: unset;
        font-size: 1.3em;
        -ms-word-break: normal;
        word-break: normal;
        /* Non standard for webkit */
        word-break: normal;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        font-family: 'ProximaNova-Bold', 'Monserrat', sans-serif;
        font-weight: normal;
    }

.AboutResearchAreas {
    text-align: center;
    margin-bottom: 1px;
}

    .AboutResearchAreas a {
        border-bottom: 0;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.jelly {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-jelly.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-jelly.jpg) no-repeat center center;
        background-size: cover;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.yBuilding {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-building.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-building.jpg) no-repeat center center;
        background-size: cover;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.droplets {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-droplets.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-droplets.jpg) no-repeat center center;
        background-size: cover;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.notebooks {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-notebooks.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-notebooks.jpg) no-repeat center center;
        background-size: cover;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.aGreen {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-abstractgreen.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-abstractgreen.jpg) no-repeat center center;
        background-size: cover;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.graph {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-graph.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-graph.jpg) no-repeat center center;
        background-size: cover;
    }

    .AboutResearchAreas .researchAreasSquare.hasImg.aLights {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;
        background-size: cover;
    }

        .AboutResearchAreas .researchAreasSquare.hasImg.gridl {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-gridl.png) no-repeat center center;
        background-size: cover;
    }

        .AboutResearchAreas .researchAreasSquare.hasImg.layers {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-layers.png) no-repeat center center;
        background-size: cover;
    }


	    .AboutResearchAreas .researchAreasSquare.hasImg.lightball {
	        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
	        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-lightball.png) no-repeat center center;
	        background-size: cover;
	}

    	.AboutResearchAreas .researchAreasSquare.hasImg.lights {
	        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
	        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-lights.png) no-repeat center center;
	        background-size: cover;
    }

       	 .AboutResearchAreas .researchAreasSquare.hasImg.plane {
	        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
	        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-plane.png) no-repeat center center;
	        background-size: cover;
    }

        .AboutResearchAreas .researchAreasSquare.hasImg.staircase {
	        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
	        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-staircase.png) no-repeat center center;
	        background-size: cover;
    }

    	.AboutResearchAreas .researchAreasSquare.hasImg.web {
	        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
	        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/books-web.png) no-repeat center center;
	        background-size: cover;
    }

    .AboutResearchAreas a:nth-child(n), .AboutResearchAreas a:nth-child(n) h5 {
        color: #04a89b;
    }

    .AboutResearchAreas a:nth-child(1), .AboutResearchAreas a:nth-child(1) h5 {
        color: #7a52c4;
    }

    .AboutResearchAreas a:nth-child(2n), .AboutResearchAreas a:nth-child(2n) h5 {
        color: #38bde3;
    }

    .AboutResearchAreas a:nth-child(3n), .AboutResearchAreas a:nth-child(3n) h5 {
        color: #7dc13f;
    }

    .AboutResearchAreas a:nth-child(4n), .AboutResearchAreas a:nth-child(4n) h5 {
        color: #eea220;
    }

    .AboutResearchAreas a:nth-child(5n), .AboutResearchAreas a:nth-child(5n) h5 {
        color: #e1529d;
    }

    .AboutResearchAreas a:nth-child(6n), .AboutResearchAreas a:nth-child(6n) h5 {
        color: #43d1c0;
    }

    .AboutResearchAreas a:nth-child(11), .AboutResearchAreas a:nth-child(11) h5 {
        color: #7a52c4;
    }

    .AboutResearchAreas a:nth-child(19), .AboutResearchAreas a:nth-child(19) h5 {
        color: #eea220;
    }

    .AboutResearchAreas a:nth-child(23), .AboutResearchAreas a:nth-child(23) h5 {
        color: #7a52c4;
    }

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(n) {
    color: #04a89b;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(1) {
    color: #7a52c4;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(2n) {
    color: #38bde3;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(3n) {
    color: #7dc13f;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(4n) {
    color: #eea220;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(5n) {
    color: #e1529d;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(6n) {
    color: #43d1c0;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(11) {
    color: #7a52c4;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(19) {
    color: #eea220;
}

.AboutResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(23) {
    color: #7a52c4;
}

.AboutResearchAreasSlider {
    text-align: center;
}

.AboutResearchAreasSlider {
    display: none;
}

@media (max-width: 1630px) {
    .AboutResearchAreas .researchAreasSquare h5 {
        font-size: 1.2em;
    }
}

@media (max-width: 1510px) {
    .AboutResearchAreas .researchAreasSquare h5 {
        font-size: 1.1em;
        padding: 10px 5% 0;
    }
}

@media (max-width: 1250px) {
    .AboutResearchAreas .researchAreasSquare h5 {
        font-size: 1em;
        padding: 5px 2% 0;
    }
    .mission-container{padding:40px 3% 30px;}
}

@media (max-width: 1100px) {
    .AboutResearchAreas .researchAreasSquare h5 {
        font-size: 0.9em;
    }
}

@media (max-width: 1025px) {
    .AboutResearchAreas {
        display: none;
    }

    .AboutResearchAreasSlider {
        display: block;
    }
    /*HARDCODED FOR RESEARCH AREAS NEED TO MAKE NEW CONTAINER L8R*/
    #research-areas-no-confetti-mobile .position-container,
    #confetti_817 {
        display: none;
    }
}


/**********************************
*              HOME               *
***********************************/

/**********************************
*            Research             *
***********************************/
body {
    margin: 0;
}

.HomeResearchAreas a,
.HomeResearchAreasSlider a {
    color: inherit;
    text-decoration: none;
}

.HomeResearchAreas .researchAreasSquare {
    border: 1px solid #ccc;
    width: 24.8%;
    height: 24vw;
    display: inline-block;
    text-align: left;
    position: relative;
    vertical-align: top;
}

    .HomeResearchAreas .researchAreasSquare h5 {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 1.5em;
        margin-top: .7em;
        -ms-word-break: break-all;
        word-break: break-all;
        /* Non standard for webkit */
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .HomeResearchAreas .researchAreasSquare ul {
        color: black;
        margin-left: 10%;
        margin-right: 10%;
    }

.HomeResearchAreas {
    text-align: center;
}

    .HomeResearchAreas .researchAreasSquare.hasImg.jelly {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-jelly.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-jelly.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas .researchAreasSquare.hasImg.yBuilding {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-building.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-building.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas .researchAreasSquare.hasImg.droplets {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-droplets.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-droplets.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas .researchAreasSquare.hasImg.notebooks {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-notebooks.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-notebooks.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas .researchAreasSquare.hasImg.aGreen {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-abstractgreen.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-abstractgreen.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas .researchAreasSquare.hasImg.graph {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-graph.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-graph.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas .researchAreasSquare.hasImg.aLights {
        /*background: url(http://laurafolio.com/temp/siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;*/
        background: url(/Portals/_default/Skins/Siam/Images/visualizers/Shared/research-area-lights.jpg) no-repeat center center;
        background-size: cover;
    }

    .HomeResearchAreas a:nth-child(n) {
        color: #04a89b;
    }

    .HomeResearchAreas a:nth-child(1) {
        color: #7a52c4;
    }

    .HomeResearchAreas a:nth-child(2n) {
        color: #38bde3;
    }

    .HomeResearchAreas a:nth-child(3n) {
        color: #7dc13f;
    }

    .HomeResearchAreas a:nth-child(4n) {
        color: #eea220;
    }

    .HomeResearchAreas a:nth-child(5n) {
        color: #e1529d;
    }

    .HomeResearchAreas a:nth-child(6n) {
        color: #43d1c0;
    }

    .HomeResearchAreas a:nth-child(11) {
        color: #7a52c4;
    }

    .HomeResearchAreas a:nth-child(19) {
        color: #eea220;
    }

    .HomeResearchAreas a:nth-child(23) {
        color: #7a52c4;
    }

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(n) {
    color: #04a89b;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(1) {
    color: #7a52c4;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(2n) {
    color: #38bde3;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(3n) {
    color: #7dc13f;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(4n) {
    color: #eea220;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(5n) {
    color: #e1529d;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(6n) {
    color: #43d1c0;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(11) {
    color: #7a52c4;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(19) {
    color: #eea220;
}

.HomeResearchAreasSlider .swiper-wrapper .swiper-slide:nth-child(23) {
    color: #7a52c4;
}

.HomeResearchAreasSlider {
    text-align: center;
}

.HomeResearchAreasSlider {
    display: none;
}

@media (max-width: 1590px) {
    .HomeResearchAreas .researchAreasSquare h5 {
        font-size: 1.2em;
    }
}

@media (max-width: 1245px) {
    .HomeResearchAreas .researchAreasSquare {
        font-size: .8em;
    }

        .HomeResearchAreas .researchAreasSquare h5 {
            font-size: 1em;
        }
}

@media (max-width: 1025px) {
    .HomeResearchAreas {
        display: none;
    }

    .HomeResearchAreasSlider {
        display: block;
        overflow: hidden;
    }

    .researchAreasSquare {
        padding: 0;
    }
}

/**********************************
*           Job Board             *
***********************************/

/**********************************
  *           Career Fair           *
  ***********************************/

.career-fair-container {
    text-align: center;
    padding: 40px 25% 60px;
    background: url(../Images/visualizers/Job_Board/header.png) no-repeat center center;
    background-size: cover;
    color: white;
}

    .career-fair-container div .button-white-with-yellow-arrow {
        margin-top: 20px;
        display: inline-block;
        line-height: 1.2em;
    }

@media (max-width: 1025px) {
    .career-fair-container {
        padding: 20px 5%;
        min-height: initial;
    }

        .career-fair-container > div {
            text-align: center;
        }

        .career-fair-container div .button-white-with-yellow-arrow {
            margin-top: 5px;
        }
}

/**********************************
  *           Job Listing           *
  ***********************************/
.job-container .job-item .job-item-details-left {
    display: inline-block;
    width: 49%;
}

.job-container .job-item .job-item-details-right {
    text-align: right;
        display: inline;
}

.job-container .job-item:nth-child(n) {
    background-color: #f6f7f8;
}

.job-container .job-item:nth-child(2n) {
    background-color: #FFF;
}

.job-container .job-item {
    margin: 0;
    padding: 0;
    padding: 10px 8%;
}

.job-container h4 {
    margin: 0;
    font-family: 'ProximaNova-Light', 'Monserrat', sans-serif;
}

.job-item-details-left p:first-of-type {
    margin-bottom: 0;
}

.job-item-details-right p {
    vertical-align: top;
}

.search-placeholder-mobile,
.more-placeholder-mobile {
    display: none;
}

.more-placeholder-desktop {
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 3%;
    padding-top: 1%;
    text-align: center;
}

.more-placeholder-mobile {
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 1%;
    text-align: center;
}


.search-placeholder-mobile,
.search-placeholder-desktop {
    margin-bottom: -1%;
}

@media (max-width: 1025px) {
    .search-placeholder-mobile {
        display: block;
    }

    .search-placeholder-desktop {
        display: none;
    }

    .more-placeholder-mobile {
        display: block;
    }

    .more-placeholder-desktop {
        display: none;
    }
}

@media (max-width: 768px) {
    .job-container .job-item {
        margin: 0;
        padding: 0;
        padding: 5%;
    }
    .job-board-item.article-item-header > a {
        font-size: 100% !important;
    }
}

/**********************************
  *           For Employers          *
  ***********************************/


.job-for-employers {
    text-align: center;
    padding: 1% 15%;
}


/**********************************
*         Activity Group          *
***********************************/

/**********************************
  *              Title              *
  ***********************************/
.activity-group-container {
    text-align: center;
    padding: 20px 10% 5px;
    background: url(../Images/visualizers/Activity_Group/title.png) no-repeat center center;
    background-size: cover;
    line-height: 1.4em;
    font-size: 1.4em;
}

    .activity-group-container p {
        margin-bottom: 2%;
        color: white;
    }

    .activity-group-container h3 {
        color: white;
        padding-bottom: 1%;
    }

    .activity-group-container a {
        font-size: .8em !important;
    }

@media (max-width: 1025px) {
    .activity-group-container {
        padding: 20px 5%;
    }

        .activity-group-container > div {
            text-align: left;
        }
}

/**********************************
*           Job Board             *
***********************************/
/**********************************
  *          Testimonials           *
  ***********************************/
#join-testimonial-slider {
    color: white;
    padding-bottom: 4%;
}

    #join-testimonial-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        padding-left: 4%;
        padding-right: 4%;
        width: 24% !important;
        text-align: left;
        margin-bottom: 25px;
    }

    /* #join-testimonial-slider .swiper-slide-active{
    margin-bottom: 25px;
 }*/

    #join-testimonial-slider .test-quote {
        padding: 4% 0;
        width:100%;
    }

    #join-testimonial-slider .test-name-creds {
        width: 100%;
        padding: 0 5%;
    }

        #join-testimonial-slider .test-name-creds h3 {
            color: #07e5d3;
        }

#join-testimonial-title h3 {
    color: white;
}

#join-testimonial-title {
    padding: 4%;
}

#join-testimonial-slider-container {
    background: url(../Images/visualizers/Join_Now/testimonials_bg.png) no-repeat center center;
    background-size: cover;
}

.button-next,
.button-prev {
    position: absolute;
    bottom: 0;
    width: 27px;
    height: 14px;
    line-height: 1px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.button-next {
    right: 42%;
}

.button-prev {
    left: 42%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#join-testimonial-slider .button-next,
#join-testimonial-slider .button-prev {
    bottom: 20px;
}

@media (max-width: 1025px) {
    #join-testimonial-slider .swiper-pagination {
        display: block;
    }

    .button-next.button-white-arrow,
    .button-prev.button-white-arrow {
        display: none;
    }

    #join-testimonial-slider .swiper-slide {
        width: 95% !important;
        padding-right: 1%;
    }
}

/**********************************
  *        Research Areas         *
  ***********************************/

/**********************************
  *             Header              *
  ***********************************/
.discrete-banner-container {
    text-align: center;
    padding: 72px 25% 72px;
    background-color: #18aa92;
    background: url(../Images/visualizers/Research_Areas/Discrete_Mathematics/banner.png) no-repeat center center;
    background-size: cover;
    font-size: 1.4em;
    line-height: 1.4em;
    color: white;
}

    .discrete-banner-container a {
        color: white;
    }

    .discrete-banner-container h3 {
        color: white;
        margin-top: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        text-transform: capitalize;
    }

    .discrete-banner-container > div {
        margin: 10px 10px 30px;
    }

@media (max-width: 1025px) {
    .discrete-banner-container {
        padding: 30px 5% 30px;
    }

        .discrete-banner-container > div {
            text-align: center;
        }
}
/**********************************
  *             Slider              *
  ***********************************/

#ra-conference-deadlines .swiper-slide {
    display: block !important;
}

.ra-conference-deadlines-pagination {
    position: initial !important;
}

#ra-conference-deadlines .button-yellow-arrow.button-next {
    position: relative;
    bottom: 0%;
    right: 47%;
    width: 27px;
    height: 18px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

#ra-conference-deadlines .button-yellow-arrow.button-prev {
    position: relative;
    bottom: 2.2%;
    left: 47%;
    width: 27px;
    height: 18px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ra-conference-deadlines-pagination {
    display: none;
}

@media (max-width: 1025px) {
    .ra-conference-deadlines-pagination {
        display: block;
    }

    #ra-conference-deadlines .button-next,
    #ra-conference-deadlines .button-prev {
        display: none;
    }
}

/**********************************
  *             Grid              *
  ***********************************/

.DnnModule-915 > .container-H1-light-gray-bg { /* Opportunities section of Discrete Math and Theoretical Computing Research Area  */
    padding-bottom: 0;
    margin-bottom: -20px;
}

.whats-new-grid-item .icon-title {
    margin-left: 25%;
    width: 100%;
}

.whats-new-grid-item {
    padding: 10px 0 20px;
}

.whats-new-grid .whats-new-grid-item:first-of-type {
    border-top: 1px solid #ccc;
}

.whats-new-grid .whats-new-grid-item {
    border-bottom: 1px solid #ccc;
}

    .whats-new-grid .whats-new-grid-item:last-of-type {
        border-bottom: none;
    }

.whats-new-grid-item .gi-icon,
.whats-new-grid-item .icon-title h2 {
    display: inline-block;
}

.whats-new-grid-item .gi-icon {
    vertical-align: middle;
    padding-right: 4%;
}

.whats-new-grid-item .author-paper {
    width: 75%;
}

.whats-new-header-image {
    padding-top: 15px;
}

@media (max-width: 1025px) {
    .whats-new-grid-item .author-paper {
        margin-left: calc(4% + 60px) !important;
        margin-top: -20px;
    }

    .whats-new-grid-item .icon-title {
        margin-left: 0;
    }

    .gi-icon img {
        transform: scale(0.85, 0.85);
        -ms-transform: scale(0.85, 0.85);
        -webkit-transform: scale(0.65, 0.65);
    }

    .whats-new-header-image img {
        display: none;
    }

    .whats-new-header-image {
        padding-top: 0px;
    }
}

@media (max-width: 600px) {
    .whats-new-grid-item .author-paper,
    .whats-new-grid-item .icon-title {
        margin: 0 auto;
        position: relative;
        text-align: left;
    }

    .whats-new-grid-item {
        text-align: left;
    }
}

/**********************************
  *           icon buttons          *
  ***********************************/

.icon-button-item span {
    display: block;
}

.icon-button-item {
    text-align: center;
    padding: 15px 30px;
    background-color: #F6F7F8;
}

.no-icon-i-button .icon-button-item {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.icon-button-container {
    display: inline-flex;
    margin-bottom: 30px;
    text-align: center;
}

.icon-button-container-siag {
    display: inline-flex;
    margin-bottom: 30px;
    text-align: center;
}

.icon-button-container-journal {
    display: inline-flex;
    margin-bottom: 30px;
    text-align: center;
}

.icon-button-container span.display-font {
    font-weight: 700;
}

.icon-button-container a {
    text-decoration: none;
    color: inherit;
    border-bottom: none;
    background-color: #F6F7F8;
    margin: 0 auto;
    min-width: 25%;
    max-width: 150px;
}

    .icon-button-container a:nth-child(2) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin: 0;
    }
    .icon-button-container a:nth-child(3) {
    	border-right:1px solid #ccc;
        margin: 0;
    }
    .icon-button-container a:last-of-type{border-right:none;}

    /*.icon-button-container.two-button a:first-of-type{
    border-right: 1px solid #ccc;
    margin:0;
  }*/

    .icon-button-container a:nth-child(1) {
        margin-right: 0;
    }

    .icon-button-container a:nth-child(3) {
        margin-left: 0;
    }

.icon-button-container.two-button a:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: none;
    margin: 0 auto;
    margin-left: 0;
}
.activityGroup .icon-button-container a{border:none;}
.icon-button-item > div {
    width: 60%;
    margin: 0 auto;
}

.icon-button-p {
    padding: 0 15%;
}

@media (max-width: 1570px) {
    .icon-button-item {
        padding: 10px 10px;
    }

    .icon-button-p {

    }
}

@media (max-width: 1402px) {
    .icon-button-p {

    }

    .icon-button-item {
        padding: 0;
    }

    .no-icon-i-button .icon-button-item {
        padding: 15px 20px;
        margin: 10px;
    }

    .icon-button-container.no-icon-i-button a {
        max-width: 32%;
        min-width: 22%;
    }

    .icon-button-item > div {
        display: none;
    }

    .icon-button-item img {
        transform: scale(0.85, 0.85);
        -ms-transform: scale(0.85, 0.85);
        -webkit-transform: scale(0.85, 0.85);
    }

    .icon-button-item .display-font {
        font-size: .9em;
    }

    .icon-button-container.two-button .icon-button-item,
    .no-icon-i-button .icon-button-item {
        padding: 15px 10px;
    }

    .icon-button-container.two-button a {
        max-width: 35%;
        min-width: 35%;
    }
}

@media (max-width: 1025px) {
    .icon-button-container a:nth-child(2) {
        border-left: 15px solid white;
        border-right: 15px solid white;
    }

    .icon-button-container a {
        min-width: 100px;
    }

    .icon-button-p {

    }

    .icon-button-container.two-button a:nth-child(2) {
        border-left: 7px solid white;
    }

    .icon-button-container.two-button a:nth-child(1) {
        /*border-right: 7px solid white;*/
        margin-right: 7px;
        border: none;
    }

    .icon-button-container.no-icon-i-button a:nth-child(2) {
        /*margin-left: 3px;
        margin-right: 3px;
        border: none;*/
        margin-left: 7px;
        border: none;
    }
}

@media (max-width: 800px) {
    .icon-button-p {
        text-align: left;
    }

    .icon-button-p {
        padding: 0 2%;
    }

    

}

@media (max-width: 600px) {
    .icon-button-container a:nth-child(2) {
        border-left: 3px solid white;
        border-right: 3px solid white;
    }

    .no-icon-i-button .icon-button-item {
        padding: 15px 5px;
        margin: 10px;
    }

    .icon-button-container.no-icon-i-button a:nth-child(2) {
        margin-left: 3px;
        margin-right: 3px;
        border: none;
    }

    .icon-button-container.two-button.no-icon-i-button a:nth-child(2) {
        /*margin-left: 3px;
        margin-right: 3px;
        border: none;*/
        margin: 0 auto;
        margin-left: 7px;
        border: none;
    }
}

@media (max-width: 385px) {
    .no-icon-i-button .icon-button-item {
        padding: 8px 0;
    }
}

/**********************************
  *              Home               *
  ***********************************/
/**********************************
    *           Conf Slider          *
    ***********************************/



/*.button-yellow-arrow.button-next {
    position: absolute;
    bottom:0%;
  right:47%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.button-yellow-arrow.button-prev {
  position: absolute;
    bottom:2.2%;
  left:47%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-yellow-arrow:after {
    content: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/858178/yellow-arrow.png');
    line-height: 2.5em;
}
.swiper-button-disabled{display:none;}

  #home-conf-slider .swiper-pagination{
    display:none;
  }
  #home-conf-slider{
    width: 80%;
  }

.date-pic > div{
  font-family:'Bungee';
  font-size: 2em;
  white-space: pre-wrap;
  word-wrap:break-word;
  width:35%;
  line-height:1.2em;
  vertical-align:top;
  margin-top:35px;
  position:relative;
  padding-left:20px;
}
.date-pic{
   border-right: 3px solid #ccc;
  border-right: 3px solid black;
}
.date-pic,
.conf-blurb{
  display:inline-block;
  width:49%;
}
.conf-blurb{
  position:absolute;
  height:135px;
  padding:20px;
  padding-top:35px;
  width:calc(49% - 40px);
}
.conf-blurb div:first-of-type{
  padding-bottom:20px;
  font-weight: bold;
}
.parentdivthing{
  min-width:90%;
  margin:0 auto;
  position:relative;
  background-color:#F6F7F8;
  padding:0;
  text-align:initial;
}
.date-pic img,
.date-pic div{
  display:inline-block;
}

.date-pic > div:first-of-type{
    width:45%;
    overflow: hidden;
  }

@media (max-width: 1465px){

  .date-pic .display-font{
    font-size:1.5em;
  }

}

@media (max-width: 1206px){
.date-pic img{
    display: none;
  }
  .date-pic .display-font{
        width: 80%;
    min-height: 200px;
  }
}

@media (max-width: 1025px){
  .date-pic .display-font{
   min-height: initial;
   margin-top:5px;
  }
  #home-conf-slider .swiper-pagination{
    display:block;
  }
  .button-next.button-yellow-arrow,
  .button-prev.button-yellow-arrow{
    display:none;
  }
  .date-pic{
  /*   border-right: 3px solid #F6F7F8;
    border-right: none;
  }
  .date-pic,
  .conf-blurb{
    display:block;
    width: 100%;
  }
  .date-pic img{
    display: none;
  }
  .date-pic > div{
    width: initial;
    font-size:1em;
  }
  .conf-blurb{
    height: initial;
    width: initial;
    position: initial;
    padding-top: 5px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:0;
  }
}
*/
/**********************************
    *           membership            *
    ***********************************/
.membership-bene, #pro-mem-bene{
    text-align: center;
}

#filtercontents {
    width: 80%;
    margin: 0 auto;
}

.membership-bene h3, #pro-mem-bene h3,
.membership-bene .keep-together > div, #pro-mem-bene .keep-together > div {
    line-height: 1.3em;
    margin: 0 auto;
    text-align: center;
}

#home-membership-title h3 {
    text-align: center;
    margin-top: 80px;
}

h3.pro-membership-benefits-title{text-align:center;}
h3.student-membership-benefits-title{text-align:center;}

.membership-bene .keep-together > div:nth-of-type(2), #pro-mem-bene .keep-together > div:nth-of-type(2) {
    width: 67%;
    padding: 3%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /*   max-height:73px;*/
    min-height: 93px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.membership-bene .keep-together, #pro-mem-bene .keep-together  {
    width: 100%;
}

    .membership-bene .keep-together img, #pro-mem-bene .keep-together img {
        margin: 0 auto;
        margin-bottom: 60px;
        margin-top: 20px;
        display: block;
    }

.pro-mem-content {
    margin-top: 30px !important;
    /*width:45%;*/
    width: 75%;
    font-size: 1em;
}

.activefilter {
    border-bottom: 2px solid #e1529d;
}

.yellow-plus-sign {
    position: relative;
    background: url(../Images/yellow-plus-sign.png) no-repeat center center;
    width: 14px;
    height: 14px;
}

.arrow-container {
    display: inline-block;
    position: absolute;
    left: 112%;
}
.mem-bene-learn-more{margin-top:60px;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .professional .mem-bene-learn-more{margin-top:-80px;}
    .student .mem-bene-learn-more{margin-top:-50px;}
}

.membership-bene-mobile, #pro-mem-bene-mobile {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

    .membership-bene-mobile > div, #pro-mem-bene-mobile > div {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

.pro-mem-content-mobile {
    display: inline-block;
    width: 75%;
}

.pro-mem-content-mobile {
    line-height: 1em;
    padding-left: 2%;
}

.membership-bene-mobile > div:not(:first-of-type), #pro-mem-bene-mobile > div:not(:first-of-type) {
    border-top: 1px solid #ccc;
}

.membership-bene-mobile > div:last-of-type, #pro-mem-bene-mobile > div:last-of-type {
    border: 0;
}

.membership-bene-mobile > div > img, #pro-mem-bene-mobile > div > img {
    vertical-align: top;
    margin-top: 2px;
}

.membership-bene-mobile > div, #pro-mem-bene-mobile > div {
    margin: 0 auto;
    position: relative;
}

.membership-bene-navigation ul, #pro-mem-bene-navigation ul {
    margin: 0;
    padding: 0;
    line-height: 22px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

    .membership-bene-navigation ul li, #pro-mem-bene-navigation ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .membership-bene-navigation ul li:first-of-type, #pro-mem-bene-navigation ul li:first-of-type {
            margin-right: 15px;
        }

        .membership-bene-navigation ul li:last-of-type, #pro-mem-bene-navigation ul li:last-of-type {
            margin-left: 15px;
        }

.membership-bene-navigation, #pro-mem-bene-navigation {
    text-align: center;
}

.conf-user-navigation {
    margin: 20px 0;
}
.prize-calendar .tabbed-navigation .dropbtn{display:none;}
.filter-button {
    cursor: pointer;
}

.hidden {
    display: none;
}

.hiddenImp {
    display: none !important;
}

.search {
    display: inline-block;
}

.show {
    display: block;
}

.pro-mem-content-mobile h3 {
    text-align: left;
}
.pro-mem-content a.button-yellow-arrow-with-text{min-height:42px;}
.stu-mem-content a.button-yellow-arrow-with-text{min-height:85px;}
.spec-mem-content a.button-yellow-arrow-with-text{min-height:62px;}



@media (max-width: 1570px) {
    .membership-bene h3, #pro-mem-bene h3 {
        font-size: 1em;
    }
}
@media (max-width: 1360px)
{
    .pro-mem-content a.button-yellow-arrow-with-text{min-height:63px;}
    .stu-mem-content a.button-yellow-arrow-with-text{min-height:126px;}
    .spec-mem-content a.button-yellow-arrow-with-text{min-height:83px;}
}

@media (max-width: 1230px) {
    .membership-bene, #pro-mem-bene {
        width: 100%;
    }
}

.RA-Opp-Section {
    padding: 0 20%;
}

@media (max-width: 1025px) {
    .RA-Opp-Section {
        padding: 0 5%;
        padding-bottom: 20px;
        text-align: left !important;
    }

    #home-membership-title h3 {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 1.1em;
    }

    .membership-bene-mobile img, #pro-mem-bene-mobile img {
        width: 30px;
        height: 30px;
    }
}
/**********************************
*            text elip            *
***********************************/
/* styles for '...' */
.block-with-text {
     line-height: 1.5em;
    /*min-height: 17em;
    max-height: 17em;*/
        display: table-cell;
    text-overflow: clip;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1590px) {
    .block-with-text {
        line-height: 1.5em;
        max-height: 200px;
        min-height: 200px;
    }
}

@media only screen and (max-width: 1390px) {
    .block-with-text {
        line-height: 1.5em;
        max-height: 225px;
        min-height: 225px;
    }
}

@media only screen and (max-width: 1180px) {
    .block-with-text {
        line-height: 1.5em;
        max-height: 250px;
        min-height: 250px;
    }
}

@media only screen and (max-width: 990px) {
    .block-with-text {
        line-height: 1.5em;
        max-height: 200px;
        min-height: 200px;
    }
}

@media only screen and (max-width: 800px){
    .prize-calendar{}
    
    .prize-calendar .tabbed-navigation{width:250px;margin:0 auto 20px auto;}
    .prize-calendar .tabbed-navigation .sep{display:none;}
    .prize-calendar .tabbed-navigation .dropbtn{display:block;margin:0 auto;cursor:pointer;text-align:center;border:solid 1px #ddd;}
    .prize-calendar .tabbed-navigation .conf-user-navigation{margin:0;}
    .prize-calendar .tabbed-navigation .conf-user-navigation ul{display:none;position:absolute;min-width:248px;background-color:#fff;z-index:500;-webkit-transition: display .5s, width .5s;transition: display .5s, width .5s;}
    .prize-calendar .tabbed-navigation .conf-user-navigation ul li{display:block;width:100%;max-width:234px;padding:8px;}
    .prize-calendar .tabbed-navigation.active .conf-user-navigation ul{display:block;margin-top:-5px;border: solid 1px #ddd;border-top:none;}
    .prize-calendar .tabbed-navigation .conf-user-navigation ul li:hover{background-color:#eee;}
    .prize-calendar #prize_calendar_list {max-width: 99%;}
}

.pub-above-footer > p:first-of-type {
    min-height: 120px;
}


@media (max-width: 1025px) {
    .pub-above-footer > p:first-of-type {
        min-height: initial;
    }
    p.tacenter{margin: 0 auto;}
}

.title-container-content a {
   /* position: absolute; */
    bottom: 10px;
    /* margin: 0 auto; */
    left: calc(50% - 54px);
}
.title-container-content .ag-ra-icon-text a{position: unset;botton:unset;margin:unset;left:unset;}

@media only screen and (max-width: 1025px) {
    .title-container-content a {
        position: initial;
    }
}

@media only screen and (max-width: 1025px) {
    .quote-JS-smaller-mobile {
        font-size: .8em;
    }
}


.swiper-button-disabled {
    display: none;
}

.conf-announcements-para {
    padding-right: 25%;
    padding-left: 25%;
    font-size: 1.4em;
    line-height: 1.4em;
}

.conf-announcements-span {
    font-size: 130%;
}

@media only screen and (max-width: 1025px) {
    .conf-announcements-para {
        font-size: 1em;
        padding-right: 5%;
        padding-left: 5%;
    }

    .conf-announcements-span {
        font-size: 1em;
    }
}



.siuro-dark-middle-container {
    padding: 0 25%;
}



@media only screen and (max-width: 1025px) {
    .siuro-dark-middle-container {
        padding: 0 10%;
    }
}

.registration-prices-top-row {
    min-height: 210px;
}

@media only screen and (max-width: 1300px) {
    .registration-prices-top-row {
        min-height: 235px;
    }
}

@media only screen and (max-width: 1200px) {
    .registration-prices-top-row {
        min-height: 265px;
    }
}

@media only screen and (max-width: 1025px) {
    .registration-prices-top-row {
        min-height: 0px;
    }

    .registration-prices-top-row,
    .registration-prices-bottom-row {
        padding-bottom: 10px;
    }

        .registration-prices-bottom-row.last-regis-type {
            padding-bottom: 0px;
        }
}

#aboutHowIsSlider .howis-swiper-pagination {
    padding-top: 20px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 550px)
{
    .icon-button-container{display:block;}
}