html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    background-color: #ffffff;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
}

h2 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
    font-size:18px;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

a {
    color: #0875bd;
    transition: all .7s ease;
    font-weight: bold;
}

a:hover {
    color: #004673;
}

.content_column {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: auto;
    box-sizing: border-box;

    /*clearfix*/
    content: "";
    display: table;
    clear: both;
    /*end clearfix */
}

#adminBody .content_column {
    max-width: 1200px;
}

.col_left {
    width: 75%;
    float:left;
    /*margin-right: 40px;*/
    padding: 0;
}

#adminBody .col_left {
    width: 20%;
}

#adminBody header div.content_column div.col_left {
    width: 75%;
}

#adminBody header div.content_column div.col_right {
    width: 25%;
}

.col_right {
    width: 25%;
    float: right;
}

#adminBody .col_right {
    width: 76%;
}

header {
    height: 140px;
    color: #fff;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a9df+0,0876bd+100 */
    background: #26a9df; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YTlkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODc2YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #26a9df 0%, #0876bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26a9df), color-stop(100%,#0876bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #26a9df 0%,#0876bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #26a9df 0%,#0876bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #26a9df 0%,#0876bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #26a9df 0%,#0876bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a9df', endColorstr='#0876bd',GradientType=0 ); /* IE6-8 */

}

header.home_header {
    height: 300px;
}

a#logo {
    display: block;
    text-decoration: none;
    text-indent: -3000px;
    width: 700px;
    background-image: url('../images/Expand_logo_546.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px auto 0 0;
    padding: 0;
}

header.home_header a#chesapeake_logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

header:not(.home_header) a#chesapeake_logo {
    width: 257px;
    margin-left: 0;
}

header:not(.home_header) div#ctc_brand_logo {
    margin: 10px 0;
    position: relative;
}

header:not(.home_header) div#ctc_brand_logo:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: -39px;
}

img#ctc_brand_logo_image {
    width: 190px;
}

body#adminBody header:not(.home_header) div#ctc_brand_logo:before {
    left: -45px;
}

header h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin: 77px 0 0 0;
}

header.home_header a#logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

header.home_header div.content_column {
    width: unset;
    padding-top: 47px;
}

header.home_header > div > * {
    float: left;
}

header.home_header a#trims_logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

header.home_header > div #ctc_brand_logo {
    margin: 42px 0 0 30px;
    padding-left: 35px;
    border-left: 1px solid #fff;
}

section#main_body {
    padding: 70px 0 100px 0;
    background-color: #fff;
}

.home_content {
    text-align: center;
}

.home_content p {
    font-size: 18px;
}

.home_content form {
    margin: 40px 0 0 0;
    padding: 0;
}

.home_content label {
    display: block;
    width: 100%;
    max-width: 710px;
    margin: 15px auto 2px auto;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.home_content input::placeholder {
    color: #aaaaaa;
}

.home_content input {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 100%;
    max-width: 710px;
    padding: 14px 12px;
    border: 1px solid #3293d0;
    margin: 0 auto 10px auto;
    transition: all .7s ease;
}

.home_content input:focus {
    background-color: #f2fcff;
}

.home_content input[type="submit"] {
    background-color: #3293d0;
    font-weight: bold;
    width: 120px;
    color: #fff;
    margin-top: 24px;
}

.home_content input[type="submit"]:hover {
    background-color: #005b96;
}

.home_content p.login_support_text {
    max-width: 710px;
    margin: 40px auto 0 auto;
}

input#personal_info_consentAgreement {
    display: inline;
    width: auto;
}

.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    width: 100%;
    max-width: 710px;
    margin: 0 auto 12px auto;
    padding: 8px 12px;
    font-weight: bold;
}

#left_nav {
    width: 18%;
    float:left;
    border-top: 1px solid #ccc;
}

#adminBody #left_nav {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

#left_nav a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px 20px 20px;
    line-height: 1.3em;
    background-color: #f0f3f2;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #209fd8;
    text-decoration: none;
    transition: all .7s ease;
}

#left_nav a:hover {
    color: #0875bd;
    background-color: #aee5f8;
}

#left_nav a.active {
    color: #0875bd;
    background-color: #fbfbfb;
}

#left_nav a.active:hover {
    color: #fff;
    background-color: #085d9c;
}

#main_content_col {
    max-width: 78%;
    float: right;
    min-width: 75%;
}

#adminBody #left_nav a {
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

#adminBody #main_content_col {
    min-width: 100%;
    max-width: 100%;
    float: none;
}

a.button, .btn {
    display: inline-block;
    background-color: #3293d0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    margin-top: 24px;
    padding: 14px 20px;
    transition: all .7s ease;
    font-size: 14px;
    border: none;
    line-height: 1.5;
}

.btn {
    background-color: #aaa;
}

.btn:hover {
    cursor: pointer;
    background-color: #404042;
    color: #fff;
}

a.button:hover, .btn-primary:hover {
    background-color: #005b96;
    color: #fff;
    cursor: pointer;
}

.btn-primary {
    background-color: #3293d0;
    color: #fff;
}

.btn-yellow {
    background-color: #3293d0;;
    color: #fff;
}

.btn-yellow:hover {
    background-color: #0960a0;
    color: #fff;
    cursor: pointer;
}

.btn-danger {
    background-color: #ff263f;
    color: #fff;
}

.btn-danger:hover {
    background-color: #cc1f33;
    color: #fff;
    cursor: pointer;
}

.btn-small {
    font-size: smaller;
    padding: 4px 10px;
    margin-top: 0;
}

#severance {
    font-style: italic;
    width: 240px;
    border-top: 4px solid #0875bd;
    border-bottom: 4px solid #0875bd;
    padding: 20px 0;
    float: right;
    margin-left: 40px;
    margin-bottom: 100px;
}

#program {
    font-style: italic;
    width: 200px;
    border-top: 4px solid #0875bd;
    border-bottom: 4px solid #0875bd;
    padding: 20px 0;
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
}

#severance h3, #program h3 {
    color: #0875bd;
    font-size: 18px;
    margin: 0;
}

#severance p.data, #severance p.total, #severance p.bonus, #severance p.lti {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

#severance strong.equity_lti {
    font-size: 16px;
}

#program ul {
    padding-left: 19px;
}

#program a.button {
    margin-top: 5px;
    display: block;
    text-align: center;
}

/* FAQs */
.faq_group {
    border-bottom: 1px solid #D8D6D4;
    margin-bottom: 30px;
    margin-top: 20px;
}

.faq_group .headline, .outplace_faq_group .headline {
    border-top: 1px solid #D8D6D4;
    background-color: #fff;
    padding: 10px 20px 10px 30px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.faq_group .headline .fa, .outplace_faq_group .headline .fa {
    position: absolute;
    top: 14px;
    left: 10px;
    color: #0875bd;
}

.faq_text {
    background-color: #fff;
    padding: 5px 30px 30px 30px;
    margin: 0;
}

.faq_text .close {
    cursor: pointer;
}

.accordion-trigger {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/* Outplacement Tab */
div.outplacement {
    font-style: italic;
}

div.outplacement p.intro {
    color: #0875bd;
    font-size: 18px;
    margin: 0;
    font-style: italic;
    font-weight: bold;
}

iframe {
    margin: 0 auto 40px;
    display: block;
}

.outplace_faq_group {
    border-bottom: 1px solid #D8D6D4;
    margin-bottom: 30px;
    margin-top: 40px;
}
.outplace_faq_group:before {
    content: '';
    display: block;
    clear: both;
}

/* Resources Page */
.benefit-section, .download-section {
    width: 100%;
}
.benefit-section:after, .download-section:after {
    content:'';
    display: block;
    clear:both;
}
.benefit-block, .download-block {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}
.benefit-block:nth-child(even), .download-block:nth-child(even) {
    margin-right: 0;
}
.benefit-block:nth-child(even):after, .download-block:nth-child(even):after {
    content:'';
    display: block;
    clear:both;
}
.benefit-block.bcbs {
    background-color: #e0f0f8;
}
.benefit-block.fidelity {
    background-color: #e7f0e8;
}
.benefit-block.merrillLynch {
    background-color: #e0e7f5;
}
.benefit-block.conexis {
    background-color: #fef1e5;
}
.benefit-block.eap {
    background-color: #e0e8ee;
}
.benefit-block.retire {
    background-color: #e0e9f2;
}

.download-block {
    background-color: #f0f3f2;
}

/* Benefit Block */
.benefit-block a {
    display: block;
    padding: 10px 10px 0 10px;
    text-align: center;
    height: 125px;
    text-decoration: none;
    color: #444;
    font-weight: bold;
}
.benefit-block a .title {
    padding: 10px;
    border-top: 1px solid #ccc;
}
.benefit-block a .image {
    height: 83px;
    position: relative;
}
.benefit-block .image img {
    max-width: 100%;
    margin-top: 42px;
    transform: translateY(-50%);
}
/* Download Block */
.download-block a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    position: relative;
    margin-left: 41px;
}

.download-block a:before {
    content: '\f1c1';
    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 41px;
    text-align: center;

    position: absolute;
    left: -41px;
    top: 0;
    width: 41px;
    height: 100%;

    background-color: #1b97d3;
    color: white;
}

.download-block.video a:before {
    content: '\f04b';
}

.download-block.link a:before {
    content: '\f0c1';
}

/* Footer */
footer {
    background-color: #404042;
    padding: 60px 0 60px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.underline {
    text-decoration: underline;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
    color: #bb0404;
    background-color: #eecccc;
    border-color: #cc5555;
}

.input-form label {
    font-weight: bold;
    width: 33%;
    display: inline-block;
    position: absolute;
    top: 6px;
    text-align: right;
}

.input-form input, .input-form select, .input-form textarea {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    width: 64%;
    /*max-width: 710px;*/
    padding: 4px;
    border: 1px solid #3293d0;
    margin: 0 auto 10px auto;
    transition: all .7s ease;
    position: absolute;
    top: 0;
    left: 35%;
}

.input-form textarea {
    margin-bottom: 10px;
    min-height: 70px;
}

.input-form>div {
    position: relative;
    padding-top: 1.5em;
    min-height: 1.5em;
}

.input-form>div.textarea_row {
    min-height: 70px;
}

.input-form>div>ul {
    position: relative;
    left: 35%;
    padding: 0;
    font-size: 0.9em;
    font-weight: bold;
}

.input-form>div>ul li {
    color: #a94442;
    display: block;
}

.input-form .buttons {
    float: right;
    margin-top: 20px;
    padding-top: 0;
}

.upload-form label {
    font-weight: bold;
    width: 10%;
    display: inline-block;
    position: absolute;
    top: 6px;
    text-align: left;
}

.upload-form input, .upload-form select, .upload-form textarea {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    width: 75%;
    /*max-width: 710px;*/
    padding: 4px;
    border: 1px solid #3293d0;
    margin: 0 auto 10px auto;
    transition: all .7s ease;
    position: absolute;
    top: 0;
    left: 12%;
}

.upload-form textarea {
    margin-bottom: 10px;
    min-height: 70px;
}

.upload-form>div {
    position: relative;
    padding-top: 1.5em;
    min-height: 1.5em;
}

.upload-form>div.textarea_row {
    min-height: 70px;
}

.upload-form>div>ul {
    position: relative;
    left: 15%;
    padding: 0;
    font-size: 0.9em;
    font-weight: bold;
}

.upload-form>div>ul li {
    color: #a94442;
    display: block;
}

.upload-form .buttons {
    float: right;
    margin-top: 20px;
    padding-top: 0;
}

div.stacked-buttons a, div.stacked-buttons button {
    margin-top: 5px;
    display: block;
    width: 200px;
    text-align: center;
}

div.stacked-buttons button.space-above {
    margin-top: 15px;
}

.hidden {
    display: none;
}

.input-form .plain-text {
    position: absolute;
    left: 35%;
    top: 6px;
}

table.top-align td {
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

table.notification-table input {
    min-width: 100px;
}

h4.reduced-margin {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.filterSectionContainer {
    margin: -10px 0 15px 0;
}

/* Resources Page */
.benefit-section, .download-section, .career-section {
    width: 100%;
}
.benefit-section:after, .download-section:after, .career-section:after {
    content:'';
    display: block;
    clear:both;
}
.benefit-block, .benefit-block-special, .download-block, .career-block, .career-block-ml {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}
.benefit-block:nth-child(even), .benefit-block-special:nth-child(even), .download-block:nth-child(even), .career-block:nth-child(even), .career-block-ml:nth-child(even) {
    margin-right: 0;
}
.benefit-block:nth-child(even):after, .benefit-block-special:nth-child(even):after, .download-block:nth-child(even):after, .career-block:nth-child(even):after, .career-block-ml:nth-child(even):after {
    content:'';
    display: block;
    clear:both;
}
.benefit-block.mas, .benefit-block.color1, .benefit-block-special.color1, .career-block.color1, .career-block-ml.color1 {
    background-color: #fef1e5;
}
.benefit-block.twn, .benefit-block.color2, .benefit-block-special.color2, .career-block.color2, .career-block-ml.color2 {
    background-color: #e0f0f8;
}
.benefit-block.depressionAlliance, .benefit-block.color3, .benefit-block-special.color3, .career-block.color3, .career-block-ml.color3 {
    background-color: #e7f0e8;
}
.benefit-block.Calm, .benefit-block.color4, .benefit-block-special.color4, .career-block.color4, .career-block-ml.color4 {
    background-color: #e0e7f5;
}
.benefit-block.bipolarUk, .benefit-block.color5, .benefit-block-special.color5, .career-block.color5, .career-block-ml.color5 {
    background-color: #fef1e5;
}
.benefit-block.samaritans, .benefit-block.color6, .benefit-block-special.color6, .career-block.color6, .career-block-ml.color6 {
    background-color: #e0e8ee;
}
.benefit-block.mentalHealthFoundation, .benefit-block.color7, .benefit-block-special.color7, .career-block.color7, .career-block-ml.color7 {
    background-color: #e0f0f8;
}

.benefit-block.noPanic {
    background-color: #e7f0e8;
}

.benefit-block.anxietyUk {
    background-color: #fef1e5;
}

.benefit-block.youngMinds {
    background-color: #e0f0f8;
}

.benefit-block.cruseBereavement {
    background-color: #e0e7f5;
}

.benefit-block.NSPCC {
    background-color: #e0f0f8;
}

.benefit-block.refuge{
    background-color: #e7f0e8;
}
.benefit-block.AA {
    background-color: #e0e7f5;
}
.benefit-block.NA {
    background-color: #fef1e5;
}
.benefit-block.GA {
    background-color: #e0e8ee;
}

.benefit-block.alzheimersSociety {
    background-color: #e0f0f8;
}

.benefit-block.dementiaUk{
    background-color: #e7f0e8;
}
.benefit-block.beat{
    background-color: #e0e7f5;
}




.download-block {
    background-color: #3293d0;
}

/* Career Block */
.career-block a {
    display: block;
    padding: 10px 10px 10px 10px;
    text-align: center;
    height: 135px;
    text-decoration: none;
    color: #444;
    font-weight: 400;
    font-size:13px !important;
    line-height: 1.6;
}
.career-block a .title {
    padding: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.career-block a .image {
    height: 83px;
    position: relative;
}
.career-block .image img {
    max-width: 100%;
    margin-top: 42px;
    transform: translateY(-50%);
}


/* Career Block Multi-link */
.career-block-ml div.career-block-ml-inner {
    display: block;
    padding: 10px 10px 10px 10px;
    text-align: center;
    height: 135px;
    text-decoration: none;
    color: #444;
    font-weight: 400;
    font-size:13px !important;
    line-height: 1.6;
}
.career-block-ml div.career-block-ml-inner .title {
    padding: 2px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.career-block-ml div.career-block-ml-inner .image {
    height: 83px;
    position: relative;
}
.career-block-ml .image img {
    max-width: 100%;
    margin-top: 42px;
    transform: translateY(-50%);
}

/* Benefit Block */
.benefit-block a, .benefit-block-special .container {
    display: block;
    padding: 20px 10px 20px 10px;
    text-align: center;
    height: 200px;
    text-decoration: none;
    color: #444;
    font-weight: 400;
    font-size:13px !important;
    line-height: 1.6;
}
.benefit-block-special div.container {
    display: block;
    padding: 20px 10px 20px 10px;
    text-align: center;
    text-decoration: none;
    color: #444;
    font-weight: 400;
    font-size:13px !important;
    line-height: 1.6;
}

.benefit-block a .title, .benefit-block-special .title {
    padding: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.benefit-block a .image, .benefit-block-special .image {
    height: 83px;
    position: relative;
}
.benefit-block .image img, .benefit-block-special .image img {
    max-width: 100%;
    margin-top: 42px;
    transform: translateY(-50%);
}
/* Download Block */
.download-block a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    position: relative;
    margin-left: 41px;
    min-height: 45px;
}

.download-block a:before {
    content: '\f1c1';
    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 41px;
    text-align: center;

    position: absolute;
    left: -41px;
    top: 0;
    width: 41px;
    height: 100%;

    background-color: #1b97d3;
    color: white;
}

.download-block.video a:before {
    content: '\f04b';
}

.download-block.link a:before {
    content: '\f0c1';
}

.input-ta-xxs {
    width: 25px;
}
.input-ta-xs {
    width: 50px;
}
.input-ta-sm {
    width: 100px;
}
.input-ta-md {
    width: 150px;
}
.input-ta-lg {
    width: 175px;
}
.input-ta-xl {
    width: 200px;
}
.input-ta-xxl {
    width: 250px;
}
.dt-buttons {
    margin-left: 20px;
}

table.record_properties {
    width: 100%;
}

table.record_properties th {
    text-align: left;
    padding-right: 20px;
    width: 275px;
}

.row {
    margin-bottom: 10px;
}

.stats_label {
    width: 150px;
    font-weight: bold;
    text-align: right;
}

span.stats_label {
    display: inline-block;
}

.stats_field {
    width: 100px;
    display: inline-block;
    text-align: right;
}

.explanation_field {
    display: inline-block;
}

div#filter-container {
    margin-bottom: 20px;
}

div#filter-container::after {
    content: "";
    display: block;
    clear: both;
}

div#filter-container h4 {
    margin-bottom: 10px;
}

div#filter-container .filter-section {
    float: left;
    width: 240px;
}

div#filter-container .filter-control-row {
    margin-bottom: 5px;
}

div#filter-container div.filter-section label.filter-label {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

div#filter-container div.filter-section span.filter-field {
    display: inline-block;
    width: 136px;
}

div#filter-container-inline {
    margin-bottom: 20px;
}

div#filter-container-inline::after {
    content: "";
    display: block;
    clear: both;
}

div#filter-container-inline h4 {
    margin-bottom: 10px;
}

div#filter-container-inline .filter-section {
    float: left;
}

div#filter-container-inline .filter-control-row {
    float: left;
    margin-bottom: 5px;
}

div#filter-container-inline div.filter-section label.filter-label {
    display: inline-block;
    width: 60px;
    text-align: left;
    padding-right: 5px;
}

div#filter-container-inline div.filter-section label.filter-label-flex {
    display: inline-block;
    width: inherit;
    text-align: left;
    padding-right: 5px;
}

div#filter-container-inline div.filter-section span.filter-field {
    display: inline-block;
    width: 136px;
}

div#filter-container-inline div.filter-section button.btn-primary {
    margin-top: -15px;
    margin-left: 20px;
    padding: 10px;
}

div#user_view_actions_container {
    margin: -15px 0 25px 0;
}

div#user_view_actions_container a {
    color: #aaa;
    margin-right: 10px;
}

div#user_view_actions_container a:hover {
    color: #777;
}

button#confirm_delete_user_button {
    margin-top: -15px;
    float: right;
}

.inline-radio ul {

}

.inline-radio li {
    list-style-type: none;
}

.inline-radio input {
    width: inherit !important;
    display: inline !important;
}

.inline-radio label {
    width: inherit !important;
    display: inline !important;
    padding-left: 20px;
}

.stacked-inline-checkboxes ul {
    padding-inline-start: inherit;
}

.stacked-inline-checkboxes li {
    list-style-type: none;
}

.stacked-inline-checkboxes input {
    width: inherit !important;
    display: inline !important;
}

.stacked-inline-checkboxes label {
    width: inherit !important;
    display: inline !important;
    padding-left: 10px;
}

div.flex-consent-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div.flex-consent-container a {
    margin-top: 5px;
}

div.flex-consent-container ul {
    margin-top: 5px;
}

div.flex-consent-container input {
    margin-top: 5px;
}

div.resource-table h1 {
    /*padding-left: 10px;*/
    /*background-color: #3293d0;*/
}

div.resource-table h2 {
    margin-top: 30px;
}
div.resource-table h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #777777;
}

div.resource-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

div.resource-table table tr {

}

div.resource-table table td {
    width: 50%;
    padding: 10px;
    border: 1px solid #aaaaaa;
    vertical-align: top;
}

div.privacy_notice {
    text-align: left;
}

div.privacy_notice h1 {
    font-size: 2.5em;
    text-align: center;
}

div.privacy_notice h2 {
    margin: 40px 0 15px 0;
}

div.privacy_notice li {
    font-size: 18px;
}

button#signDocument {
    margin-bottom: 24px;
}

table.padding_a td, table.padding_a th {
    padding: 1px 20px 1px 5px;
}

.group-code-display-block {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Medium devices (tablets, 768px and below)*/
@media (max-width: 767px) {

    header {
        height: auto;
    }

    section#main_body {
        padding-top: 40px;
    }

    .home_content label {
        margin-top: 30px;
    }

    .home_content input {
        box-sizing: border-box;
    }

}
