.sub_header {
    display: inline-block;
    font-family: AccentureRotis, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 115%;
    text-decoration: none;
    margin-bottom: 10px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn_inverted {
    background-color: #ffffff;
    font-family: AccentureRotisBold, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #aa1133;
}

.btn_inverted:hover {
    color: #aa1133;
    background-color: #f2f2f2;
}

a {
    text-decoration: none;
    border: 0px;
}

.left-of-video,
.right-of-video {
    margin-top: -10px;
}

.left-of-video {
    margin-right: 10px;
}

.right-of-video {
    margin-left: 10px;
}

.left-of-video img,
.right-of-video img {
    margin-bottom: 4px;
}

.left-of-video h4,
.right-of-video h4 {
    margin-top: 0px;
}

.slick-slide {
    outline: none
}

img.profile-thumb {
    width: 180px;
    height: 180px;
}

.head_hero {
    padding-top: 40px;
}

.head_bg {
    width: 100%;
    height: 625px;
    background-color: #551155;
}

.slider_padding {
    padding: 24px 64px;
}

.img_text_container {
    display: table;
    margin-bottom: 20px;
    line-height: 0px;
}

.img_text_container .img_left,
.img_text_container .text_right {
    display: table-cell;
}

.img_text_container img {
    margin-bottom: 0px;
}

.img_text_container .text_right {
    padding-left: 10px;
    vertical-align: middle;
}

.col-pad {
    padding-right: 20px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body,
.panel-group .panel-heading+.panel-collapse .panel-body {
    border: 0 !important;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.school_bg p,
.school_bg h4,
.school_bg h3,
.school_bg span {
    color: white;
}

.sub-panel.sub-panel p,
.sub-panel.sub-panel h4,
.sub-panel.sub-panel span {
    color: #333333;
}

.panel-body h4 {
    margin-top: 0px;
}

.color_blue {
    color: #00bbee !important;
}

.color_black {
    color: #333333 !important;
}

.color_red {
    color: #aa1133 !important;
}

.color_icy_blue {
    color: #aaddee !important;
}

.color_icy_blue:hover {
    color: #00bbee !important;
}

.color_purple {
    color: #551155 !important;
}

.color_periwinkle {
    color: #6688bb !important;
}

.color_grey {
    color: #666666 !important;
}

.color_lightgrey {
    background-color: #f1f3f3 !important;
}

.color_white {
    color: #ffffff !important;
}

.color_white_white {
    color: #ffffff !important;
}

.color_white_white:hover {
    color: #ffffff !important;
}

.color_primary {
    color: #6688bb !important;
}

.border_bottom {
    border-bottom: 1px solid #ffffff;
}

.pdf_container {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.pdf_icon {
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.pdf_text {
    float: left;
    height: 40px;
}

.icon_md {
    width: 90px;
    height: auto;
}


/******************************* CAMILLE 11/4/2015 ************************************************/

#accordionSchool>.panel-default>.panel-heading,
#collapseOne {
    background-color: #68b;
}

#schoolDropdownParent {}


/******************************* END CAMILLE 11/4/2015 ********************************************/


/******************************* NEW CONTENT ************************************************/

.m_bottom25 {
    margin-bottom: 25px;
}

.m_bottom18 {
    margin-bottom: 18px;
}

.school_bg {
    background-color: #6688bb;
}

.schoolbar_padding {
    padding-top: 15px;
    padding-left: 15px;
}

#school-slider {
    background-color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#school-slider-inner {
    background-color: #cccccc;
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
}

#school-slider .left-arrow,
#school-slider .right-arrow,
#school-slider-inner .left-arrow,
#school-slider-inner .right-arrow {
    background-color: #551155;
    display: inline-block !important;
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    padding-top: 169px;
    z-index: 1000;
}

#school-slider .right-arrow,
#school-slider-inner .right-arrow {
    right: 0px;
    left: auto;
    padding-top: 169px;
}

.school-slider-wrapper {
    width: 10000px;
    overflow: hidden;
    margin-left: 40px;
    height: 330px;
    display: inline-block;
}

.school-slider-wrapper p {
    color: #333;
}

.slider-elem {
    width: 300px;
    display: inline-block;
}

map area {
    outline: none;
    cursor: pointer;
    cursor: hand;
}

.select_school {
    border: 12px solid #00bbee;
    border-right: none;
    height: 64px;
    color: #00bbee;
    font-size: 26px;
}

.select_school_dropdown {
    background-color: #ffffff;
    border: 12px solid #6688bb;
    width: 100%;
    display: block;
}

.select_school_dropdown > .dropdown-toggle {
    padding: 15px;
    cursor: pointer;
}

.select_school_button {
    color: #68b;
    font-size: 24px;
    position: absolute;
    right: 0;
    padding: 17px 15px 15px 15px;
    margin: 0;
    height: 100%;
    cursor: pointer;
}

.panel-group {
    color: #ffffff;
}

.panel-group-inner {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 12px;
}

.panel_padding {
    padding: 28px;
}

.panel_padding.last {
    padding-top: 0;
    padding-bottom: 10px;
}

.panel_padding_no_t {
    padding: 28px;
    padding-top: 0px !important;
}

.panel_padding_no_t_mobile {
    padding: 28px !important;
    padding-top: 0px !important;
}

.panel-body {
    color: #ffffff;
}

.panel-body.color_gray {
    color: #333;
}

.school-section {
    cursor: pointer;
    position: relative;
    padding-right: 69px !important;
}

.open-close {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -22px;
    background-position: 50% 50%;
}

.accordion-toggle h4 {
    margin-bottom: 0px;
}

.accordion-toggle h4 {
    color: #333333;
}

.accordion-toggle.collapsed h4 {
    color: #aa1133;
}

.panel-heading {
    cursor: pointer;
}

.style_8 {
    padding-top: 0px;
    display: inline-block;
    width: 92%;
    font-size: 22px;
    font-weight: bold;
}

.style_9 {
    padding-top: 0px;
    display: inline-block;
    width: 8%;
}

.style_10 {
    font-size: 28px;
    color: #6688bb;
}

.style_11 {
    max-height: 300px;
    overflow-y: scroll;
}

.dropdown-menu-right {
    width: 100% !important;
}

.slick-dots li {
    height: 19px;
    width: 19px;
    margin: 10px 8px 10px 8px;
    padding: 0;
    display: inline-block;
    text-indent: -999px;
    border: 1px solid #000;
    border-radius: 14px;
    cursor: pointer;
    border-color: #a5a5a5;
    background-color: rgba(255, 255, 255, .5);
}

@media screen and (max-width: 999px) and (min-width: 768px) {
    .slick-dots li {
        height: 14px;
        width: 14px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media (max-width: 767px) {
    .slick-dots li {
        height: 12px;
        width: 12px;
        margin: 5px;
    }
}


/******************************* END NEW CONTENT ********************************************/

.video_wrapper {
    position: relative;
    width: 100%;
}

.video_wrapper:after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.video_wrapper object, 
.video_wrapper video, 
.video_wrapper .LimelightEmbeddedPlayer,
.limelight-player-footprint,
.limelight-player-viewport {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.video_wrapper video {
    z-index: 100 !important;
}

.video_wrapper .limelight-player-playlist {
    display: none !important;
}

.cta_wrapper {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cta_wrapper a {
    font-weight: bold;
}

.calendar_cta {
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    font-weight: bold;
}

.calendar_cta a:hover {
    color: #aa1133;
}

.calendar_icon {
    float: left;
    max-width: 120px;
    padding-right: 20px;
}

.calendar_heading {
    padding: 30px 0 20px 0;
}

.school-section {
    padding: 25px;
}

#block-accenture-school .media-container {
    display: none;
}

#block-your-career #DownloadModule a,
#block-your-career #DownloadModule span {
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .meetTheTeamCarousel {
        margin-bottom: -10px;
    }
    .meetTheTeamCarousel .slick-slide  {
        text-align: center;
    }
    .meetTheTeamCarousel .slick-slide img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-dots {
        display: none !important;
    }
    .slick-arrow {
        display: block !important;
    }
    .slick-arrow:before {
        font-family: "acn"!important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        text-decoration: none;
        text-rendering: optimizeLegibility!important;
        -webkit-font-smoothing: antialiased!important;
    }
    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next:before {
        content: "";
    }
    .slick-prev:before {
        content: "";
    }
    .style_8 {
        padding-top: 0px;
        display: inline-block;
        width: 85%;
    }
    .style_9 {
        padding-top: 0px;
        display: inline-block;
        width: 15%;
    }
    .left-of-video,
    .right-of-video {
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .col-pad {
        padding-right: 0px;
    }
    .panel_padding,
    .panel_padding_no_t {
        padding: 20px;
    }
    .panel_padding.last {
        padding-bottom: 0;
    }
    .open-close {
        width: 36px;
        height: 36px;
        background-size: cover;
        margin-top: -22px;
    }
}

@media (max-width: 550px) {
    .icon_md {
        width: 70px;
        height: auto;
    }
    .style_8 {
        font-size: 18px;
    }
    .select_school_button {
        font-size: 18px;
    }
    #schoolDropdownParent,
    .school-popup {
        width: calc(100% + 26px);
        margin-left: -15px;
    }
    .panel_padding,
    .panel_padding_no_t {
        padding: 15px;
    }
    .school-section {
        padding: 20px 10px;
    }
    .open-close {
        right: 10px;
    }
    .panel-group .panel {
        margin-bottom: 15px;
    }
	.header_title .panel-group {
		color: #ffffff;
	}
}<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600italic,700italic,300,600,700,800" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600italic,700italic,300,600,700,800" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

