.drop-shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3),0 0 10px rgba(0,0,0,.07);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.3),0 0 10px rgba(0,0,0,.07);
    box-shadow: 0 2px 4px rgba(0,0,0,.3),0 0 10px rgba(0,0,0,.07);
}

.drop-shadow-about,.drop-shadow-quotes {
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
    -webkit-box-shadow: 0 2px 2px rgba(6,6,6,.1) inset;
    -moz-box-shadow: 0 2px 2px rgba(6,6,6,.1) inset;
    box-shadow: 0 2px 2px rgba(6,6,6,.1) inset;
}


div#headerphoto {
    margin: 50px auto 70px auto;
    width: 916px;
    height: 405px;
}
div#headerphoto.training,
div#headerphoto.workshops,
div#headerphoto.resources
{
    text-align: center;
    vertical-align: middle;
}

div#headerphoto.training main{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 100px 13px;
    width: 258px;
    height: 225px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 1px;
}
body.page-template-page-espanol div#headerphoto.training main{
    margin: 80px 13px;
    height: 255px;
}
div#headerphoto.resources main {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 100px 20px;
    width: 310px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 1px;
}
div#headerphoto.resources main {
    width: 261px;
    height: 226px;
    margin: 100px 10px;
}

div#headerphoto main {
    margin-top: -37px;
    position: relative;
}

div#headerphoto main > a.icon {
    display: block;
    margin-top: -37px;
}
div#headerphoto main header {
    color: #222222;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
div#headerphoto main article {
    padding: 10px 20px 15px 20px;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}
div#headerphoto main footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
div#headerphoto a.button {
    font-size: 13px;
}

footer.comingsoon {
    font-size: 30px;
    text-align: center;
    margin: 40px auto;
}


iframe.video {
    width: 800px;
    height: 480px;
}


.issuuembed{
    margin: 40px auto;
    text-align: center;
}
#content.plug-play-portal .issuuembed {
    margin: 10px auto;
}
.issuuembed span {
    display:none !important;
}
footer.issuu {
    margin: 40px auto;
    text-align: center;
    font-size:29px;
    text-transform: uppercase;
}
footer.issuu strong {
    font-family: "Franklin Gothic Demi Cond";
}

.reg-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.reg-form form .item {
    margin: 10px 0;
}
.reg-form form .item.agreement {
    margin: 20px 0;
}
.reg-form form .item label {
    display: block;
}
.reg-form form .item label + label {
    margin-top: 10px;
}
.reg-form form .item.agreement input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -999;
}
.reg-form form .item.agreement input[type=checkbox] + label {
    background: url("../images/checkbox-off.png") no-repeat left top;
    background-size: 24px 24px;
    -webkit-transition: background ease-in-out .15s;
    -o-transition: background ease-in-out .15s;
    transition: background ease-in-out .15s;
}
.reg-form form .item.agreement input[type=checkbox]:checked + label {
    background-image: url("../images/checkbox-on.png")
}
.reg-form form .item.agreement label {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg-form form .item.agreement label a {
    color: #0094d8;
}
.reg-form form .item.agreement label a:hover {
    text-decoration: underline;
}
.reg-form form .item.has-text p,
.reg-form form .item.has-text label {
    font: 17px/20px 'Franklin Gothic Demi Cond';
    letter-spacing: 0.04em;
    color: #808080;
}
.reg-form form .item.has-text p {
    margin: 20px 0;
}
.reg-form form select,
.reg-form form input:not([type=checkbox]) {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 25px;
    border-radius: 3px;
    color: #ffffff;
    background: #bababa;
    font: 17px/50px 'Franklin Gothic Demi Cond';
    text-transform: none;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.reg-form form input::-webkit-input-placeholder { color: #ffffff; }
.reg-form form input::-moz-placeholder { color: #ffffff; }
.reg-form form input:-ms-input-placeholder { color: #ffffff; }
.reg-form form input:-moz-placeholder { color: #ffffff; }
.reg-form form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.reg-form form button[type=submit] {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 25px;
    border-radius: 3px;
    color: #ffffff;
    background: #0094d8;
    font: 17px/50px 'Franklin Gothic Demi Cond';
    text-transform: uppercase;
    text-align: left;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg-form form .tac {
    text-align: center !important;
}
.reg-form form select {
    width: auto;
    max-width: 90px;
    padding: 0 55px 0 25px;
    background: #bababa url("../images/down.png") no-repeat right 14px center;
    background-size: 19px 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.reg-form form .count select {
    margin-left: 15px;
}
.reg-form form .discount_code input {
    max-width: 210px;
    margin-left: 15px;
}
.reg-form form .start_date select {
    padding: 0 45px 0 15px;
    margin-left: 10px;
}
.reg-form form .start_date select[name="start_date_year"] {
    max-width: 100px;
}
.reg-form form .start_date {
    position: relative;
    padding-bottom: 30px;
}
.reg-form form .start_date .lbl {
    font: 14px/22px "Franklin Gothic Demi Cond";
    text-transform: uppercase;
    color: #bababa;
    position: absolute;
    bottom: 5px;
}
.reg-form form .start_date .lbl.y {
    right: 41px;
}
.reg-form form .start_date .lbl.d {
    right: 147px;
}
.reg-form form .start_date .lbl.m {
    right: 227px;
}
.reg-form form .item .has-error input,
.reg-form form .item .has-error select {
    -webkit-box-shadow: 0 0 1px 2px #c3512f;
    -moz-box-shadow: 0 0 1px 2px #c3512f;
    box-shadow: 0 0 1px 2px #c3512f;
}
/*.reg-form form .item .error {*/
    /*display: block;*/
    /*color: #c3512f;*/
    /*font-size: 14px;*/
/*}*/
.reg-form.confirm .main {
    text-align: center;
    font: 17px/24px 'Franklin Gothic Demi Cond';
    color: #000000;
    word-break: break-all;
    word-break: break-word;
}
.reg-form.confirm .main .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}
.reg-form.confirm .main .blue {
    color: #0094d8;
}
.reg-form.confirm .text {
    margin-top: 35px;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}
.reg-form.confirm .text.tac {
    text-align: center;
}
.reg-form.confirm .text p + p {
    margin-top: 20px;
}
.reg-form.confirm .text a {
    color: #0094d8;
}
.reg-form.confirm .text a:hover {
    text-decoration: underline;
}
.reg-form.checkout .main {
    margin-top: 20px;
}
.reg-form.checkout .main-confirm {
    margin-top: 20px;
    font: 17px/24px 'Franklin Gothic Demi Cond';
    color: #000000;
}
.reg-form.checkout .main-confirm strong {
    font: 17px/24px 'Franklin Gothic Demi Cond';
}
.reg-form.checkout .main-confirm .blue {
    color: #0094d8;
}
.reg-form.checkout .table {
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
    background: #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg-form.checkout .table p {
    font: 15px/24px 'Franklin Gothic Demi Cond';
    color: #000000;
    text-transform: uppercase;
}
.reg-form.checkout .table .code strong {
    font-size: 15px;
    text-transform: none;
}
.reg-form.checkout .table strong {
    font: 18px/24px 'Franklin Gothic Demi Cond';
}
.reg-form.checkout .table .row.last p {
    color: #0094d8;
}
.reg-form.checkout .table .row:first-child p {
    text-transform: none;
}
.reg-form.checkout .table .row {
    font-size: 0;
    position: relative;
}
.reg-form.checkout .table .row + .row {
    border-top: 1px solid #ffffff;
}
.reg-form.checkout .table .row .col {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg-form.checkout .table .row .col + .col:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    width: 1px;
    margin-left: -10px;
    background: #ffffff;
    /*border-left: 1px solid #ffffff;*/
}
.reg-form.checkout .table .row.cols .col {
    width: 70%;
    padding: 5px 10px;
    text-align: right;
}
.reg-form.checkout .table .row.cols.many .col {
    padding: 15px 10px;
}
.reg-form.checkout .table .row.cols.last .col {
    padding-top: 10px;
    padding-bottom: 10px;
}
.reg-form.checkout .table .row.cols .col:last-child {
    width: 30%;
    padding-right: 25px;
}
.reg-form.checkout .table .row.cols.many .col:not(:last-child) {
    text-align: center;
}
.reg-form.checkout .table .row.cols.many .col:nth-child(1),
.reg-form.checkout .table .row.cols.many .col:nth-child(3) {
    width: 25%;
}
.reg-form.checkout .table .row.cols.many .col:nth-child(2) {
    width: 20%;
}
.reg-form.checkout .buttons {
    margin-top: 30px;
    text-align: center;
}
.reg-form.checkout .buttons .or {
    display: inline-block;
    padding: 15px 0;
    font: 17px/20px 'Franklin Gothic Demi Cond';
    letter-spacing: 0.04em;
    color: #000000;
}
.reg-form.checkout .buttons .or:before,
.reg-form.checkout .buttons .or:after {
    content: '----------';
    display: inline-block;
    padding: 0 5px;
    color: #b3b3b3;
}
.reg-form.checkout .buttons .btn {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 15px 25px;
    border-radius: 3px;
    color: #ffffff;
    background: #0094d8;
    font: 17px/20px 'Franklin Gothic Demi Cond';
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.reg-form.checkout .buttons .btn.gray {
    background: #666666;
}

@keyframes g {
    0% { transform:rotate(0deg) }
    to { transform:rotate(359deg) }
}
.checkout-loader {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    z-index: 9999;
}
.checkout-loader:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
.checkout-loader span {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -50px 0 0 -50px;
    opacity: 1;
    background-color: transparent;
    animation: g .7s infinite linear;
    border: 5px solid #cbcbca;
    border-top: 5px solid #2380be;
    border-radius: 100%;
}

.newTextBlock{
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    width: 1060px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    div#headerphoto.training,
    div#headerphoto.workshops,
    div#headerphoto.resources {
        font-size: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    div#headerphoto.training {
        padding: 0 40px;
    }
    div#headerphoto.with-mains {
        padding: 0;
    }
    div#headerphoto.with-mains .mains-wrapper {
        width: 100%;
        padding: 50px 15px 0;
        box-sizing: border-box;
        position: absolute;
        top: 0; left: 0;
    }
    div#headerphoto.training main,
    div#headerphoto.resources main {
        width: calc(33.333% - 10px);
        min-height: 225px;
        height: auto;
        margin: 0;
        padding-bottom: 50px;
        box-sizing: border-box;
        position: relative;
        vertical-align: top;
    }
    div#headerphoto.training main {
        width: calc(50% - 20px);
        min-height: 210px;
    }
    div#headerphoto.resources main + main {
        margin-left: 15px;
    }
    div#headerphoto.training main + main {
        margin-left: 40px;
    }
    div#headerphoto.training main article,
    div#headerphoto.resources main article {
        padding: 10px 15px 0;
        line-height: 20px;
    }
    div#headerphoto.training main footer,
    div#headerphoto.resources main footer {
        bottom: 13px;
    }
}
@media screen and (max-width:599px) {
    .reg-form form .start_date label span {
        display: block;
        margin-bottom: 10px;
    }
    .reg-form form .start_date select[name="start_date_month"] {
        margin-left: 0;
    }
    .reg-form form .start_date .lbl {
        bottom: -5px;
    }
    .reg-form form .start_date .lbl.y {
        right: auto;
        left: 215px;
    }
    .reg-form form .start_date .lbl.d {
        right: auto;
        left: 120px;
    }
    .reg-form form .start_date .lbl.m {
        right: auto;
        left: 15px;
    }
}
@media screen and (max-width:450px) {
    div#headerphoto.training,
    div#headerphoto.resources {
        background: none !important;
        width: 260px !important;
        height: auto !important;
        padding: 0;
    }
    div#headerphoto.training {
        width: 300px !important;
    }
    div#headerphoto.training:before,
    div#headerphoto.training:after,
    div#headerphoto.resources:before,
    div#headerphoto.resources:after {
        display: none;
    }
    div#headerphoto.training main,
    div#headerphoto.resources main {
        width: 100%;
        min-height: 0;
        padding: 0 25px 20px;
        margin-top: 40px;
        top: auto;
        transform: none;
        background: #efefef;
    }
    div#headerphoto.training main + main,
    div#headerphoto.resources main + main {
        margin: 70px 0 0;
    }
    div#headerphoto.training main header,
    div#headerphoto.resources main header {
        margin-top: 10px;
    }
    div#headerphoto.training main article,
    div#headerphoto.resources main article {
        padding: 0;
        margin-top: 10px;
    }
    div#headerphoto.training main footer,
    div#headerphoto.resources main footer {
        position: relative;
        bottom: auto;
        margin-top: 10px;
    }
    div#headerphoto.with-mains .mains-wrapper {
        position: relative;
        left: auto; top: auto;
        padding: 0;
    }
    div#headerphoto.with-mains > img {
        display: none;
    }
    .reg-form form .count select {
        margin: 10px 0 0;
        max-width: 100%;
        width: 100%;
    }
    .reg-form form .discount_code input {
        margin: 10px 0 0;
        max-width: 100%;
    }
    .reg-form form .start_date select {
        padding: 0 37px 0 15px;
        margin-left: 5px;
        background-position: right 10px center;
    }
    .reg-form form .start_date .lbl.y {
        left: 185px;
    }
    .reg-form form .start_date .lbl.d {
        left: 100px;
    }
    .reg-form form .start_date .lbl.m {
        left: 10px;
    }
    .reg-form.checkout .table p,
    .reg-form.checkout .table .code strong {
        font-size: 14px;
    }
    .reg-form.checkout .table strong {
        font-size: 15px;
    }
}
@media screen and (max-width:350px) {
    div#headerphoto.training {
        width: 100% !important;
    }
    .reg-form.checkout .table p,
    .reg-form.checkout .table .code strong,
    .reg-form.checkout .table strong {
        font-size: 12px;
    }
}
