/* write css here */

/* Basic layout for template */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700|Open+Sans:300,400,600,700|Pathway+Gothic+One');

html,
body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
}

body {
    padding-top: 51px;
}

p {
    margin: 15px;
}

span.de_required {
    color: #c0392b;
}

div.language-toggle {
    float: right;
}

div.logout {
    float: right;
}

div.panel {
    background: transparent;
}
#content-middle{
    border-radius: 0px 0px 5px 5px;
}
#content-middle .panel{
    box-shadow:none;
    border-radius:0px;
}
#inner-wrapper #content {
    padding: 0px;
}

h2,
h3 {
    line-height: normal;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 900;
    font-size: 23px;
}

fieldset legend {
    font-weight: normal;
    font-size: inherit;
    line-height: normal;
}

#header {
    min-height: auto;
    background: transparent;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#header div.container {
    position: relative;
    min-height: auto;
    /*border-bottom: 37px solid #008BB0;*/
    padding: 0px;
}

#content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#content-middle,
#content-left,
#content-right {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#header .row {
    margin: 0px;
}

#header div.row div.col-sm-6 {
    background: #f1f3f5;
    height: 305px;
    flex: 50%;
    margin-top: 10px;
}

#header div.image {
    background: url(../../../../images/UHN/Thoracic-Refresher-Banner.jpg) no-repeat center center !important;
    background-size: cover !important;
}

#header .row .col-sm-6 h1 {
    margin: 0 0 9px 0;
    font-weight: 700;
    line-height: 52px;
    font-size: 45px;
    color: #002A5C;
    margin-top: 50px;
    padding-left: 15px;
}

#header .row .col-sm-6 h1 span {
    display: block;
    clear: both;
    font-weight: 300;
    color: #002A5C;
    font-size: 21px;
    line-height: 22px;
}

#header .row .col-sm-6 h2 {
    font-weight: 300;
    color: #002A5C;
    font-size: 21px;
    margin: 0px;
    padding-right: 37px;
    line-height: 28px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #content {
        width: 1170px;
    }
}

div.field {
    height: 100%;
    overflow: hidden;
    clear: both;
    margin: 3px 0px;
}

div.field div.form-group label {
    float: left;
    font-weight: normal;
    width: 20%;
    line-height: normal;
    margin-right: 10px;
}

div.field div.form-group div {
    float: left;
    width: 78%;
}

div.field fieldset span.de_cols_1 {
    display: block;
    clear: both;
}

div.field fieldset span.de_cols_1 label {
    float: none;
}

#button {
    text-align: right;
}

div.top_menu {
    background: #05adec;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
/*
#header.small div.top_menu {
    box-shadow: 0px 0px 3px rgba(00, 00, 00, 0.3);
}
*/
div.top_menu .container {
    border: none !important;
}
span.logo{
    width: 40%;
    margin: 4px 0px;
    height: 50px;
    background: url(../../../../images/UHN/ut_med_surgery.png) no-repeat top left / contain;
}
nav.navbar {
    background: transparent;
    color: #008BB0;
    height: auto;
    min-height: auto;
    /*width: 100%;*/
    width:60%;
    right: 0px;
    bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0;
    border: none;
    top: 0px;
}

a.navbar-brand {
    display: none;
}

nav.navbar a {
    color: #ffffff;
}

nav.navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-toggle {
    background: #ffffff;
}

.navbar-toggle .icon-bar {
    color: #cccccc;
    background: #cccccc;
}

.nav>li>a {
    background-color: transparent;
    padding: 19px 15px !important;
}

.navbar-nav>li>a {
    font-size: 14px;
    border: none !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #efefef;
}

div.header-logo {
    padding-top: 3px;
    width: 1170px;
    float: none;
}

#header div.header-logo img {
    width: 100%;
    height: auto;
    margin: 0px;
}

div.event-title {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 27px;
    width: 53%;
    text-align: right;
}

div.event-title h1 {
    margin: 0px;
    font-size: 32px;
    line-height: 36px;
    color: #2371a4;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-toggle {
    z-index: 2;
}

.navbar-header {
    margin-top: 15px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    padding: 0px;
}

.navbar-nav {
    margin: 0px;
    background: transparent;
}

.navButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

.navButton:hover,
.navButton:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

/* Checkbox Styles Start */
input.checkbox,
input.radio {
    display: none !important;
}

input.checkbox+label,
input.radio+label {
    display: inline-block !important;
    line-height: 0.8 !important;
    position: relative !important;
    padding: 7px 26px;
    min-height: 1.3rem !important;
    margin-bottom: 8px;
    padding-top: 3px;
}

input.checkbox+label:hover,
input.radio+label:hover {
    cursor: pointer !important;
}

input.checkbox+label:before,
input.radio+label:before {
    content: "" !important;
    height: 1.3rem !important;
    width: 1.3rem !important;
    position: absolute !important;
    left: 0.2rem !important;
    top: 0rem !important;
    background-repeat: no-repeat !important;
}

input.radio[disabled]+label:before,
input.checkbox[disabled]+label:before {
    opacity: 0.5 !important;
}

input.radio[disabled]+label,
input.checkbox[disabled]+label {
    color: rgba(0, 0, 0, 0.3) !important;
}

input.checkbox:checked+label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMjM3MWE0IiBkPSJNMjAsMjRINGMtMi4yLDAtNC0xLjgtNC00VjRjMC0yLjIsMS44LTQsNC00aDE2YzIuMiwwLDQsMS44LDQsNHYxNkMyNCwyMi4yLDIyLjIsMjQsMjAsMjR6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjAuNiw1LjdjLTAuNS0wLjUtMS4zLTAuNS0xLjgsMEw5LDE1LjVsLTIuNC0zLjJjLTAuNC0wLjYtMS4zLTAuNy0xLjgtMC4yaDBjLTAuNiwwLjQtMC43LDEuMy0wLjIsMS44DQoJbDMuMyw0LjNjMC4xLDAuMiwwLjMsMC4zLDAuNSwwLjRjMCwwLDAsMCwwLDBjMC4xLDAsMC4xLDAsMC4yLDAuMWMwLDAsMCwwLDAuMSwwYzAsMCwwLjEsMCwwLjEsMGMwLDAsMC4xLDAsMC4xLDBjMCwwLDAuMSwwLDAuMSwwDQoJYzAuMSwwLDAuMSwwLDAuMiwwYzAsMCwwLDAsMC4xLDBjMC4xLDAsMC4xLDAsMC4yLTAuMWMwLDAsMCwwLDAsMGMwLjEtMC4xLDAuMy0wLjEsMC40LTAuMkwyMC42LDcuNUMyMS4xLDcsMjEuMSw2LjIsMjAuNiw1Ljd6Ii8+DQo8L3N2Zz4=) !important;
}

input.checkbox+label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8ZyBvcGFjaXR5PSIwLjQ4Ij4NCgkJPHBhdGggZmlsbD0iIzIzNzFhNCIgZD0iTTIwLDBINEMxLjgsMCwwLDEuOCwwLDR2MTZjMCwyLjIsMS44LDQsNCw0aDE2YzIuMiwwLDQtMS44LDQtNFY0QzI0LDEuOCwyMi4yLDAsMjAsMHogTTIxLDE5DQoJCQljMCwxLjEtMC45LDItMiwySDVjLTEuMSwwLTItMC45LTItMlY1YzAtMS4xLDAuOS0yLDItMmgxNGMxLjEsMCwyLDAuOSwyLDJWMTl6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
}

input.radio:checked+label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBvcGFjaXR5PSIwLjQ4IiBmaWxsPSIjMjM3MWE0IiBkPSJNMTIsMEM1LjQsMCwwLDUuNCwwLDEyYzAsNi42LDUuNCwxMiwxMiwxMnMxMi01LjQsMTItMTJDMjQsNS40LDE4LjYsMCwxMiwweiBNMTIsMjINCgkJQzYuNSwyMiwyLDE3LjUsMiwxMkMyLDYuNSw2LjUsMiwxMiwyczEwLDQuNSwxMCwxMEMyMiwxNy41LDE3LjUsMjIsMTIsMjJ6Ii8+DQo8L2c+DQo8Y2lyY2xlIGZpbGw9IiMyMzcxYTQiIGN4PSIxMiIgY3k9IjEyIiByPSI4Ii8+DQo8L3N2Zz4=) !important;
}

input.radio+label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIG9wYWNpdHk9IjAuNDgiIGZpbGw9IiMyMzcxYTQiIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPg0KPC9zdmc+) !important;
}

/* Checkbox Styles End */
div.radio-horiz fieldset span.de_cols_1 {
    display: inline-block;
    clear: none;
    float: left;
}

div.panel-default {
    border: none;
}

.tab-content {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    background: #f1f3f5;
}

div.file-upload label {
    width: auto !important;
    margin-right: 0px !important;
}

div.file-upload input {
    max-width: 86%;
    width: 100%;
}

div.file-upload legend {
    float: left;
    font-size: 14px;
    border: none;
    margin-right: 10px;
    width: 20%;
}

div.file-upload div.form-group {
    margin-bottom: 0px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea: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);
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

textarea {
    height: auto;
}

input[type="submit"] {
    color: #fff;
    background-color: #27ae60;
    border-color: #239854;
}

input[type="submit"]:hover {
    background-color: #2ecc71;
    border-color: #239854;
    color: #fff;
}

@media (min-width:240px) and (max-width:600px) {
    body {
        padding-top: 0px;
    }

    .navbar {
        position: relative !important;
    }

    #header {
        min-height: 100px;
        position: relative;
    }

    #header div.container {
        position: relative;
        min-height: auto;
    }

    div.header-logo {
        width: 100% !important;
        text-align: center !important;
    }

    #header div.header-logo img {
        min-height: 92px !important;
        height: 92px !important;
    }

    div.event-title {
        position: relative !important;
        text-align: center !important;
        padding: 0px !important;
        width: auto !important;
    }

    div.event-title h1 {
        margin: 0px !important;
        font-size: 19px !important;
        line-height: 31px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
    }

    #content-middle,
    #content-left,
    #content-right {
        padding: 0px;
    }

    div.field div.form-group label,
    div.field div.form-group div {
        width: 100%;
        float: none;
    }

    .panel-default {
        border: none;
    }

    .panel-body {
        border: none;
        padding: 7px;
    }

    a.navbar-brand {
        text-align: left;
        display: block !important;
        width: 100%;
        float: left;
        position: absolute;
        border-radius: 4px 4px 0 0;
        background: #2371a4;
    }

    nav.navbar {
        bottom: 0px;
        position: absolute;
        width: 100%;
        margin-bottom: 0px;
    }

    .navbar-nav {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 0 !important;
        background: transparent;
    }

    div.radio-horiz fieldset span.de_cols_1 {
        display: block !important;
        clear: both !important;
        float: none !important;
    }

    div.file-upload label {
        width: 17% !important;
    }

    div.file-upload input {
        max-width: 100% !important;
        width: 100%;
    }

    .navbar-header {
        margin-top: 0px;
    }
}

div.field-summary {
    height: auto;
}

input[type="checkbox"],
input[type="radio"]{
    float: left;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
    width: 90%;
    float: left;
}

fieldset {
    margin: 15px;
}

fieldset div.de_fieldset {
    margin-left: 2%;
}

fieldset div.de_fieldset {
    width: 75%;
    margin-left: 2px;
}

select,
textarea {
    width: 100% !important;
    height: inherit;
}

#content-middle .panel-default .panel-header {
    display: none;
}

div.field div.form-group label {
    padding-left: 2%;
}

div.field div.form-group div {
    width: 74%;
}

.form-group {
    margin-bottom: 0px;
    height: 100%;
    overflow: hidden;
}

#content-middle div.panel div.panel-heading {
    display: none;
}

#menu {
    width: 1170px;
    margin: 0px auto;
}

#content-middle div.alert-success {
    background: transparent;
    border: none;
}

#content-middle .tab-content div.panel-default {
    background: transparent;
}

.small,
small {
    font-size: inherit !important;
}

#register,
#returning,
#button input.navButton,
a.btn-primary,
#paybtn,
a.btn-agenda {
    padding: 14px 24px;
    display: inline-block;
    background: #001f4d;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    margin: 7px 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 600;
    border: 1px solid #001532;
}

#register:hover,
#returning:hover,
#button input.navButton:hover,
a.btn-primary:hover,
#paybtn:hover,
#register:focus,
#returning:focus,
#button input.navButton:focus,
a.btn-primary:focus,
#paybtn:focus,
a.btn-agenda:hover,
a.btn-agenda:focus {
    background: #001532;
    color: #ffffff;
    border-radius: 0px;
    border-color: #001532;
}

#register:after,
#register:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    margin-left: 10px;
    font-size: 18px;
}

#returning:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f100";
    margin-right: 10px;
    font-size: 18px;
}
#register, #returning{
    z-index: 1 !important;
}
#addAdt {
    padding: 14px 24px;
    margin: 7px 15px;
}

div.field {
    width: 97%;
}

div.field div.form-group label {
    width: 24%;
}

#content-middle {
    background: #f1f3f5;
    padding: 15px 0px;
}

div.pageinfo {
    background: none;
    padding: 10px;
    border: none;
    border-bottom: none;
    font-size: 16px;
    color: #276193;
    font-weight: 400;
}

div.pageinfo strong {
    font-weight: 400;
}

#showRegistrant div.panel-heading {
    display: block !important;
}

div.col-sm-9 div.panel div.panel-body,
div.col-sm-9 div.panel #fields {
    padding-top: 0px;
}

span.de_fee {
    float: right !important;
}

textarea {
    height: 150px;
}

div.thanks p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
}

#rhome {
    margin-bottom: 27px;
}

a,
a:active {
    color: #002A5C;
    text-decoration: none;
}

a:visited,
a:focus {
    color: #001f4d;
    text-decoration: underline;
}

div.field-summary span.field-title {
    background: none;
    width: auto;
    display: inherit;
    font-weight: inherit;
    font-size: inherit;
    margin: inherit;
    padding: inherit;
    border: inherit;
    float: left;
}

h3 span.field-title {
    color: #001f4d;
}

div.event-title h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
}

#header div.menu-main {
    margin-top: 10px;
    display: block;
    height: 100%;
    overflow: hidden;
}

#header div.menu-main ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

#header div.menu-main ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}


a,
a:active,
a:visited {
    color: #001f4d;
}

a:hover,
a:focus {
    color: #222222;
}

#header div.menu-main ul li a,
#header div.menu-main ul li a:active,
#header div.menu-main ul li a:visited {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #002a5c;
}

#header div.menu-main ul ul li a:hover,
#header div.menu-main ul ul li a:focus {
    text-decoration: underline !important;
    color: #222222;
}

#header div.title-bg {
    background: #ffffff;
    padding: 18px;
    text-align: right;
}

#header div.title-bg h1 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 64px;
    margin: 0 0 9px 0;
    font-weight: 900;
    line-height: 60px;
    color: #001f4d;
}

#header div.title-bg h3 {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #001f4d;
    font-weight: 300;
    margin-bottom: 10px;
}

#header div.abstract-bg {
    background: url(../../../../images/UHN/ehpic-2019-abstract-art.jpg) no-repeat right center / cover;
    height: 236px;
}

div.pageinfo,
#breadcrumb {
    background: #001f4d;

    color: #ffffff;
    /*text-transform: uppercase;*/
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

#breadcrumb {
    padding: 25px;
    display: none;
}

div.pageinfo {
    padding: 0px;
}

div.pageinfo strong {
    font-weight: 300;
}

p.information {
    display: none;
}

div.panel-body div.col-sm-9,
#singleTab .col-sm-9 {
    background: transparent;
}

div.panel-body div.col-sm-3,
div.panel-body div.row {
    background: transparent;
}

.panel-default div.panel-body {
    padding-top: 3px;
}

#singleTab {}

#singleTab div.row {

    margin-right: 0px;
    margin-left: 0px;
}

#singleTab div.row div.col-sm-9 {
    background: #f1f3f5;
}

#content-middle .tab-content div.panel-default {
    background: transparent;
}

div.col-sm-9 div.panel div.panel-body,
div.col-sm-9 div.panel #fields {
    padding-top: 0px;
}

#fields {
    background: transparent;
}

#singleTab div.row div.col-sm-3 {}

#regForm div.tab-content {
    background: transparent;
    border: none;
    padding: 10px 0px;
    padding-top: 0px;
}

#singleTab div.row.grid.span8.panel-body {
    background: #f1f3f5;
}

div.review div.field-summary {
    background: transparent !important;
}

div.watermark {
    position: absolute;
    z-index: 1;
    background: url(../../../../images/UHN/EHPIC-water-mark-v2.png) no-repeat center center / contain;
    width: 100%;
    height: 75%;
    top: 25px;
}

div.welcome-text {
    position: relative;
    z-index: 2;
}

#register,
#returning {
    position: relative;
    z-index: 3;
}

div.editpagenote,
div.review .pageinfo {
    display: none;
}

h4,
.h4 {
    font-size: 18px;
    color: #2371a4;
    font-weight: 600;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    margin-top: 20px;
}

ul.list-items {
    margin: inherit;
    padding: inherit;
    list-style: disc;
    margin-left: 2%;
}

ol.list-items {
    margin: inherit;
    padding: inherit;
    list-style: decimal;
    margin-left: 2%;
}

ul.list-items li {
    margin: inherit;
    list-style: disc;
}

ol.list-items li {
    margin: inherit;
    list-style: decimal;
}

div.modal-header h4 {
    border-bottom: 0px;
}

#rhome {
    color: #ffffff !important;
}

#modalTitle {
    display: inline;
}

.navbar-nav>li>a {
    border-bottom: 3px solid transparent;
}

.navbar-nav>li>a:focus {
    outline: none;
    border-bottom: none;
}

.navbar-nav>li>a:hover {
    text-decoration: none;
    border-bottom: none;
}

.navbar-nav>li.active>a {
    background-color: transparent;
    text-decoration: none;
    border-bottom: none;
}

h2 {
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    margin: 22px 10px 5px 10px;
}

h3 {
    font-size: 22px;
    line-height: normal;
    margin: 0px;
    color: #031940;
    padding: 0px;
}
.col-sm-3 h3{
    font-size:18px;
}

/*
legend{
    border-bottom: 1px solid #002f65;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #002f65;
    padding: 5px 0px;
}
*/
div.field h3 {
    margin-bottom: 0px;
    line-height: normal;
    font-size: 19px;
}

a.details {
    display: table;
    width: auto;
    height: auto;
    padding: 3px 5px;
    background: rgba(1, 163, 164, 0.6);
    border: 1px solid #01a3a4;
    color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    transition: .5s ease;
}

a.details:hover,
a.details:focus {
    background: rgba(1, 163, 164, 1);
}

div.form-group fieldset div.de_fieldset span.de_cols_1 label span.de_fee {
    float: right !important;
    font-weight: bold;
}

form[name="returningRegForm"] {
    border: none;
    background: #f1f3f5;
}

form[name="returningRegForm"] div.form-group.row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 12px;
    background: #f1f3f5;
    border: none;
    width: 64%;
    padding-bottom: 0px;
}

form[name="returningRegForm"] div.form-group.row label {
    padding-left: 1px;
    width: 100%;
    font-weight: 400;
}

form[name="returningRegForm"] #returning {
    margin-top: 25px;
}

.full {
    float: left;
    position: absolute;
    left: 8px;
    color: #c0392b;
}

.help-block {
    margin: 0px;
}

div.modal-header strong strong {
    font-weight: normal !important;
}

div.modal-header strong span {
    display: none;
}

/****************************************
    Colleague Adjustments
****************************************/
div.colleagueFieldHeading {
    width: 24% !important;
    float: left !important;
    padding-left: 28px;
    padding-top: 4px;
}

div.colleagueFieldHeading span {
    display: block;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: inherit;
    margin-top: 10px;
    line-height: normal;
}

div.field div.sortStyle,
div.field div.sortStyle:hover {
    border: none !important;
}

div.field .well {
    margin: 0px;
    background: none;
    width: 76%;
    border: none;
    box-shadow: none;
    float: left;
    padding: 0px;
}

a.addAnotherColleague {
    display: inline-block;
    padding: 6px 14px !important;
    font-size: 14px !important;
    line-height: normal;
    border-radius: 6px;
    background-color: #5cb85c;
    border-color: ;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #4cae4c;
    color: #fff;
    text-transform: uppercase;
}

a.addAnotherColleague:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

div.colleagueBag {
    width: 100% !important;
}

div.colleagueBag p.remainingColleagues {
    display: none;
    margin: 15px 0px;
}

div.colleagueBag ul li {
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0px 10px;
    height: 100%;
    overflow: hidden;
    margin: 5px 0px;
    background: #ffffff;
}

div.colleagueBag ul li a.loadModal {
    font-size: 14px;
    float: left;
    width: 94%;
    max-width: 96%;
    padding: 10px 0px;
}

div.colleagueBag ul li a.colleagueDelete {
    float: right;
    background: #e74c3c;
    color: #ffffff;
    border-radius: 4px;
    padding: 3px 7px;
    border: 1px solid #c0392b;
    margin: 6px 0px;
}

div.colleagueBag ul li a.colleagueDelete:hover {
    background: #c0392b;
}

div.colleague ul li:hover {
    background: #e9ecef;
}

div.colleagueFieldHeading p {
    display: none;
}

p.remainingColleagues {
    margin-top: 0px !important;
    font-weight: bold;
}

form.colleagueForm #fieldContainer p {
    margin: 15px !important;
}

form.colleagueForm p {
    margin: 0px !important;
}

form.colleagueForm p button {
    float: right;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 6px 12px;
    margin-top: 30px;
    margin-left: 9px;
    text-transform: none;
    background: rgba(67, 160, 71, 1.0);
    border-color: rgba(56, 142, 60, 1.0);
    color: #ffffff;
}

form.colleagueForm p button:hover,
form.colleagueForm p button:focus {
    background: rgba(102, 187, 106, 1.0);
    border-color: rgba(56, 142, 60, 1.0);
    color: #ffffff;
}

div.modal-content div.modal-footer button {
    background: rgba(244, 67, 54, 1.0);
    border-color: rgba(211, 47, 47, 1.0);
    color: #ffffff;
}

div.modal-content div.modal-footer button:hover,
div.modal-content div.modal-footer button:focus {
    background: rgba(239, 83, 80, 1.0);
    border-color: rgba(211, 47, 47, 1.0);
    color: #ffffff;
}

section#footer {
    height: 100%;
    overflow: hidden;
}

section#footer .footer {
    width: 1170px;
    margin: 0px auto;
    background: #ffffff;
    color: #333333;
    padding: 4em 2em 2em 2em !important;
    font-size: 14px;
}

#content-middle .panel-default {
    margin: 0px;
}

fieldset legend.left {
    float: left;
    width: 24%;
    display: inline-block;
    font-weight: normal;
    padding-left: 0;
    font-size: inherit;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    /*color: #002A5C;*/
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #efefef;
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:hover {
    color: #efefef;
    background-color: none;
}

nav.navbar a {}

.dropdown-menu>li>a {
    color: #002A5C;
}

.dropdown-menu>li>a:hover {
    text-decoration: underline;
    background: #ffffff;
    color: #002A5C;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #002A5C;
    background-color: transparent;
}

.table-hover {
    background: #ffffff;
    margin: 15px;
    width: 98%;
}

.table-hover thead tr th {
    font-weight: bold;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
}

/************************************************
    Coupon Field / Payment Page
************************************************/
#couponForm {
    width: auto;
    height: 100%;
    overflow: hidden;
    vertical-align: baseline;
}

#couponForm #fieldContainer {
    float: left;
    width: auto;
    clear: none;
    display: inline-block;
}

#couponForm #fieldContainer div.field div.form-group div {
    width: 100% !important;
}

#couponForm input[type="text"] {
    border-radius: 4px 0px 0px 4px;
}

#couponForm div.field-editable {
    width: 100%;
}

#couponForm input[type="submit"] {
    margin-top: 28px;
    border-radius: 0px 4px 4px 0px;
    float: left;
}

#paymentForm {
    display: block;
    clear: both;
}

#month,
#year {
    width: auto !important;
}

/************************************************
      Payment Page
  ************************************************/
#paymentForm label,
#paymentForm #ccInfo,
#paymentForm #bankInfo table,
#paymentForm #manualInfo {
    margin-left: 15px;
}

#paymentForm #billing_container label {
    margin-left: 0px;
}

#paymentForm h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

#paymentForm #infoTable {
    width: 96% !important;
}

#paymentForm #infoTable tr td :nth-of-type(1) {
    width: 200px;
    font-weight: 600;
}

#paymentForm #infoTable tr td :nth-of-type(2) {
    width: 200px;
    font-weight: 600;
}

#paymentForm #infoTable tr td :nth-of-type(2) div.row div.col-xs-5:after {
    content: " / ";
    padding: 0px 12px;
    padding-right: 0;
    font-size: 21px;
    line-height: normal;
}

#paymentForm #infoTable tr td :nth-of-type(2) #month {
    display: inline-block !important;
}

#paymentForm #infoTable tr td :nth-of-type(2) div.col-xs-6 {
    padding-left: 1px;
}

#valid_date,
#valid {
    margin: 0px !important;
    padding: 7px 0px;
}

#billing_body #reg_new #infoContainer div.panel-body,
#billing_body #reg_new #infoContainer div.panel-body #fieldContainer {
    padding-top: 15px;
}

#billing_container #billing_body #infoContainer div.panel-body #fieldContainer div.field {
    margin: 6px 0px;
}

.dropdown-menu {
    box-shadow: 0 6px 9px rgba(0, 0, 0, .10);
    top: 100%;
    border-top: none;
}