/* Reset Styles */
@import url("css/font-import.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

div, nav, header, footer, aside {
    display: block;
}

/* font-family:'DIN Next W01 Regular';
font-family:'DIN Next W01 Italic';
font-family:'DIN Next W01 Medium';
font-family:'DIN Next W01 Bold';
*/
/* General Structure */
body.professionals-site {
    background: #808080;
    text-align: center;
    font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #414042;
    max-width: 1200px;
    margin: auto;
    overflow-x: hidden;
}

strong,
b {
    font-family: 'DIN Next W01 Bold', Helvetica, Arial, 'Sans Serif';
    font-weight: normal;
}

em,
i {
    font-family: 'DIN Next W01 Italic', Helvetica, Arial, 'Sans Serif';
}

input,
select,
textarea {
    font-family: 'DIN Next W01 Regular', Helvetica, Arial, 'Sans Serif';
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

h1 sup,
h2 sup,
h3 sup {
    font-size: 50%;
}

/* Container */

.container {
    display: block;
    margin: auto;
    text-align: left;
    width: 1000px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Links */

a {
    color: #414042;
    text-decoration: none;
}

a:hover {
    color: #222;
}

.nowrap{
	white-space: nowrap;
}

/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* IE < 8 */

/* Top Bar */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#top-bar {
    background: #092737;
}

#top-bar p {
    color: #FFF;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    line-height: 36px;
}

#top-bar .expecting-moms {
    float: right;
    background: #873494 url(images/moms-arrow.png) no-repeat 86% 50%;
    font-size: 15px;
    color: #fff;
    padding: 11px 44px 11px 30px;
    border-radius: 10px;
}

#top-bar .expecting-moms:hover {
    background: #0d76b9 url(images/moms-arrow.png) no-repeat 86% 50%;
}

/* External */

.external-link {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(96, 33, 125, 0.6);
    display: none;
}

.external-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    background: #338fc4;
    width: 590px;
    max-width: 100%;
    padding: 70px 40px;
    box-sizing: border-box;
    text-align: center;
    margin: -295px 0 0 -295px;
    display: none;
}

.external-window h5 {
    color: #fff;
    font-family: 'Avenir LT W01_95 Black1475556';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 38px;
}

.external-window .close {
    width: 28px;
    height: 28px;
    display: block;
    text-indent: -9999999px;
    background: url(images/close.png);
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

.external-window .close:hover {
    opacity: 0.6;
}

.external-window p {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 60px;
}

.external-window .button {
    width: 90px;
    margin-left: 10px;
}

.external-window .button:first-child {
    margin-left: 0;
}

.external-window .button-cancel {
    border: 3px solid #5d3384;
}

/* Site Header */

.mobile-top-nav {
    display: none;
}

#site-header {
    background: #FFF;
    padding: 27px 0 0 0;
    border-bottom: 5px solid #f2a900;
    box-shadow: 0 5px 12px -4px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 10;
}

#site-header .logo {
    float: left;
    display: block;
}

#site-header .logo img {
    width: 195px;
    display: block;
}

#site-header .header-right {
    float: right;
    padding: 6px 0 0 0;
}

#site-header .secondary-nav {
    margin: 0 0 29px 0;
    float: right;
    clear: both;
}

#site-header .secondary-nav li {
    line-height: 28px;
    display: inline-block;
    margin: 0 0 0 10px;
}

#site-header .secondary-nav li a {
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#site-header .secondary-nav li a:hover{
    color: #873494;
}

#site-header .secondary-nav li.nav-expecting a,
#site-header .secondary-nav li.nav-professionals a {
    line-height: 27px;
    background: url(./images/expecting-arrows.png) no-repeat right center #84329b;
    background-size: auto 100%;
    font-size: 12px;
    padding: 2px 32px 0 14px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    color: #FFF;
    text-decoration: none;
    font-family: 'DIN Next W01 Regular';
}

#site-header .secondary-nav li.nav-professionals a {
    background-color: #407ec9;
}

#site-header .secondary-nav li.nav-expecting a:hover,
#site-header .secondary-nav li.nav-professionals a:hover {
    background-color: #333;
}

#site-nav {
    float: right;
    clear: both;
    margin: 0 5px 0 0;
}

#site-nav li {
    display: inline-block;
    margin: 0 0 0 4px;
}

#site-nav li a {
    display: inline-block;
    color: #407ec9;
    font-size: 15px;
    padding: 10px 14px 16px 14px;
}

#site-nav li.current-menu-item a,
#site-nav li a:hover {
    background: #f2a900;
    color: #fff;
}

/* --------------------------------------------------------------------------
------ Font Styles
----------------------------------------------------------------------------*/

.headline-intro {
    color: #f2a900;
    font-size: 30px;
    font-family: 'Avenir LT W01_55 Roman1475520';
}

.headline {
    color: #f2a900;
    font-size: 78px;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
}

.headline2 {
    color: #f2a900;
    font-size: 52px;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
}

.headline2 sup {
    top: -19px;
}

.headline3 {
    color: #f2a900;
    font-size: 40px;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
}

.headline3-white {
    color: #fff;
    font-size: 40px;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
}

.headline4 {
    color: #3fb6e5;
    font-size: 50px;
    font-weight: bold;
}

.headline5 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Avenir LT W01_95 Black1475556';
    font-weight: bold;
    text-transform: uppercase;
}

.headline6 {
    color: #f2a900;
    font-size: 30px;
    font-family: 'Avenir LT W01_95 Black1475556';
    font-weight: bold;
    text-transform: uppercase;
}

.body-bold {
    font-weight: bold;
    line-height: 21px;
}

.subhead {
    color: #3fb6e5;
    font-size: 38px;
    line-height: 34px;
    font-weight: bold;
}

.subhead-white {
    color: #fff;
    font-size: 38px;
    line-height: 39px;
    font-weight: bold;
}

.subhead2 {
    color: #3fb6e5;
    font-size: 25px;
    line-height: 34px;
    font-weight: bold;
}

.subhead2-white {
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    font-weight: bold;
}

.subhead2-white a {
    color: #fff;
}

.subhead3 {
    color: #3fb6e5;
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
}

.subhead4 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
}

.subhead5 {
    color: #3fb6e5;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}

.subhead5-white {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
}

.subhead6 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
------ Buttons
----------------------------------------------------------------------------*/

.button {
    border-radius: 12px;
    border: 3px solid #41b6e5;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.button:hover {
    background: #873494;
    color: #fff;
}

.mobile-only {
    display: none;
}

/* --------------------------------------------------------------------------
------ Backgrounds
----------------------------------------------------------------------------*/

.page-template-page-hcp-challenge-incorrect #page-holder,
#cervidil-results.cervidil-results-container #page-holder,
.page-template-page-hcp-challenge-medium #page-holder,
.correct-answer-container #page-holder {
    background: #338fc4;
}

#page-holder {
    background: url('https://s3.amazonaws.com/uploads.hipchat.com/110475/1178567/81JGA3RqrvsrcCv/background.png') no-repeat fixed;
}

.bg-blue {
    background: -moz-linear-gradient(left, rgba(27, 46, 69, 1) 0%, rgba(32, 117, 168, 0.95) 20%, rgba(27, 46, 69, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(27, 46, 69, 1) 0%, rgba(32, 117, 168, 0.95) 20%, rgba(27, 46, 69, 0.95) 100%);
    background: linear-gradient(to right, rgba(27, 46, 69, 1) 0%, rgba(32, 117, 168, 0.95) 20%, rgba(27, 46, 69, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2e45', endColorstr='#f21b2e45', GradientType=1);
}

.bg-purple {
    background: -moz-linear-gradient(left, rgba(58, 29, 74, 1) 0%, rgba(114, 64, 112, 0.95) 20%, rgba(58, 29, 74, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(58, 29, 74, 1) 0%, rgba(114, 64, 112, 0.95) 20%, rgba(58, 29, 74, 0.95) 100%);
    background: linear-gradient(to right, rgba(58, 29, 74, 1) 0%, rgba(114, 64, 112, 0.95) 20%, rgba(58, 29, 74, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72407a', endColorstr='#3a1d4a', GradientType=1);
}

.bg-purple-reverse {
    background: -moz-linear-gradient(left, rgba(58, 29, 74, 0.95) 0%, rgba(114, 64, 112, 0.95) 100%, rgba(58, 29, 74, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(58, 29, 74, 0.95) 0%, rgba(114, 64, 112, 0.95) 100%, rgba(58, 29, 74, 1) 100%);
    background: linear-gradient(to right, rgba(58, 29, 74, 0.95) 0%, rgba(114, 64, 112, 0.95) 100%, rgba(58, 29, 74, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a1d4a', endColorstr='#72407a', GradientType=1);
}

/* --------------------------------------------------------------------------
------ Common Elements
----------------------------------------------------------------------------*/

.two-column {
    padding-bottom: 50px;
}

.two-column .column {
    float: left;
    width: 48.9%;
    margin-right: 2.2%;
}

.two-column .column.column-left {

}

.two-column .column.column-right {
    margin-right: 0;
}

.cervidil-challenge,
.cervidil-video,
.cervidil-questions {
    background: #338fc4;
    height: 414px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cervidil-video img {
    max-width: 100%;
    height: auto;
}

.cervidil-challenge h3 {
    padding-top: 35px;
    margin-bottom: 35px;
}

.cervidil-challenge img {
    position: relative;
    left: -60px;
}

.cervidil-challenge .inner-content {
    position: absolute;
    right: 35px;
    top: 110px;
    max-width: 178px;
    text-align: left;
}

.cervidil-challenge p {
    margin-bottom: 50px;
}

.video-quiz .column-right {
    float: right;
}

.cervidil-video {
    text-align: left;
}

.cervidil-video h3 {
    padding: 13px 38px;
}

.cervidil-questions {
    height: 500px;
    padding: 27px;
    box-sizing: border-box;
}

.cervidil-questions img {
    float: left;
    width: 230px;
    height: 222px;
}

.cervidil-questions {
    text-align: left;
}

.cervidil-questions .inner-content {
    clear: both;
}

.cervidil-questions .inner-content p {
    max-width: 340px;
    margin-bottom: 17px;
}

.cervidil-questions h3 {
    position: relative;
    top: 36px;
    left: 17px;
}

.cervidil-questions ul {
    margin: 0;
    padding: 0;
}

.cervidil-questions ul li {
    width: 42%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}

.cervidil-questions ul li:nth-child(2n) {
    margin-right: 0;
}

.cervidil-questions .button {
    text-transform: none;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 10px;
}

/* --------------------------------------------------------------------------
------ Site Hero
----------------------------------------------------------------------------*/

.site-hero {
    height: 380px;
}

/* --------------------------------------------------------------------------
------ Home
----------------------------------------------------------------------------*/

.page-template-page-home .site-hero {
    background: #092737 url(images/home-site-hero.jpg) left no-repeat;
}

.page-template-page-home .site-hero .inner-content {
    float: right;
    text-align: center;
    margin-top: 77px;
}

.page-template-page-home .two-column {
    background: #092737;
}





/*


.video-container iframe {
    width: 100%;
    height: auto;
    min-height: 320px;
}

.video-container.large iframe {
    min-height: 560px;
}


.video-container.playing::before {
    background:transparent;
    display:none;
}

.video-container::before {
    content: "";
    z-index: 99;
    background:transparent url(images/playbutton.png);
    height: 104px;
    width: 104px;
    display: block;
    position:absolute;
    top: 45%;
    left: 40%;
}
*/
.newsletter {
    background: #092737;
    padding-top: 58px;
    color: #fff;
    font-size: 14px;
}

.newsletter a {
    color: #fff;
    text-decoration: underline;
}

.newsletter .button {
    background: transparent;
    padding: 12px 25px;
}

.newsletter .button:hover {
    background: #873494;
}

.newsletter .subhead3 {
    margin-bottom: 20px;
}

.newsletter .field-email,
.newsletter .field-speciality {
    float: left;
    width: 48%;
    margin-left: 3%;
}

.newsletter .field-email {
    margin-left: 0;
}

.newsletter form .field {
    margin-bottom: 20px;
}

.newsletter p {
    line-height: 16px;
    margin-bottom: 10px;
}

.newsletter form.signup-form .form-footer .submit {
    float: none;
    text-align: left;
    clear:both;
}

.newsletter form.signup-form .form-footer .submit input {
    display: block;
    float: none;
    clear: both;
    margin-bottom: 16px;
    cursor:pointer;
    
    background:transparent;
}

.newsletter form.signup-form .form-footer .accept input {
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}

.newsletter form.signup-form .form-footer .accept span {
    height: 24px;
    width: 24px;
    border: 2px solid #3fb2e2;
    display: inline-block;
    position: relative;
    top: 11px;
    margin-right: 4px;
}

.newsletter form.signup-form .form-footer .accept span.check-message {
    width: 100%;
    border: 0px;
    height: auto;
    top: -11px;
    left: 40px;
}

.newsletter form.signup-form .form-footer .accept {
    float: left;
    padding: 0;
    text-align: left;
}

.newsletter form.signup-form .form-footer .accept label {
    padding: 0 0 0 0;
    margin: 0 0 36px 0;
}

.newsletter form.signup-form .form-footer .accept [type=checkbox]:checked + span {
    background: transparent;
}

.newsletter form.signup-form .form-footer .accept [type=checkbox] + span:before{
	content: "hello";
    display:block;
    background:transparent;
    color:#41b6e5;
    padding:8px 4px;
    font-size:0px;
    visibility: hidden;
}

.newsletter form.signup-form .form-footer .accept [type=checkbox]:checked + span:before{
    content:"\2713";
    display:block;
    background:transparent;
    color:#41b6e5;
    padding:8px 4px;
    font-size:25px;
    visibility: visible;
}

.signup .newsletter {
    background: transparent;
}

.signup .headline2 {
    font-size: 50px;
    margin-bottom: 40px;
}

.page-template-page-home .two-column {
    padding-bottom: 0;
}

/* --------------------------------------------------------------------------
------ Why
----------------------------------------------------------------------------*/

.page-template-page-hcp-why .site-hero {
    height: 420px;
}

.page-template-page-hcp-why .site-hero .featured-image {
    float: left;
    margin-top: 30px;
    margin-left: 38px;
}

.page-template-page-hcp-why .cervical-ripening .featured-image.size-850 {
    display: none;
}

.page-template-page-hcp-why .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 70px;
    color: #fff;
    margin-right: 141px;
}

.page-template-page-hcp-why .site-hero .inner-content p {
    line-height: 19px;
}

.page-template-page-hcp-why .site-hero h1 {
    margin-bottom: 30px;
}

.page-template-page-hcp-why .site-hero h2 {
    margin-bottom: 17px;
}

.page-template-page-hcp-why .site-hero ul {
    margin-bottom: 27px;
}

.page-template-page-hcp-why .site-hero li {
    margin-bottom: 15px;
}

.page-template-page-hcp-why .site-hero li:before {
    content: '\2022';
    color: #41b6e5;
    margin-right: 4px;
}

.page-template-page-hcp-why .cervical-ripening {
    padding: 58px 0;
    color: #fff;
    height: 754px;
    box-sizing: border-box;
}

.page-template-page-hcp-why .cervical-ripening .container {
    height: 100%;
}

.page-template-page-hcp-why .cervical-ripening h1 {
    margin-bottom: 35px;
}

.page-template-page-hcp-why .cervical-ripening h2 {
    margin-bottom: 20px;
}

.page-template-page-hcp-why .cervical-ripening p {
    line-height: 19px;
    max-width: 400px;
}

.page-template-page-hcp-why .cervical-ripening .featured-image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
}

.page-template-page-hcp-why .cervical-ripening .featured-image img {
    display: block;
    margin: auto;
}

.page-template-page-hcp-why .cervical-ripening h3 {
    margin-bottom: 10px;
}

.page-template-page-hcp-why .cervical-ripening .infused-insert {
    position: absolute;
    right: -10px;
    max-width: 234px;
    top: 137px;
    z-index: 2;
}

.page-template-page-hcp-why .cervical-ripening .controlled-release {
    position: absolute;
    right: 26px;
    max-width: 146px;
    top: 420px;
    z-index: 2;
}

.page-template-page-hcp-why .cervical-ripening .long-tape {
    position: absolute;
    left: 32px;
    max-width: 198px;
    top: 390px;
    text-align: right;
    z-index: 2;
}

.page-template-page-hcp-why .cervical-ripening .button {
    position: absolute;
    bottom: 11px;
    z-index: 2;
    padding: 22px 20px;
}

.page-template-page-hcp-why .safe-effective {
    padding: 40px 0;
    color: #fff;
    height: 580px;
    box-sizing: border-box;
}

.page-template-page-hcp-why .cervidil-video h3 {
    padding: 13px 48px 13px 96px;
}

.page-template-page-hcp-why .cervidil-video {
    height: 500px;
}

.safe-effective-featured .mobile-gold {
    display: none;
    margin-top: 30px;
}

.page-template-page-hcp-why .full-width-block {
    background: #f2a900;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
    color: #3c224f;
    padding: 12px 29px 6px 40px;
    box-sizing: border-box;
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 13px;
    max-width: 92%;
    height: 146px;
}

.page-template-page-hcp-why .full-width-block .number {
    font-size: 141px;
    display: block;
    float: left;
}

.page-template-page-hcp-why .full-width-block .top-line {
    margin-top: 15px;
    float: left;
    display: block;
    font-size: 56px;
}

.page-template-page-hcp-why .full-width-block .bottom-line {
    font-size: 46px;
}

.page-template-page-hcp-why .full-width-block .bottom-line sup {
    font-size: 20px;
    top:-18px;
}

.page-template-page-hcp-why .two-block {
    max-width: 92%;
}

.page-template-page-hcp-why .two-block .left-block {
    background: #f2a900;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
    color: #3c224f;
    padding: 0px 29px 0px 40px;
    box-sizing: border-box;
    font-size: 50px;
    float: left;
    width: 71%;
    height: 186px;
}

.page-template-page-hcp-why .two-block .left-block .rotate {
    float: left;
    display: block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    position: relative;
    top: 55px;
    margin-left: -27px;
}

.page-template-page-hcp-why .two-block .left-block .number {
    font-size: 195px;
    display: block;
    float: left;
    margin-left: -30px;
}

.page-template-page-hcp-why .two-block .left-block .top-line {
    margin-top: 15px;
    float: left;
    display: block;
    font-size: 50px;
}

.page-template-page-hcp-why .two-block .left-block .middle-line {
    font-size: 76px;
}

.page-template-page-hcp-why .two-block .left-block .bottom-line {
    font-size: 38px;
    display: block;
    margin-top: -6px;
}

.page-template-page-hcp-why .two-block .left-block .bottom-line sup {
    font-size: 18px;
    top: -15px;
}

.page-template-page-hcp-why .two-block .right-block {
    background: #f2a900;
    font-family: 'Avenir LT W01_95 Black1475556';
    text-transform: uppercase;
    color: #3c224f;
    padding: 0px 29px 25px 40px;
    box-sizing: border-box;
    font-size: 50px;
    float: left;
    width: 27.5%;
    margin-left: 1.5%;
    height: 186px;
}

.page-template-page-hcp-why .two-block .right-block .number {
    font-size: 115px;
}

.page-template-page-hcp-why .two-block .right-block .number .plus {
    font-size: 71px;
}

.page-template-page-hcp-why .two-block .right-block .top-line {
    font-size: 36px;
    margin-top: -10px;
    display: block;
}

.page-template-page-hcp-why .two-block .right-block .bottom-line {
    font-size: 25px;
    display: block;
    margin-top: 4px;
}

/* --------------------------------------------------------------------------
------ Safety
----------------------------------------------------------------------------*/

.page-template-page-hcp-safety .site-hero {
    height: 456px;
}

.page-template-page-hcp-safety .cervidil-questions p {
    max-width: 485px;
    font-size: 21px;
}

.page-template-page-hcp-safety .site-hero .featured-image {
    float: left;
    margin-top: 25px;
    margin-left: 22px;
}

.page-template-page-hcp-safety .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 80px;
    color: #fff;
    margin-right: 3px;
    width: 50%;
}

.page-template-page-hcp-safety .site-hero .inner-content p {
    line-height: 19px;
}

.page-template-page-hcp-safety .site-hero h1 {
    margin-bottom: 23px;
}

.page-template-page-hcp-safety .site-hero h2 {
    margin-bottom: 27px;
    line-height: 39px;
}

.page-template-page-hcp-safety .site-hero ul {
    margin-bottom: 27px;
}

.page-template-page-hcp-safety .site-hero li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 17px;
}

.page-template-page-hcp-safety .site-hero li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

.page-template-page-hcp-safety .well-tolerated {
    padding: 58px 0;
    height: 700px;
    box-sizing: border-box;
    color: #fff;
}

.page-template-page-hcp-safety .events-wrap .column-left,
.page-template-page-hcp-safety .events-wrap .column-right {
    width: 47%;
    float: left;
}

.page-template-page-hcp-safety .events-wrap .column-left {
    margin-right: 4%;
}

.page-template-page-hcp-safety .events-wrap {
    margin-bottom: 7px;
}

.page-template-page-hcp-safety h1 {
    margin-bottom: 20px;
}

.page-template-page-hcp-safety h2 {
    margin-bottom: 65px;
}

.page-template-page-hcp-safety h3 {
    margin-bottom: 11px;
}

.page-template-page-hcp-safety .events-wrap p {
    line-height: 23px;
    margin-bottom: 17px;
}

.page-template-page-hcp-safety .cervidil-video {
    height: 500px;
}

.page-template-page-hcp-safety .cervidil-video .inner-content {
    max-width: 300px;
    margin-left: 93px;
}

.page-template-page-hcp-safety .cervidil-video .inner-content h3 {
    padding: 56px 0 20px 0;
}

.page-template-page-hcp-safety .cervidil-video .button {
    margin-bottom: 22px;
}

/* --------------------------------------------------------------------------
------ Admin + Dosing
----------------------------------------------------------------------------*/

.pageadmindosing .site-hero {
    height: 378px;
}

.pageadmindosing .site-hero .featured-image {
    float: left;
    margin-top: 29px;
    margin-left: -58px;
}

.pageadmindosing .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 60px;
    color: #fff;
    margin-right: 3px;
    width: 53%;
}

.pageadmindosing .site-hero .inner-content p {
    line-height: 19px;
}

.pageadmindosing .site-hero h1 {
    margin-bottom: 23px;
}

.pageadmindosing .site-hero h2 {
    margin-bottom: 27px;
    line-height: 39px;
}

.pageadmindosing .properly-admin {
    height: 624px;
    padding: 57px 0;
    box-sizing: border-box;
}

.pageadmindosing .properly-admin h1 {
    margin-bottom: 20px;
}

.pageadmindosing .properly-admin .video-wrap {
    background: #338fc4;
    padding: 20px;
}

.pageadmindosing .properly-admin .video,
.pageadmindosing .properly-admin .nav {
    float: left;
}

.pageadmindosing .properly-admin .video {
    width: 72%;
    margin-right: 3%;
}

.pageadmindosing .properly-admin .video iframe {
    width: 100%;
    height: auto;
    min-height: 389px;
}

.pageadmindosing .properly-admin .nav {
    width: 25%;
}

.pageadmindosing .properly-admin .nav .button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
}

.pageadmindosing .properly-admin .nav .button.active {
    background: #813f91;
}

.pageadmindosing .drug-delivery {
    padding: 57px 0;
    box-sizing: border-box;
}

.pageadmindosing .drug-delivery h1 {
    max-width: 900px;
    margin-bottom: 30px;
}

.drug-wrap {
}

.pageadmindosing .drug-wrap .column-left,
.pageadmindosing .drug-wrap .column-right {
    float: left;
    background: #338fc4;
    color: #fff;
    text-align: left;
    height: 638px;
}

.pageadmindosing .drug-wrap .column-left {
    margin-right: 2%;
    width: 49%;
    padding-top: 40px;
    box-sizing: border-box;
}

.pageadmindosing .drug-wrap .step {
    margin-bottom: 30px;
}

.pageadmindosing .drug-wrap .step p {
    line-height: 20px;
    margin-bottom: 20px;
}

.pageadmindosing .drug-wrap .step p:last-child {
    margin-bottom: 0;
}

.pageadmindosing .drug-wrap .featured-image {
    float: left;
    width: 43%;
}

.pageadmindosing .drug-wrap .inner-content {
    float: left;
    width: 51%;
}

.pageadmindosing .drug-wrap .title {
    background: #873494;
    border-radius: 100px;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.pageadmindosing .drug-wrap .column-right {
    width: 41%;
    padding: 35px;
    box-sizing: border-box;
}

.pageadmindosing .drug-wrap .column-right h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.pageadmindosing .drug-wrap .column-right ul {
    max-width: 85%;
}

.pageadmindosing .drug-wrap .column-right li {
    margin-bottom: 3px;
    position: relative;
    line-height: 21px;
    padding-left: 17px;
}

.pageadmindosing .drug-wrap .column-right li:before {
    content: '\2022';
    color: #fff;
    position: absolute;
    left: 0px;
}

.pageadmindosing .just-one-dose {
    height: 562px;
}

.pageadmindosing .just-one-dose .featured-image {
    float: left;
    margin-top: 29px;
    margin-left: -100px;
}

.pageadmindosing .just-one-dose .inner-content {
    float: right;
    text-align: left;
    margin-top: 80px;
    color: #fff;
    margin-right: 3px;
    width: 49%;
}

.pageadmindosing .just-one-dose .inner-content p {
    line-height: 19px;
}

.pageadmindosing .just-one-dose h1 {
    margin-bottom: 23px;
}

.pageadmindosing .just-one-dose h2 {
    margin-bottom: 27px;
    line-height: 39px;
}

.pageadmindosing .just-one-dose li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 17px;
    font-weight: bold;
    line-height: 20px;
}

.pageadmindosing .just-one-dose li span {
    font-size: 16px;
    display: block;
    padding-left: 20px;
    font-weight: normal;
}

.pageadmindosing .just-one-dose li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

.pageadmindosing .removed-in-seconds {
    height: 700px;
}

.pageadmindosing.patientanswers .removed-in-seconds{
    padding-bottom:80px;
}

.pageadmindosing .removed-in-seconds .featured-image {
    float: right;
    margin-top: 109px;
    margin-right: -100px;
    position: absolute;
    right: 0;
}

.pageadmindosing.patientanswers .removed-in-seconds .featured-image {
    margin-top:50px;
}

.pageadmindosing .removed-in-seconds .inner-content {
    float: left;
    text-align: left;
    margin-top: 50px;
    color: #fff;
    width: 64%;
}

.pageadmindosing.patientanswers .removed-in-seconds .inner-content {
    width: 50%;
}

.pageadmindosing.patientanswers .inner-content .brochure{
    float:left;
}

.pageadmindosing.patientanswers .removed-in-seconds ul{
    float:right;
    max-width:350px;

}

.pageadmindosing.patientanswers .button.purple {
    min-width: 277px;
    font-size: 120%;
    padding-left: 110px;
    margin: 20px;
}

.pageadmindosing .removed-in-seconds .inner-content p {
    line-height: 19px;
}

.pageadmindosing .removed-in-seconds h1 {
    margin-bottom: 23px;
}

.pageadmindosing .removed-in-seconds h2 {
    margin-bottom: 27px;
    font-weight: bold;
    line-height: 39px;
}

.pageadmindosing.patientanswers .removed-in-seconds h2 a{
    color:#3fb6e5;
    text-decoration:underline;
}

.pageadmindosing .removed-in-seconds p {
    margin-bottom: 20px;
}

.pageadmindosing .removed-in-seconds p strong {
    font-weight: bold;
}

.pageadmindosing .removed-in-seconds ul {
    margin-bottom: 20px;
    max-width: 448px;
}

.pageadmindosing .removed-in-seconds li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 17px;
    line-height: 20px;
}

.pageadmindosing .removed-in-seconds li span {
    font-size: 16px;
    display: block;
    padding-left: 20px;
    font-weight: normal;
}

.pageadmindosing .removed-in-seconds li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

.pageadmindosing.patientanswers .removed-in-seconds li.nobullet::before {
    content:'' ;
}

.pageadmindosing.patientanswers .removed-in-seconds li.nobullet {
    padding-left: 0;
}

.pageadmindosing .cervidil-questions {
    height: 460px;
}

.pageadmindosing .cervidil-questions .inner-content p {
    max-width: 475px;
    margin-bottom: 38px;
}

.pageadmindosing.patientanswers .cervidil-questions .inner-content p {
    margin-bottom: 10px;
}

.pageadmindosing .cervidil-questions img {
    margin-left: 70px;
}

.pageadmindosing.patientanswers .cervidil-questions img {
    margin-left: 0px;
}

.pageadmindosing .cervidil-questions .inner-content {
    margin-left: 70px;
}

.pageadmindosing.patientanswers .cervidil-questions .inner-content {
    margin-left: 0px;
}

.pageadmindosing .cervidil-questions ul li {
    width: 49%;
}

.pageadmindosing .cervidil-video {
    height: 460px;
}

.pageadmindosing .cervidil-video .inner-content {
    max-width: 360px;
    margin-left: 53px;
}

.pageadmindosing .cervidil-video .inner-content h3 {
    padding: 56px 0 20px 0;
}

.pageadmindosing .cervidil-video .button {
    margin-bottom: 22px;
}

/* --------------------------------------------------------------------------
------ Efficacy
----------------------------------------------------------------------------*/

.page-template-page-hcp-efficacy .site-hero {
    height: 814px;
}

.page-template-page-hcp-efficacy .site-hero .featured-image {
    float: left;
    margin-top: 50px;
    margin-left: -89px;
}

.page-template-page-hcp-efficacy .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 80px;
    color: #fff;
    margin-right: 0;
    width: 638px;
}

.page-template-page-hcp-efficacy .site-hero .inner-content p {
    line-height: 19px;
}

.page-template-page-hcp-efficacy .site-hero .inner-content p.disclaimer {
    font-size: 15px;
    margin-top: 20px;
}

.page-template-page-hcp-efficacy .site-hero .inner-content h1 {
    margin-bottom: 25px;
}

.page-template-page-hcp-efficacy .site-hero .inner-content .subhead {
    line-height: 39px;
    margin-bottom: 24px;
}

.page-template-page-hcp-efficacy .site-hero .inner-content .efficacy-chart {
    display: block;
    margin: 24px 0;
}

.page-template-page-hcp-efficacy .site-hero .inner-content .efficacy-chart.efficacy-chart-mobile {
    display: none;
}

.page-template-page-hcp-efficacy .effective-ripen {
    padding: 58px 0;
    height: 754px;
    box-sizing: border-box;
}

.page-template-page-hcp-efficacy .effective-ripen h1 {
    text-align: center;
    margin-bottom: 23px;
}

.page-template-page-hcp-efficacy .effective-ripen .chart-wrap {
    margin-bottom: 28px;
}

.page-template-page-hcp-efficacy .effective-ripen .chart-wrap img {
    max-width: 48%;
}

.page-template-page-hcp-efficacy .effective-ripen .chart-wrap img:first-child {
    margin-right: 3%;
}

.page-template-page-hcp-efficacy .effective-ripen .legend {
    max-width: 270px;
    float: right;
}

.page-template-page-hcp-efficacy .effective-ripen .inner-content {
    font-size: 14px;
    color: #fff;
    clear: both;
    margin-top: 91px;
    line-height: 18px;
}

.page-template-page-hcp-efficacy .effective-ripen .inner-content .title {
    font-size: 22px;
    color: #3fb6e5;
    margin-bottom: 32px;
}

.page-template-page-hcp-efficacy .shorter-median {
    padding: 58px 0;
    height: 648px;
    box-sizing: border-box;
}

.page-template-page-hcp-efficacy .reduced-median {
    padding: 58px 0;
    height: 628px;
    box-sizing: border-box;
}

.page-template-page-hcp-efficacy .shorter-median h1,
.page-template-page-hcp-efficacy .reduced-median h1 {
    text-align: center;
    margin-bottom: 23px;
}

.page-template-page-hcp-efficacy .shorter-median .chart-wrap,
.page-template-page-hcp-efficacy .reduced-median .chart-wrap {
    margin-bottom: 28px;
    width: 71%;
    margin-right: 3%;
    float: left;
}

.page-template-page-hcp-efficacy .shorter-median .chart-wrap img,
.page-template-page-hcp-efficacy .reduced-median .chart-wrap img {
    max-width: 48%;
}

.page-template-page-hcp-efficacy .shorter-median .chart-wrap img:first-child,
.page-template-page-hcp-efficacy .reduced-median .chart-wrap img:first-child {
    margin-right: 3%;
}

.page-template-page-hcp-efficacy .shorter-median .inner-content,
.page-template-page-hcp-efficacy .reduced-median .inner-content {
    color: #fff;
    margin-top: 0px;
    line-height: 23px;
    float: left;
    width: 26%;
}

.page-template-page-hcp-efficacy .shorter-median .inner-content .title,
.page-template-page-hcp-efficacy .reduced-median .inner-content .title {
    font-size: 22px;
    color: #3fb6e5;
    margin-bottom: 11px;
    line-height: 23px;
}

.page-template-page-hcp-efficacy .shorter-median .inner-content ul,
.page-template-page-hcp-efficacy .reduced-median .inner-content ul {
    margin-bottom: 27px;
}

.page-template-page-hcp-efficacy .shorter-median .inner-content li,
.page-template-page-hcp-efficacy .reduced-median .inner-content li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    line-height: 24px;
}

.page-template-page-hcp-efficacy .shorter-median .inner-content li:before,
.page-template-page-hcp-efficacy .reduced-median .inner-content li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

.page-template-page-hcp-efficacy .shorter-median .legend,
.page-template-page-hcp-efficacy .reduced-median .legend {
    max-width: 270px;
}

.page-template-page-hcp-efficacy .cervidil-video {
    height: 500px;
}

.page-template-page-hcp-efficacy .cervidil-video .title {
    padding: 44px 122px 10px 52px;
}

.page-template-page-hcp-efficacy .cervidil-video .button {
    margin-left: 92px;
}

.page-template-page-hcp-efficacy .cervidil-questions .inner-content p {
    max-width: 370px;
}

/* --------------------------------------------------------------------------
------ Practice Resources
----------------------------------------------------------------------------*/

.page-template-page-hcp-resources .practice-resources {
    color: #fff;
    padding: 86px 0 50px 0;
}

.page-template-page-hcp-resources .practice-resources h1 {
    margin-bottom: 28px;
}

.page-template-page-hcp-resources .practice-resources h3 {
    margin: 41px 0 15px 0;
}

.page-template-page-hcp-resources .practice-resources .button,
.pageadmindosing.patientanswers .button{
    text-transform: none;
    padding: 19px 17px;
    padding-left: 60px;
    position: relative;
}

.page-template-page-hcp-resources .practice-resources .button.purple,
.pageadmindosing.patientanswers .button.purple{
    background:#814294;
}

.page-template-page-hcp-resources .practice-resources .button.purple:hover,
.pageadmindosing.patientanswers .button.purple:hover{
    background:#f2a900;
}

.page-template-page-hcp-resources .practice-resources .button.patient-guide{
    margin-left:20px;
}

@media screen and (min-width: 1000px){
	.page-template-page-hcp-resources .practice-resources .button.patient-guide{
	    min-width:365px;
	}
}

.page-template-page-hcp-resources .practice-resources .button span,
.pageadmindosing.patientanswers .button span{
    display: inline-block;
    width: 25px;
    height: 36px;
    background: url(images/file.png) no-repeat;
    text-indent: -99999px;
    position: absolute;
    top: 10px;
    left: 17px;
}

.page-template-page-hcp-resources .practice-resources ul {
    margin-bottom: 27px;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.page-template-page-hcp-resources .practice-resources ul a {
    color: #fff;
}

.page-template-page-hcp-resources .practice-resources ul a:hover {
    text-decoration: underline;
}

.page-template-page-hcp-resources .practice-resources li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 17px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.page-template-page-hcp-resources .practice-resources li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

.page-template-page-hcp-resources .practice-resources table {
    background: #48b7e2;
    border-radius: 10px;
    width: 99%;
    padding: 20px;
    box-sizing: border-box;
    color: #1c2e44;
    margin-top: 20px;
}

.resources-table-mobile {
    display: none;
}

.page-template-page-hcp-resources .practice-resources table .titles td {
    text-align: center;
    font-size: 18px;
}

.page-template-page-hcp-resources .practice-resources table td:first-child {
    border-left: 0;
}

.page-template-page-hcp-resources .practice-resources table td.underline {
    text-decoration: underline;
}

.page-template-page-hcp-resources .practice-resources table td {
    padding: 17px 0;
    font-weight: bold;
}

.page-template-page-hcp-resources .practice-resources table td {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-left: 10px;
    font-size: 16px;
}

.page-template-page-hcp-resources .practice-resources table tr:first-child td {
    padding-top: 0;
}

.page-template-page-hcp-resources .practice-resources table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.page-template-page-hcp-resources .cervidil-video {
    height: 500px;
}

.page-template-page-hcp-resources .cervidil-questions .inner-content p {
    max-width: 500px;
}

/* --------------------------------------------------------------------------
------ Challenge: Almost There
----------------------------------------------------------------------------*/

#cervidil-register.cervidil-register-container .site-hero {
    background: #338fc4;
    height: 570px;
}

#cervidil-register.cervidil-register-container .inner-content {
    text-align: left;
    margin-top: 43px;
    color: #fff;
    margin-left: -100px;
    width: 587px;
    background: #1c557f;
    border-radius: 0px 10px 10px 0px;
    padding: 36px 38px 30px 100px;
    box-sizing: border-box;
    float: left;
}

#cervidil-register.cervidil-register-container .inner-content h2 {
    line-height: 45px;
    margin-bottom: 23px;
}

#cervidil-register.cervidil-register-container .inner-content h2 span,
#cervidil-register.cervidil-register-container .inner-content h2 a {
    text-transform: none;
    color: #f2a900;
    text-decoration: none;
}

#cervidil-register.cervidil-register-container .inner-content h2 a:hover,
#cervidil-register.cervidil-register-container .inner-content h2 a.view-results {
    color: #f2a900;
    cursor: pointer;
    text-decoration: underline;
}

#cervidil-register.cervidil-register-container .inner-content h2 a.view-results:hover {
    text-decoration: none;
    cursor: pointer;
}

#cervidil-register.cervidil-register-container .inner-content h3 {
    max-width: 390px;
}

#cervidil-register.cervidil-register-container .newsletter {
    background: transparent;
    float: right;
    width: 487px;
    padding-top: 34px;
    font-size: 12px;
}

#cervidil-register.cervidil-register-container .newsletter p {
    line-height: 12px;
}

#cervidil-register.cervidil-register-container .newsletter h3 {
    margin-bottom: 10px;
}

#cervidil-register.cervidil-register-container .newsletter .field-email,
#cervidil-register.cervidil-register-container .newsletter .field-speciality {
    float: left;
    width: 100%;
    margin-left: 0;
}

#cervidil-register.cervidil-register-container .newsletter form .field {
    margin-bottom: 10px;
}

#cervidil-register.cervidil-register-container .newsletter form.signup-form .form-footer .submit {
    float: right;
    text-align: right;
}

#cervidil-register.cervidil-register-container .newsletter form.signup-form .form-footer .submit input {
    margin-bottom: 8px;
}

/* --------------------------------------------------------------------------
------ Challenge: Your Answer Correct
----------------------------------------------------------------------------*/

#cervidil-correct-answer {
    display: none;
}

.correct-answer-container .site-hero {
    background: #338fc4;
    height: 490px;
}

.correct-answer-container .site-hero .featured-image {
    float: left;
    margin-top: 65px;
    margin-left: 0px;
}

.correct-answer-container .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 43px;
    color: #fff;
    margin-right: -100px;
    width: 820px;
    background: #1c557f;
    border-radius: 10px 0 0 10px;
    padding: 36px 38px 30px 38px;
    box-sizing: border-box;
}

.correct-answer-container .site-hero .inner-content h1 {
    margin-bottom: 31px;
}

.correct-answer-container .site-hero .inner-content h2 {
    margin-bottom: 68px;
    max-width: 700px;
}

.correct-answer-container .site-hero .inner-content h3 {
    margin-bottom: 10px;
}

.correct-answer-container .site-hero .inner-content .button {
    padding: 13px 16px;
    border: 0;
    background: #873494;
}

.correct-answer-container .see-everything {
    background: #0e5986;
    padding: 40px 48px;
    color: #fff;
    box-sizing: border-box;
}

.correct-answer-container .see-everything h1 {
    margin-bottom: 35px;
}


.see-everything .video-container.fullscreen {
    width:100%;
    height: auto;
}

.see-everything .video-container.fullscreen iframe{
    width:100%;
    /*height:auto;
    min-height:560px;*/
}
    /* --------------------------------------------------------------------------
    ------ Product Video
    ----------------------------------------------------------------------------*/

.page-template-page-hcp-challenge-product-video .see-everything {
    padding: 85px 48px 40px 48px;
    color: #fff;
    box-sizing: border-box;
}

.page-template-page-hcp-challenge-product-video .see-everything h1 {
    margin-bottom: 70px;
}

.page-template-page-hcp-challenge-product-video .cervidil-video {
    height: 500px;
}

.page-template-page-hcp-challenge-product-video .cervidil-video .title {
    padding: 44px 122px 10px 52px;
}

.page-template-page-hcp-challenge-product-video .cervidil-video .button {
    margin-left: 92px;
}

.page-template-page-hcp-challenge-product-video .cervidil-questions .inner-content p {
    max-width: 450px;
}

/* --------------------------------------------------------------------------
------ Download
----------------------------------------------------------------------------*/

.page-template-page-hcp-download .keep-control {
    padding: 85px 48px 40px 48px;
    color: #fff;
    box-sizing: border-box;
}

.page-template-page-hcp-download .keep-control h1 {
    margin-bottom: 20px;
}

.page-template-page-hcp-download .keep-control h2 {
    margin-bottom: 70px;
    line-height: 39px;
}

.page-template-page-hcp-download .keep-control p {
    margin-bottom: 33px;
}

.page-template-page-hcp-download .keep-control a {
    color: #fff;
    text-decoration: underline;
}

.page-template-page-hcp-download .keep-control a.button {
    text-decoration: none;
    position: relative;
    text-align: center;
    padding: 16px 106px 14px 125px;
    text-transform: none;
    font-size: 23px;
    border-radius: 7px;
}

.page-template-page-hcp-download .keep-control a.button.last-button {
    margin-left: 24px;
}

.page-template-page-hcp-download .keep-control a.button span {
    display: inline-block;
    width: 35px;
    height: 50px;
    background: url(images/file-lg.png) no-repeat;
    text-indent: -99999px;
    position: absolute;
    top: 12px;
    left: 25px;
}

.page-template-page-hcp-download .cervidil-questions .inner-content p {
    max-width: 450px;
}

.page-template-page-hcp-download .cervidil-video {
    height: 500px;
}

.page-template-page-hcp-download .cervidil-video h3 {
    padding: 53px 38px 20px 96px;
    max-width: 340px;
}

/* --------------------------------------------------------------------------
------ ISI
----------------------------------------------------------------------------*/

.page-template-page-hcp-isi .isi {
    padding: 85px 48px 40px 48px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}

.page-template-page-hcp-isi .isi p {
    margin-bottom: 10px;
}

.page-template-page-hcp-isi .isi p.margin-bottom-36 {
    margin-bottom: 36px;
}

.page-template-page-hcp-isi .isi a {
    color: #fff;
    text-decoration: underline;
}

.page-template-page-hcp-isi .isi h1 {
    margin-bottom: 67px;
}

.page-template-page-hcp-isi .isi h4 {

}

.page-template-page-hcp-isi .isi ul {
    margin-bottom: 36px;
}

.page-template-page-hcp-isi .isi li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
}

.page-template-page-hcp-isi .isi li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

.isi-header {
    font-size: 18px;
    font-weight: bold;
    color: #3fb6e5;
    margin-bottom: 10px;
}

.isi-text {
    font-size: 18px;
    color: #fff;
}

/* --------------------------------------------------------------------------
------ References
----------------------------------------------------------------------------*/

.page-template-page-hcp-references .references {
    background: #572f67;
    padding: 85px 48px 40px 48px;
    color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
}

.page-template-page-hcp-references .references a {
    color: #fff;
    text-decoration: underline;
}

.page-template-page-hcp-references .references h1 {
    margin-bottom: 67px;
}

.page-template-page-hcp-references .references ol {
    margin-left: 25px;
}

.page-template-page-hcp-references .references ol li {
    list-style-type: decimal;
    margin-bottom: 25px;
    line-height: 30px;
}

/* --------------------------------------------------------------------------
------ Site Map
----------------------------------------------------------------------------*/

.page-template-page-hcp-sitemap .site-map {
    padding: 85px 48px 40px 48px;
    color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
}

.page-template-page-hcp-sitemap .site-map a {
    color: #fff;
}

.page-template-page-hcp-sitemap .site-map h1 {
    margin-bottom: 67px;
}

.page-template-page-hcp-sitemap .site-map ul {
    margin-left: 25px;
    float: left;
    width: 466px;
}

.page-template-page-hcp-sitemap .site-map ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    line-height: 24px;
}

/* --------------------------------------------------------------------------
------ Thanks
----------------------------------------------------------------------------*/

.page-template-page-hcp-thanks .thanks {
    padding: 85px 48px 112px 48px;
    color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
}

.page-template-page-hcp-thanks .thanks a {
    color: #fff;
}

.page-template-page-hcp-thanks .thanks h1 {
    margin-bottom: 35px;
}

.page-template-page-hcp-thanks .cervidil-challenge .inner-content {
    max-width: 178px;
}

.page-template-page-hcp-thanks .cervidil-video h3 {
    /*font-size: 30px;
    line-height: 29px;*/
}

/* --------------------------------------------------------------------------
------ Challenge: 0
----------------------------------------------------------------------------*/

#cervidil-section-intro.cervidil-intro .site-hero {
    background: #338fc4;
    height: 490px;
}

#cervidil-section-intro.cervidil-intro .site-hero .featured-image {
    float: left;
    margin-top: 40px;
    margin-left: 0px;
    width: 390px;
}

#cervidil-section-intro.cervidil-intro .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 43px;
    color: #fff;
    margin-right: -100px;
    width: 602px;
    background: #1c557f;
    border-radius: 10px 0 0 10px;
    padding: 40px 54px;
    box-sizing: border-box;
}

#cervidil-section-intro.cervidil-intro .site-hero .inner-content h1 {
    margin-bottom: 25px;
    max-width: 420px;
}

#cervidil-section-intro.cervidil-intro .site-hero .inner-content h2 {
    margin-bottom: 25px;
}

#cervidil-section-intro.cervidil-intro .site-hero .inner-content .button {
    padding: 13px 26px;
}

/* --------------------------------------------------------------------------
------ Challenge: 1+
----------------------------------------------------------------------------*/

.cervidil-question,
.cervidil-register-container,
.cervidil-results-container {
    display: none;
}

.cervidil-quiz-container .site-hero {
    background: #338fc4;
    height: inherit;
    padding-bottom:40px;
}

.cervidil-quiz-container.results .site-hero {
    height: 100%;
}

.cervidil-quiz-container .site-hero .featured-image {
    float: left;
    margin-top: 40px;
    margin-left: -30px;
    text-align: center;
}

.cervidil-quiz-container .site-hero .featured-image img {
    display: block;
    margin-bottom: 22px;
}

.cervidil-quiz-container .site-hero .featured-image .mobile-right {
    display: none;
}

.cervidil-quiz-container .site-hero .inner-content {
    float: right;
    text-align: left;
    margin-top: 43px;
    color: #fff;
    margin-right: -100px;
    width: 820px;
    background: #1c557f;
    border-radius: 10px 0 0 10px;
    padding: 26px 39px;
    box-sizing: border-box;
    min-height: 374px;
}

.cervidil-quiz-container .site-hero .inner-content h2 {
    margin-bottom: 52px;
    max-width: 680px;
}

.challenge-buttons li {
    width: 45%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}

.challenge-buttons li a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.challenge-buttons li .button {
    padding: 17px 2px;
    text-transform: none;
    color: #fff;
    font-size: 25px;
}

/* --------------------------------------------------------------------------
------ Challenge: Correct
----------------------------------------------------------------------------*/

#cervidil-results.cervidil-results-container .site-hero {
    background: #338fc4;
    height: auto;
    margin-bottom: 60px;
}

#cervidil-results.cervidil-results-container .site-hero .inner-content {
    text-align: center;
    margin-top: 0;
    color: #fff;
    margin-right: 0;
    width: 100%;
    background: #1c557f;
    border-radius: 10px;
    padding: 45px 0 30px 0;
    box-sizing: border-box;
    position: relative;
    top: 40px;
}

#cervidil-results.cervidil-results-container .site-hero .inner-content h1 {
    margin-bottom: 25px;
}

#cervidil-results.cervidil-results-container .site-hero .inner-content h2 {
    margin-bottom: 88px;
    max-width: 100%;
}

#cervidil-results.cervidil-results-container .site-hero .inner-content h2 img {
    max-width: 170px;
    margin-bottom: -80px;
}

#cervidil-results.cervidil-results-container .site-hero .inner-content .result-heading-1,
#cervidil-results.cervidil-results-container .site-hero .inner-content .result-heading-7 {
    display: none;
}

.answer-table {
    background: #338fc4;
}

.answer-table.answer-table-mobile {
    display: none;
}

.answer-table table {
    background: #3fb1e1;
}

.answer-table table td {
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 50%;
    vertical-align: top;
}

.answer-table table td:first-child {
    border-left: 0;
}

.answer-table table tr:last-child td {
    border-bottom: 0;
}

.answer-table table tr.incorrect td {
    background: #efa828;
}

.answer-table table tr.incorrect .chartanswertext .incorrect {
    display: block
}

.answer-table table tr.correct .chartanswertext .correct {
    display: block
}

.answer-table table .number {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    background: #1176b9;
    border: 4px solid #853891;
    border-radius: 100px;
    line-height: 40px;
}

.chartquestion {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    float: left;
    width: 85%;
    margin-left: 10px;
}

.titles .chartquestion {
    background: #1c557f;
    border-bottom: 2px solid #fff;
    float: none;
    margin-left: 0;
    width: auto;
}

.chartanswerheader {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.chartanswertext {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.chartanswertext .correct,
.chartanswertext .incorrect {
    display: none;
}

.chartanswertext strong {
    font-weight: bold;
}

.chartanswertext p {
    margin-bottom: 6px;
}

.chartanswertext p:last-child {
    margin-bottom: 0;
}

.chartanswertext ul {
    margin-left: 20px;
    margin-bottom: 5px;
}

.chartanswertext ul li {
    list-style-type: disc;
}

.chartanswertext a {
    color: #000;
    text-decoration: underline;
}

.chartanswerheader {
    display: block;
}

/* --------------------------------------------------------------------------
------ Challenge: Medium
----------------------------------------------------------------------------*/

.page-template-page-hcp-challenge-medium .site-hero {
    background: #338fc4;
    height: auto;
    margin-bottom: 60px;
}

.page-template-page-hcp-challenge-medium .site-hero .inner-content {
    text-align: center;
    margin-top: 0;
    color: #fff;
    margin-right: 0;
    width: 100%;
    background: #1c557f;
    border-radius: 10px;
    padding: 45px 0 30px 0;
    box-sizing: border-box;
    position: relative;
    top: 40px;
}

.page-template-page-hcp-challenge-medium .site-hero .inner-content h1 {
    margin-bottom: 25px;
}

.page-template-page-hcp-challenge-medium .site-hero .inner-content h2 {
    margin-bottom: 88px;
}

.page-template-page-hcp-challenge-medium .site-hero .inner-content h2 img {
    max-width: 170px;
    margin-bottom: -80px;
}

/* --------------------------------------------------------------------------
------ Challenge: Incorrect
----------------------------------------------------------------------------*/

.page-template-page-hcp-challenge-incorrect .site-hero {
    background: #338fc4;
    height: auto;
    margin-bottom: 60px;
}

.page-template-page-hcp-challenge-incorrect .site-hero .inner-content {
    text-align: center;
    margin-top: 0;
    color: #fff;
    margin-right: 0;
    width: 100%;
    background: #1c557f;
    border-radius: 10px;
    padding: 45px 0 30px 0;
    box-sizing: border-box;
    position: relative;
    top: 40px;
}

.page-template-page-hcp-challenge-incorrect .site-hero .inner-content h1 {
    margin-bottom: 25px;
}

.page-template-page-hcp-challenge-incorrect .site-hero .inner-content h2 {
    margin-bottom: 35px;
}

.page-template-page-hcp-challenge-incorrect .site-hero .inner-content h3 {
    line-height: 32px;
}

.page-template-page-hcp-challenge-incorrect .site-hero .inner-content h3 a {
    text-decoration: underline;
    color: #fff;
}

@media (min-width: 851px){
    .footer-right{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media only screen 
and (max-device-width : 1024px) {
	
	.challenge-buttons li .button:hover{
		background:transparent;
	}
	
	.challenge-buttons li .button.active-answer{
		background: #873494;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	.pageadmindosing .cervidil-questions img{
		margin-left:50px;
	}
}



/* --------------------------------------------------------------------------
------ Media Queries - 1000px width
----------------------------------------------------------------------------*/

@media (max-width: 1000px) {

    #mobile-wrapper {
        margin-bottom: 0px;
    }

    /* ------- Site Container ------- */
    body {
        overflow-x: hidden;
    }

    .container {
        width: 900px;
    }

    /* -------- Header --------- */
    #top-bar .expecting-moms {
        padding: 11px 40px;
    }

    /* -------- Main Menu -------- */
    #site-header .secondary-nav {
        margin: 0 0 19px 0;
    }

    #site-nav li {
        display: inline-block;
        margin: 0 0 0 0px;
    }

    #site-nav li a {
        padding: 10px 7px 11px 7px;
    }

    /* --------- Home -------- */
    .cervidil-challenge img {
        left: -90px;
    }

    /* --------- Why CERVIDIL -------- */
    .page-template-page-hcp-why .site-hero .featured-image {
        margin-left: -35px;
    }

    .page-template-page-hcp-why .site-hero .inner-content {
        margin-top: 78px;
        margin-right: 92px;
    }

    .page-template-page-hcp-why .site-hero h1 {
        margin-bottom: 20px;
    }

    .page-template-page-hcp-why .site-hero ul {
        margin-bottom: 21px;
    }

    .page-template-page-hcp-why .site-hero li {
        margin-bottom: 11px;
    }

    .page-template-page-hcp-why .cervical-ripening .featured-image {
        left: 11px;
        top: 190px;
    }

    .page-template-page-hcp-why .cervical-ripening .featured-image img {
        max-width: 67%;
    }

    .page-template-page-hcp-why .cervical-ripening .infused-insert {
        right: -50px;
        top: 216px;
    }

    .page-template-page-hcp-why .cervical-ripening .long-tape {
        left: 7px;
        top: 430px;
    }

    .page-template-page-hcp-why .cervical-ripening .controlled-release {
        right: -4px;
        top: 440px;
    }

    .page-template-page-hcp-why .cervical-ripening .button {
        bottom: -29px;
        padding: 22px 22px;
        font-size: 16px;
    }

    .page-template-page-hcp-why .full-width-block {
        max-width: 100%;
    }

    .page-template-page-hcp-why .full-width-block .top-line {
        margin-top: 14px;
        font-size: 54px;
    }

    .page-template-page-hcp-why .full-width-block .bottom-line {
        font-size: 44px;
    }

    .page-template-page-hcp-why .two-block {
        max-width: 100%;
    }

    .page-template-page-hcp-why .two-block .left-block {
        width: 71%;
    }

    .page-template-page-hcp-why .two-block .left-block .top-line {
        font-size: 48px;
    }

    .page-template-page-hcp-why .two-block .left-block .middle-line {
        font-size: 74px;
    }

    .page-template-page-hcp-why .two-block .left-block .bottom-line {
        font-size: 36px;
    }

    .page-template-page-hcp-why .two-block .right-block {
        width: 27.5%;
    }

    .page-template-page-hcp-why .two-block .right-block .top-line {
        font-size: 35px;
    }

    .page-template-page-hcp-why .two-block .right-block .bottom-line {
        font-size: 24px;
    }

    .page-template-page-hcp-why .cervidil-video h3 {
        padding: 13px 48px 13px 47px;
    }

    .cervidil-questions .inner-content p {
        max-width: 420px;
    }

    .cervidil-questions ul li {
        width: 46%;
    }

    .cervidil-questions .button {
        font-size: 14px;
    }

    .safe-effective-featured .full-width-block,
    .safe-effective-featured .two-block {
        display: none;
    }

    .safe-effective-featured .mobile-gold {
        display: block;
        max-width: 100%;
        height: auto;
    }

    /* --------- Efficacy -------- */
    .page-template-page-hcp-efficacy .site-hero .featured-image {
        margin-left: -29px;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content {
        width: 508px;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content img {
        max-width: 100%;
        height: auto;
    }

    .page-template-page-hcp-efficacy .shorter-median {
        height: auto;
    }

    /* --------- Safety -------- */
    .page-template-page-hcp-safety .site-hero .featured-image {
        margin-left: -28px;
    }

    .page-template-page-hcp-safety .cervidil-video,
    .page-template-page-hcp-safety .cervidil-questions {
        height: 560px;
    }

    /* --------- Admin -------- */
    .pageadmindosing .site-hero .inner-content {
        width: 47%;
        margin-top: 40px;
    }

    .pageadmindosing .site-hero h2 {
        font-size: 33px;
    }

    .pageadmindosing .properly-admin {
        height: auto;
    }

    .pageadmindosing .drug-wrap .featured-image img {
        max-width: 90%;
    }

    .pageadmindosing .drug-wrap .column-left,
    .pageadmindosing .drug-wrap .column-right {
        height: 668px;
    }

    .pageadmindosing .just-one-dose .inner-content {
        width: 42%;
    }

    .pageadmindosing .removed-in-seconds .featured-image {
        margin-top: 59px;
        margin-right: -180px;
    }

    .pageadmindosing .cervidil-questions img {
        margin-left: 20px;
    }

    .pageadmindosing .cervidil-questions .inner-content {
        margin-left: 30px;
    }

    .pageadmindosing .cervidil-questions .inner-content p {
        max-width: 475px;
        margin-bottom: 18px;
    }

    /* ------ Challenge: 0 ------- */
    #cervidil-section-intro.cervidil-intro .site-hero .inner-content {
        margin-right: -45px;
        width: 462px;
    }

    /* ------ Challenge: 1+ ------- */
    .cervidil-quiz-container .site-hero .inner-content {
        margin-right: -45px;
        width: 650px;
    }

    .challenge-buttons li .button {
        font-size: 18px;
    }

    /* ------- Challenge: Almost There --------- */
    #cervidil-register.cervidil-register-container .newsletter {
        width: 377px;
    }

    #cervidil-register.cervidil-register-container .site-hero {
        height: 640px;
    }

    /* ------- Challenge: Your Answer is Correct -------- */
    .correct-answer-container .site-hero .inner-content {
        margin-right: -45px;
        width: 630px;
    }

    .correct-answer-container .site-hero {
        height: 560px;
    }

    .correct-answer-container .see-everything img {
        max-width: 100%;
    }

    /* ------- Product Video -------- */
    .page-template-page-hcp-challenge-product-video .see-everything img {
        max-width: 100%;
    }

    /* -------- Download ---------- */
    .page-template-page-hcp-download .keep-control a.button {
        padding: 16px 76px 14px 95px;
    }

    /* -------- ISI ---------- */
    .page-template-page-hcp-isi .isi ul {
        max-width: 97%;
    }

    /* --------- Thanks -------- */
    .cervidil-challenge img {
        left: -80px;
        max-width: 190px;
    }

	.page-template-page-hcp-resources .practice-resources .button{
		display:block;
	}

    .page-template-page-hcp-resources .practice-resources .button.patient-guide {
        margin-left: 0px;
        margin-top:20px;
    }

}

/* --------------------------------------------------------------------------
------ Media Queries - 850px width
----------------------------------------------------------------------------*/

@media (max-width: 850px) {


    .see-everything .video-container.fullscreen iframe{
        /*min-height:inherit;*/
    }

    .newsletter form.signup-form .form-footer .accept span.check-message {
        width: 60%;
        border: 0px;
        height: auto;
        top: 11px;
        left: 0;
    }

    .two-column.video-quiz .column.column-right {
        float: inherit;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .video-container iframe,
    .video-container.large iframe {
        /*min-height: inherit;*/
    }

    /* ------- ISI ------- */
    body #important-safety-information .toggle-information .arrows {
        position: absolute;
        top: 16px;
        right:0;
    }

    #important-safety-information .toggle-information span {
        max-width: 80%;
        display: block;
        float: left;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    body #important-safety-information .toggle-information .arrows a.arrow-up {
	    background: url(./images/expand-arrow.png) no-repeat center center;
	    background-size: 100%;
	    opacity: .5;
	}
	
    body #important-safety-information .toggle-information .arrows a.arrow-down {
	    background: url(./images/expand-arrow-down.png) no-repeat center center;
	    background-size: 100%;
	    opacity: .5;
	}
	
	body #important-safety-information .toggle-information .arrows a{
	    width: 28px;
	    height: 30px;
	}
    

    /* ------- Mobile Only Edits ------- */
    #mobile-wrapper {
        margin-bottom: 0px;
    }

    .mobile-only {
        display: block;
    }

    /* ------- External Modal ------- */
    .external-window {
        max-width: 100%;
        width: 90%;
        margin: auto;
        top: 30px;
        left: 0;
        right: 0;
        padding: 40px 10px;
    }

    /* ------- Fonts ------- */
    .headline {
        font-size: 42px;
    }

    .headline2 {
        font-size: 34px;
    }

    .headline2 br {
        content: ' '
    }

    .headline2 br:after {
        content: ' '
    }

    .headline br {
        content: ' '
    }

    .headline br:after {
        content: ' '
    }

    .headline2 sup {
        top: -16px;
    }

    .subhead {
        font-size: 34px;
    }

    /* ------- Site Container ------- */
    .container {
        width: 654px;
    }

    /* ------- Widgets ------- */
    .cervidil-video h3 {
        padding: 13px 38px;
        font-size: 28px;
        line-height: 30px;
    }

    .cervidil-video {
        height: auto;
    }

    .page-template-page-hcp-resources .cervidil-video,
    .page-template-page-hcp-why .cervidil-video {
        height: auto;
    }

    .cervidil-questions h3 {
        position: relative;
        top: 0;
        left: 0;
    }

    .cervidil-questions .subhead-white {
        font-size: 28px;
        line-height: 30px;
    }

    .cervidil-challenge {
        padding: 13px 38px;
        font-size: 28px;
        line-height: 30px;
    }

    .cervidil-challenge .inner-content {
        position: relative;
        right: 0;
        top: 0;
    }

    .cervidil-challenge h3 {
        padding-top: 0;
        margin-bottom: 25px;
    }

    .cervidil-challenge p {
        margin-bottom: 20px;
    }

    .cervidil-challenge,
    .cervidil-video,
    .cervidil-questions {
        height: auto;
    }

    .page-template-page-hcp-safety .cervidil-video .inner-content {
        max-width: 100%;
        margin-left: 0;
    }

    .page-template-page-hcp-safety .cervidil-video,
    .page-template-page-hcp-safety .cervidil-questions {
        height: auto;
    }

    .page-template-page-hcp-safety .cervidil-video,
    .page-template-page-hcp-safety .cervidil-questions {
        padding: 13px 38px;
    }

    .page-template-page-hcp-safety .cervidil-video .inner-content h3 {
        padding: 0 0 10px 0;
    }

	.pageadmindosing.patientanswers .removed-in-seconds .inner-content{
		width:100%;	
	}
	
	.pageadmindosing.patientanswers .inner-content .brochure{
		width:39%;
	}
	
	.pageadmindosing.patientanswers .removed-in-seconds .featured-image{
		display:none;
	}
	
	.pageadmindosing.patientanswers .button.purple{
		min-width:initial;
		padding-left:60px;
		margin:0px;
		display:block;
	}

	.pageadmindosing.patientanswers .removed-in-seconds ul{
		max-width:initial;
		width:58%;
	}

	.pageadmindosing .cervidil-questions ul li{
		width:100%;
	}
	
	.page-template-page-hcp-resources .practice-resources .cervidil-questions ul li .button, 
	.pageadmindosing.patientanswers .cervidil-questions ul li .button{
		padding-left:0px;
	}
	

    .pageadmindosing .cervidil-questions img {
        margin-left: 0;
        margin: auto;
    }

    .pageadmindosing .cervidil-questions .inner-content,
    .pageadmindosing .cervidil-video .inner-content {
        margin-left: 0;
    }

    .pageadmindosing .cervidil-questions,
    .pageadmindosing .cervidil-video {
        height: auto;
        padding: 13px 38px;
    }

    /* -------- Header --------- */
    #top-bar p {
        font-size: 20px;
        margin-top: 15px;
    }

    #top-bar .expecting-moms {
        padding: 10px 33px 10px 20px;
        font-size: 13px;
    }

    #site-header .logo img {
        margin-bottom: 20px;
    }

    /* -------- Main Menu -------- */
    .mobile-top-nav {
        display: block;
        text-align: center;
        margin-top: -20px;
        margin-bottom: 10px;
    }

    .mobile-top-nav li {
        width: 33.333%;
        float: left;
    }

    .mobile-top-nav li a {
        text-decoration: underline;
        font-size: 14px;
    }

    #site-header .secondary-nav {
        display: none;
    }

    #site-nav {
        display: none;
    }

    #site-nav li {
        display: block;
        margin: 0 0 0 0px;
    }

    #site-nav li a {
        padding: 10px 7px 11px 7px;
    }

    #site-header .toggle-nav {
        background: url(./images/hamburger.png) no-repeat center center;
        width: 62px;
        height: 75px;
        float: right;
        margin-top: -7px;
        background-size: 42px;
    }

    #site-header .header-right {
        float: none;
        clear: both;
        padding: 0px;
    }

    #site-nav {
        float: none;
        padding: 0px;
        display: none;
    }

    #site-nav ul {
        border-top: 1px solid #EEE;
    }

    #site-nav li {
        display: block;
        margin: 0px;
        padding: 0px;
        border: none !important;
    }

    #site-nav li a {
        display: block;
        padding: 10px 5px;
        line-height: normal;
        border-bottom: 1px solid #EEE;
    }

    /* --------- Home -------- */
    .cervidil-challenge img {
        left: 0;
    }

    .page-template-page-home .site-hero .inner-content {
        float: none;
        text-align: center;
        margin-top: 0;
        padding-top: 30px;
    }

    .page-template-page-home .site-hero {
        background: #092737 url(images/home-site-hero-mobile.jpg) center 110px no-repeat;
        height: 520px;
    }

    .newsletter .field-email, .newsletter .field-speciality {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .newsletter form.signup-form .form-footer .submit input {
        display: block;
        float: right;
        clear: both;
        /* margin-top: -60px; */
    }

    .newsletter form.signup-form .form-footer .submit a {
        float: right;
        clear: both;
    }

    /* --------- Why CERVIDIL -------- */
    .page-template-page-hcp-why .site-hero {
        height: auto;
        padding-bottom: 30px;
    }

    .page-template-page-hcp-why .site-hero .featured-image {
        margin-left: 0;
        margin-top: 0;
        padding-top: 40px;
        width: 50%;
    }

    .page-template-page-hcp-why .site-hero .featured-image img {
        display: block;
        margin: auto;
        margin-bottom: 30px;
        max-width: 100%;
        height: auto;
    }

    .page-template-page-hcp-why .cervical-ripening .featured-image.size-1000 {
        display: none;
    }

    .page-template-page-hcp-why .cervical-ripening .featured-image.size-850 {
        display: block;
    }

    .page-template-page-hcp-why .site-hero .inner-content {
        margin-top: 45px;
        margin-right: 0;
        max-width: 100%;
        float: right;
        width: 45%;
    }

    .page-template-page-hcp-why .site-hero .inner-content p {
        display: none;
    }

    .page-template-page-hcp-why .site-hero .mobile-only {
        clear: both;
        color: #fff;
    }

    .page-template-page-hcp-why .site-hero .mobile-only br {
        display: none;
    }

    .page-template-page-hcp-why .site-hero h1 {
        margin-bottom: 20px;
    }

    .page-template-page-hcp-why .site-hero ul {
        margin-bottom: 21px;
    }

    .page-template-page-hcp-why .site-hero li {
        margin-bottom: 11px;
    }

    .page-template-page-hcp-why .cervical-ripening {
        height: 960px;
    }

    .diagram {
        position: relative;
        max-width: 320px;
        margin: auto;
    }

    .page-template-page-hcp-why .cervical-ripening h1 {
        margin-bottom: 15px;
    }

    .page-template-page-hcp-why .cervical-ripening h2 {
        margin-bottom: 25px;
    }

    .page-template-page-hcp-why .cervical-ripening .featured-image {
        left: -18px;
        top: 160px;
    }

    .page-template-page-hcp-why .cervical-ripening .featured-image img {
        max-width: 67%;
    }

    .page-template-page-hcp-why .cervical-ripening .infused-insert {
        right: 70px;
        top: 34px;
        max-width: 460px;
        text-align: right;
        font-size:15px;

    }

    .page-template-page-hcp-why .cervical-ripening .infused-insert p {
        max-width: 100%;
        margin: 0;
    }

    .page-template-page-hcp-why .cervical-ripening .long-tape {
        left: -60px;
        top: 330px;
        font-size:15px;
    }

    .page-template-page-hcp-why .cervical-ripening p {
        max-width: 100%;
    }

    .page-template-page-hcp-why .cervical-ripening .controlled-release {
        right: -48px;
        top: 330px;
        max-width: 206px;
        font-size:15px;

    }

    .page-template-page-hcp-why .cervical-ripening .button-wrap {
        text-align: center;
    }

    .page-template-page-hcp-why .cervical-ripening .button {
        bottom: -29px;
        padding: 22px 22px;
        font-size: 16px;
        display: inline-block;
        left: 0;
        right: 0;
        max-width: 60%;
        margin: auto;
    }

    .page-template-page-hcp-why .full-width-block {
        max-width: 100%;
    }

    .page-template-page-hcp-why .two-block .left-block {
        height: 146px;
    }

    .page-template-page-hcp-why .two-block .left-block .number {
        font-size: 150px;
    }

    .page-template-page-hcp-why .full-width-block .top-line {
        margin-top: 14px;
        font-size: 36px;
    }

    .page-template-page-hcp-why .full-width-block .bottom-line {
        font-size: 21px;
        margin-top: 10px;
    }

    .page-template-page-hcp-why .two-block {
        max-width: 100%;
    }

    .page-template-page-hcp-why .two-block .left-block {
        width: 71%;
    }

    .page-template-page-hcp-why .two-block .left-block .top-line {
        font-size: 29px;
    }

    .page-template-page-hcp-why .two-block .left-block .middle-line {
        font-size: 44px;
    }

    .page-template-page-hcp-why .two-block .left-block .bottom-line {
        font-size: 36px;
    }

    .page-template-page-hcp-why .two-block .right-block {
        width: 27.5%;
        height: 146px;
        padding: 14px 29px 25px 30px;
    }

    .page-template-page-hcp-why .two-block .right-block .number {
        font-size: 75px;
    }

    .page-template-page-hcp-why .two-block .right-block .top-line {
        font-size: 22px;
    }

    .page-template-page-hcp-why .two-block .right-block .bottom-line {
        font-size: 15px;
    }

    .page-template-page-hcp-why .cervidil-video h3 {
        padding: 13px 48px 13px 47px;
    }

    .page-template-page-hcp-why .safe-effective {
        height: auto;
    }

    .cervidil-questions .inner-content p {
        max-width: 420px;
    }

    .cervidil-questions ul li {
        width: 100%;
    }

    .cervidil-questions {
        height: auto;
    }

    .cervidil-questions .button {
        font-size: 24px;
    }

    .two-column {
        clear: both;
    }

    .two-column .column {
        width: 77%;
        margin-right: 0;
        margin: auto;
        float: none;
    }

    .two-column .column.column-right {
        margin: auto;
        margin-top: 40px;
    }

    /* --------- Efficacy -------- */
    .page-template-page-hcp-efficacy .site-hero .featured-image {
        margin-left: 0;
        max-width: 60%;
        margin: auto;
        float: none;
        margin-top: -40px;
    }

    .page-template-page-hcp-efficacy .site-hero .featured-image img {
        max-width: 100%;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content {
        width: 100%;
        margin-top: 0;
    }

    .page-template-page-hcp-efficacy .site-hero .mobile-only {
        margin-top: 40px;
    }

    .page-template-page-hcp-efficacy .site-hero .mobile-only h2 {
        max-width: 330px;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content h1,
    .page-template-page-hcp-efficacy .site-hero .inner-content h2 {
        display: none;
    }

    .page-template-page-hcp-efficacy .site-hero {
        height: auto;
        padding-bottom: 50px;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content img {
        max-width: 100%;
        height: auto;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content .efficacy-chart.efficacy-chart-desktop {
        display: none;
    }

    .page-template-page-hcp-efficacy .site-hero .inner-content .efficacy-chart.efficacy-chart-mobile {
        display: block;
    }

    .page-template-page-hcp-efficacy .shorter-median {
        height: auto;
    }

    .page-template-page-hcp-efficacy .effective-ripen {
        height: auto;
    }

    .page-template-page-hcp-efficacy .effective-ripen h1 {
        text-align: left;
    }

    .page-template-page-hcp-efficacy .effective-ripen .chart-wrap img {
        max-width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

    .page-template-page-hcp-efficacy .effective-ripen .chart-wrap img:first-child {
        margin: auto;
        margin-bottom: 20px;
    }

    .page-template-page-hcp-efficacy .reduced-median {
        height: auto;
    }

    .page-template-page-hcp-efficacy .shorter-median h1,
    .page-template-page-hcp-efficacy .reduced-median h1 {
        text-align: left;
    }

    .page-template-page-hcp-efficacy .shorter-median .chart-wrap,
    .page-template-page-hcp-efficacy .reduced-median .chart-wrap {
        margin-bottom: 28px;
        width: 100%;
        margin-right: 0;
        float: left;
    }

    .page-template-page-hcp-efficacy .shorter-median .chart-wrap img,
    .page-template-page-hcp-efficacy .reduced-median .chart-wrap img {
        max-width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

    .page-template-page-hcp-efficacy .shorter-median .chart-wrap img:first-child,
    .page-template-page-hcp-efficacy .reduced-median .chart-wrap img:first-child {
        margin: auto;
        margin-bottom: 20px;
    }

    .page-template-page-hcp-efficacy .shorter-median .inner-content,
    .page-template-page-hcp-efficacy .reduced-median .inner-content {
        width: 100%;
    }

    .page-template-page-hcp-efficacy .cervidil-video {
        height: auto;
        padding: 30px;
    }

    .page-template-page-hcp-efficacy .cervidil-video .title {
        padding: 0;
    }

    .page-template-page-hcp-efficacy .cervidil-video h3 {
        padding: 0;
        margin-bottom: 10px;
    }

    .page-template-page-hcp-efficacy .cervidil-video .button {
        margin-left: 0;
    }

    /* --------- Safety -------- */
    .page-template-page-hcp-safety .site-hero .featured-image {
        margin-left: -28px;
    }

    .page-template-page-hcp-safety .well-tolerated {
        height: auto;
    }

    .page-template-page-hcp-safety .site-hero {
        height: auto;
    }

    .page-template-page-hcp-safety .site-hero .inner-content {
        float: none;
        width: 100%;
        margin: 0;
    }

    .page-template-page-hcp-safety .site-hero .featured-image {
        margin-left: 0;
        margin: auto;
        width: 100%;
        float: none;
    }

    .page-template-page-hcp-safety .site-hero .featured-image img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .page-template-page-hcp-safety .events-wrap .column-left {
        margin-right: auto;
    }

    .page-template-page-hcp-safety .events-wrap .column-left, .page-template-page-hcp-safety .events-wrap .column-right {
        width: 100%;
        float: left;
    }

    /* --------- Admin -------- */
    .pageadmindosing .site-hero .inner-content {
        width: 47%;
        margin-top: 40px;
    }

    .pageadmindosing .site-hero {
        height: auto;
    }

    .pageadmindosing .site-hero .featured-image {
        float: none;
        margin-top: 29px;
        margin-left: 0;
        width: 100%;
    }

    .pageadmindosing .site-hero .featured-image img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
    }

    .pageadmindosing .site-hero .inner-content {
        width: 100%;
    }

    .pageadmindosing .properly-admin .video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .pageadmindosing .properly-admin .video iframe {
        width: 100%;
        height: auto;
    }

    .pageadmindosing .properly-admin .nav {
        width: 100%;
    }

    .pageadmindosing .site-hero h2 {
        font-size: 33px;
    }

    .pageadmindosing .properly-admin {
        height: auto;
    }

    .pageadmindosing .drug-wrap .featured-image img {
        max-width: 90%;
    }

    .pageadmindosing .drug-wrap .column-left,
    .pageadmindosing .drug-wrap .column-right {
        height: auto;
    }

    .pageadmindosing .drug-wrap .column-left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .pageadmindosing .just-one-dose {
        height: auto;
        padding-bottom: 30px;
    }

    .pageadmindosing .drug-wrap .column-right {
        width: 100%;
    }

    .pageadmindosing .just-one-dose .featured-image {
        float: none;
        margin-top: 0;
        margin-left: -100px;
    }

    .pageadmindosing .removed-in-seconds {
        overflow-x: hidden;
    }

    .pageadmindosing .just-one-dose .inner-content {
        width: 99%;
        float: none;
        margin-top: 20px;
    }

    .pageadmindosing .removed-in-seconds {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pageadmindosing .removed-in-seconds .inner-content {
        float: none;
        margin-top: 0;
        width: 100%;
    }

    .pageadmindosing .removed-in-seconds .featured-image {
        margin-top: 59px;
        margin-right: -180px;
        position:relative;
    }

    .pageadmindosing .cervidil-questions .inner-content p {
        max-width: 475px;
        margin-bottom: 18px;
    }

    /* ------ Challenge: 0 ------- */
    #cervidil-section-intro.cervidil-intro .site-hero {
        height: auto;
    }

    #cervidil-section-intro.cervidil-intro .site-hero .featured-image {
        display:none;
        float: none;
        
    }

    #cervidil-section-intro.cervidil-intro .site-hero .featured-image img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
    }

    #cervidil-section-intro.cervidil-intro .site-hero .inner-content {
        margin-right: -45px;
        width: 462px;
    }

    #cervidil-section-intro.cervidil-intro .site-hero .inner-content {
        margin-right: 0;
        width: 100%;
        border-radius: 10px;
    }

    /* ------ Challenge: 1+ ------- */

    #cervidil-results.cervidil-results-container .site-hero .inner-content h1,
    #cervidil-results.cervidil-results-container .site-hero .inner-content h2,
    #cervidil-results.cervidil-results-container .site-hero .inner-content h3{
        margin-left:25px;
        margin-right:50px;
        font-size:28px;
        text-align:left;

    }

    #cervidil-results.cervidil-results-container .site-hero .inner-content {
        min-height: inherit;
        margin:0;
    }

    .cervidil-quiz-container .site-hero .inner-content {
        margin-right: -30px;
        width: 115%;
        margin-left: -30px;
        float: none;
        border-radius: 0;
    }

    .challenge-buttons li .button {
        font-size: 18px;
    }

    .cervidil-quiz-container .site-hero .inner-content h2 {
        display: none;
    }
    .cervidil-quiz-container .site-hero .inner-content h2.you-answered{
        display:block;
        text-align: center !important;
        padding-left:16px;
        margin-bottom:20px !important;
    }

    .cervidil-quiz-container .site-hero .inner-content h2.you-answered img{
        width: 70px;
        display: inherit;
        margin: 0 auto !important;
    }


    .cervidil-quiz-container .site-hero .inner-content h2.almost {
        display: block;
        font-size: 30px;
        line-height: 36px !important;
    }

    .cervidil-quiz-container .site-hero .inner-content .challenge-buttons li {
        width: 100%;
        margin-right: 0;
    }

    .cervidil-quiz-container .site-hero .featured-image {
        float: none;
        margin-top: 40px;
        margin-left: 0px;
        text-align: center;
        width: 100%;

    }

    #cervidil-correct-answer .site-hero .featured-image {
        display:none;
    }


    .cervidil-quiz-container .site-hero .featured-image .headline3-white {
        font-size: 15px;
    }

    .cervidil-quiz-container .site-hero .featured-image .subhead2-white {
        font-size: 21px;
        line-height: 27px;
        margin-top: 20px;
    }

    .cervidil-quiz-container .site-hero .featured-image img {
        max-width: 100%;
        height: auto;
    }

    .cervidil-quiz-container .site-hero .featured-image .mobile-left {
        display: block;
        float: left;
        width: 30%;
    }

    .cervidil-quiz-container .site-hero .featured-image .mobile-right {
        display: block;
        float: left;
        width: 70%;
        padding-left: 20px;
        box-sizing: border-box;
        text-align: left;
    }

    .cervidil-quiz-container .site-hero .featured-image img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    /* ------- Challenge: Almost There --------- */
    #cervidil-register.cervidil-register-container .newsletter {
        width: 100%;
    }

    #cervidil-register.cervidil-register-container .site-hero {
        height: 640px;
    }

    /* ------- Challenge: Your Answer is Correct -------- */
    .correct-answer-container .site-hero .inner-content {
        margin-right: -45px;
        margin-top:0px;

    }

    .correct-answer-container .site-hero {
        /*height: 560px;*/
        height: 100%;
    }

    .correct-answer-container .see-everything img {
        max-width: 100%;
    }

    /* ------- Challenge: Correct ------- */
    .answer-table.answer-table-desktop {
        display: none;
    }

    .answer-table.answer-table-mobile {
        display: block;
    }

    .answer-table table {
        margin-bottom: 10px;
    }

    .answer-table table td {
        padding: 9px 10px;
        float: none;
    }

    .answer-table table td:first-child {
        width: 38%;
        background: #15456a;
        margin: 0;
        box-sizing: border-box;
    }

    .answer-table table td:last-child {
        width: 70%;
    }

    .chartquestion {
        width: 69%;
    }

    .answer-table table td.chartanswertext {
        padding-left: 70px;
    }

    .answer-table table td.incorrect {
        background: #efa828;
    }

    /* ------- Product Video -------- */
    .page-template-page-hcp-challenge-product-video .see-everything img {
        max-width: 100%;
    }

    /* -------- Download ---------- */
    .page-template-page-hcp-download .keep-control a.button {
        padding: 16px 106px 14px 125px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        font-size:90%;
    }

    .page-template-page-hcp-download .cervidil-video h3{
        padding:25px;
    }

    .page-template-page-hcp-download .keep-control{
        padding:25px 15px;
    }

    .page-template-page-hcp-download .keep-control h2{
        margin-bottom:25px;
    }

    .page-template-page-hcp-download .keep-control a.button.last-button {
        margin-left: 0;
        margin-top: 20px;
    }

    /* -------- ISI ---------- */
    .page-template-page-hcp-isi .isi ul {
        max-width: 97%;
    }

    /* --------- Practice Resources ------ */
    .page-template-page-hcp-resources .practice-resources ul {
        margin-bottom: 27px;
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .resources-table-desktop {
        display: none;
    }

    .resources-table-mobile {
        display: block;
        margin-bottom: 30px;
    }

    .page-template-page-hcp-resources .practice-resources table {
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-template-page-hcp-resources .practice-resources table tr:first-child td {
        padding-top: 20px;
    }

    .page-template-page-hcp-resources .practice-resources table tr:last-child td {
        padding-bottom: 20px;
    }

    .page-template-page-hcp-resources .practice-resources table td {
        width: 50%;
    }

    /* --------- Thanks -------- */
    .cervidil-challenge img {
        left: 0;
        max-width: 190px;
    }

    /* ------- Site Footer ------- */
    #site-footer .footer-right {
        width: 100%;
    }

}

/* --------------------------------------------------------------------------
------ Media Queries - 720px width
----------------------------------------------------------------------------*/

@media (max-width: 720px) {

    #cervidil-register.cervidil-register-container .inner-content {
        width: 440px;
        min-height: inherit;
    }

    .page-template-page-hcp-download .keep-control a.button {
        padding: 25px 0 25px 30px;

    }

    /* ----- Widgets ---- */
    .cervidil-questions .subhead-white {
        margin-bottom: 14px;
    }

    .cervidil-questions .inner-content .subhead5-white {
        font-size: 20px;
        line-height: 28px;
    }

    /* ----- Efficacy ---- */
    .page-template-page-hcp-efficacy .site-hero h1 {
        margin-bottom: 13px;
    }

    .page-template-page-hcp-efficacy .site-hero .mobile-only h2 {
        max-width: 230px;
        font-size: 25px;
        line-height: 28px;
    }

    .page-template-page-hcp-resources .practice-resources .button.patient-guide {
		display:block;
		min-width:initial;
    }

}


@media (max-width: 360px) {
	.correct-answer-container .site-hero .inner-content .button.start-quiz{
		width:80%;
	}	
}

/* --------------------------------------------------------------------------
------ Media Queries - 320px width
----------------------------------------------------------------------------*/

@media (max-width: 320px) {



    /* ----- Why Cervidil ---- */
    .page-template-page-hcp-why .site-hero h2 {
        font-size: 26px;
    }

    .page-template-page-hcp-why .cervical-ripening h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .page-template-page-hcp-why .cervical-ripening .controlled-release {
        right: -3px;
        max-width: 146px;
    }

    .page-template-page-hcp-why .cervical-ripening .long-tape {
        left: -8px;
        top: 330px;
        max-width: 118px;
    }

    .page-template-page-hcp-why .cervical-ripening .long-tape h3 br {
        display: none;
    }

    .page-template-page-hcp-why .cervical-ripening .long-tape p br {
        display: none;
    }

    .page-template-page-hcp-why .cervical-ripening {
        height: 1030px;
    }


}

/* Home Banner */

#home-banner {
    background: url(./images/home-banner-back.jpg) no-repeat center center;
    background-size: 100% auto;
}

body.patient-site #home-banner {
    background: url(./images/home-banner-back.jpg) no-repeat center center;
    background-size: 100% auto;
}

#home-banner .container {
    padding-top: 17px;
    height: 486px;
}

body.patient-site #home-banner .container {
    padding-top: 32px;
}

#home-banner .banner-text {
    background: url(./images/home-banner-text-back_65.png) repeat-y center top;
    background-size: 100% auto;
    text-align: center;
}

#home-banner .banner-text .sub-line {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #407ec9;
    font-family: 'DIN Next W01 Bold';
    margin: 0 0 7px 0;
    padding: 18px 0 0 0;
}

#home-banner .banner-text .main-line {
    font-size: 39px;
    line-height: 39px;
    color: #84329b;
    font-family: 'DIN Next W01 Medium';
    padding: 0 0 12px 0;
}

body.patient-site #home-banner .banner-text .main-line {
    padding: 28px 0 26px 0;
    color: #407ec9;
}

#home-banner .home-people-image-a,
#home-banner .home-patient-people-image-a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 850px;
    margin: 0 0 0 -425px;
    display: block;
}

body.patient-site #home-banner .home-people-image-a {
    width: 663px;
    margin-left: -331px;
}

#home-banner .view-more {
    display: block;
    position: absolute;
    top: 276px;
    left: 50%;
    width: 58px;
    height: 58px;
    margin: 0 0 0 -29px;
    background: url(./images/scroll-arrow.png) no-repeat center center #b3d6eb;
    background-size: 28px auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

body.patient-site #home-banner .view-more {
    background-color: rgba(203, 173, 229, 0.8);
}

#home-banner .view-more:hover {
    background-color: #407ec9;
}

/* Home Sections */

form .field {
    margin: 0 0 10px 0;
    position: relative;
}

form .field label {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    line-height: 10px;
    color: #FFF;
    font-size: 8px;
    padding: 2px 18px 0 18px;
    background: #3fb2e2;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    z-index: 1;
    display: none;
}

form .field input[type="text"],
form .field input[type="email"] {
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    padding: 9px 18px 5px 16px;
    height: 50px;
    -webkit-appearance: none;
    background: #FFF;
    font-size: 20px;
    line-height: 18px;
    color: #3fb2e2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

form .field input[type="text"]:focus,
form .field input[type="email"]:focus {
    padding: 14px 18px 0 18px;
    box-shadow: 0px 0px 6px rgba(117, 59, 151, 0.25);
}

::-webkit-input-placeholder {
    color: #3fb2e2;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3fb2e2;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #3fb2e2;
}

:-ms-input-placeholder {
    color: #3fb2e2;
}

form .field .select-field {
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    height: 50px;
    -webkit-appearance: none;
    background: url(./images/select-arrow-hcp.png) no-repeat 95% center #FFF;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

form .field .select-field select {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px 40px 5px 18px;
    height: 50px;
    -webkit-appearance: none;
    background: none transparent;
    width: 120%;
    font-size: 20px;
    line-height: 18px;
    color: #3fb2e2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
}

form .field .select-field select:focus {
    padding: 12px 18px 0 18px;
}

form.signup-form small.field-error,
form.signup-form div.field-error {
    color: red;
    padding: 5px 0 0 0;
    display: none;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

form.signup-form .submit small.sub-error.sub,
form.signup-form .submit small.sub-success.sub {
    display:none;
    padding-bottom:10px;
}

form.signup-form small.disclaimer {
    padding: 0 0 0 0;
    font-size: 10px;
    line-height: 11px;
    color: #636466;
    display: block;
    margin: 0 0 11px 0;
    text-align: left;
}

form.signup-form .form-footer {
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
}

form.signup-form .form-footer .accept {
    float: left;
    padding: 12px 0 0 0;
    text-align: left;
}

form.signup-form .form-footer .accept label {
    padding: 0 0 0 18px;
    position: relative;
    line-height: 15px;
    display: block;
    margin: 0 0 16px 0;
}

form.signup-form .form-footer .accept label input {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    color: #84329b;
    margin: 0px;
}

form.signup-form .form-footer .accept small {
    font-size: 12px;
}

form.signup-form .form-footer .submit {
    float: right;
    text-align: right;
}

form.signup-form .form-footer .submit input {
    display: block;
    float: right;
    clear: both;
    margin-bottom: 8px;
}

form.signup-form .form-footer .submit small {
    display: block;
    clear: both;
    font-size: 12px;
}

form.signup-form .form-footer .submit small a {
    text-decoration: underline;
}

/* --- Site Bottom -- */

#site-bottom {
    position: fixed;
    top: 100%;
    left: 0px;
    width: 100%;
    /*margin-top: -300px;*/
    background: #092737;
    z-index: 1000;
    color: #fff;
}

#site-bottom.active {
    position: relative;
}

body.home #site-top #site-header .header-right {
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
}

/* Important Safety Info */

#site-bottom.active #important-safety-information {
    position: relative;
    padding-top: 32px;
    background: #092737;
    padding-bottom: 30px;
}

#important-safety-information .toggle-information {
    background: #092737;
    display: block;
    height: 54px;
    color: #FFF;
    cursor: pointer;
    border-top: 5px solid #37b1e4;
    border-bottom: none
}

#important-safety-information .toggle-information .container a {
    color: #fff;
}

#site-bottom.active #important-safety-information .toggle-information {
    display: none;
}

body.patient-site #important-safety-information .toggle-information {
    background: #84329b;
}

#important-safety-information .toggle-information .container {
    display: block;
    padding-top: 12px;
    line-height: 32px;
    font-size: 19px;
}

#important-safety-information .toggle-information .arrows {
    float: right;
    position: relative;
    top: 6px;
}

#important-safety-information .toggle-information .arrows li {
    float: left;
    margin-left: 24px;
}

#important-safety-information .toggle-information .arrows li:first-child {
    margin-left: 0;
}

#important-safety-information .toggle-information .arrows a {
    width: 32px;
    height: 50px;
    text-indent: -999999px;
    display: block;

    margin-top: -16px;
}

#important-safety-information .toggle-information .arrows a.arrow-down {
    background: url(./images/expand-arrow-down.png) no-repeat 0 16px;
    background-size: 32px;
    opacity: .5;
}

#important-safety-information .toggle-information .arrows a.arrow-down.active,
#important-safety-information .toggle-information .arrows a.arrow-down:hover {
    opacity: 1;
}

#important-safety-information .toggle-information .arrows a.arrow-up {
    background: url(./images/expand-arrow.png) no-repeat 0 16px;
    background-size: 32px;
    opacity: .5;
}

#important-safety-information .toggle-information .arrows a.arrow-up.active,
#important-safety-information .toggle-information .arrows a.arrow-up:hover {
    opacity: 1;
}

#important-safety-information .safety-information {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
}

#important-safety-information .safety-information .container {
    padding: 16px 0 60px 0;
}

#important-safety-information.expanded .safety-information {
    height: auto;
}

#important-safety-information a {
    color: #fff;
    text-decoration: underline;
}

#important-safety-information .safety-information h4,
#important-safety-information .safety-information h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #3fb2e2;
}

#important-safety-information .safety-information h4 {
    margin: 0 0 4px 0;
}

#important-safety-information .safety-information p {
    margin: 0 0 18px 0;
    line-height: 24px;
    font-weight: normal;
}

#important-safety-information .safety-information ul {
    margin: 0 0 18px 0;
    line-height: 17px;
}

#important-safety-information .safety-information ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 17px;
    line-height: 24px;
}

#important-safety-information .safety-information ul li:before {
    content: '\2022';
    color: #41b6e5;
    position: absolute;
    left: 0px;
}

#important-safety-information .safety-information p a {
    text-decoration: underline;
    color: #fff;
}

/* Site Footer */

#site-footer {
    background: #ffffff;
    padding: 26px 0;
    border-top: 5px solid #f2a900;
}

.footer-left {
    float: left;
    width: 60%;
}

.footer-right {
    float: left;
    width: 40%;
}

#site-footer nav {
    float: left;
}

#site-footer nav .title {
    font-size: 16px;
    color: #092737;
}

#site-footer nav ul li {
    line-height: 25px;
    width: 252px;
}

#site-footer nav ul li a {
    font-size: 15px;
    color: #338fc4;
}

}
#site-footer .footer-right {
    float: right;
    max-width: 380px;
    padding: 8px 0;
}

#site-footer .footer-right .ferring-logo {
    display: block;
    margin: 0 0 30px 0;
    float: right;
    clear: both;
}

#site-footer .footer-right .ferring-logo img {
    height: 68px;
    display: block;
}

#site-footer .footer-right p {
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #000000;
    clear: both;
    float: right;
}

a.anchor {
    display: block;
    position: relative;
    top: -155px;
    visibility: hidden;
}

@media all and (max-width: 640px) and (min-width: 0px) {

    .pageadmindosing .properly-admin .video-wrap {
        padding: 6px;
    }

    #mobile-wrapper {
        overflow: hidden;
        width: 100%;
    }

    .container {
        width: 90%;
    }

    #top-bar .container {
        width: 100%;
        padding: 0 5px;
    }

    #top-bar p {
        font-size: 10px;
        letter-spacing: -0.1px;
        text-align: left;
        line-height: 4px;
    }

    #site-header {
        padding: 0px;
    }

    #site-header .container {
        padding: 28px 0 0 0;
    }

    #site-header .secondary-nav li.nav-expecting a,
    #site-header .secondary-nav li.nav-professionals a {
        padding: 0 18px 0 0;
        line-height: 25px;
        position: absolute;
        top: -22px;
        right: -5px;
        background-color: transparent !important;
        font-size: 8px;
        background-size: auto 16px;
        background-position: right 4px;
        text-decoration: underline;
    }

    #site-header .secondary-nav {
        position: absolute;
        top: -1px;
        left: 0px;
        margin: 0 -12px;
    }

    #site-header .secondary-nav li {
        margin: 0 9px;
    }

    #site-header .secondary-nav li a {
        font-size: 9px;
        line-height: 25px;
    }

    #site-header .logo {
        width: 150px;
        margin: 0 0 8px 0;
    }

    #site-header .logo img {
        width: 100%;
        height: auto;
    }

    #home-banner,
    body.patient-site #home-banner {
        background-size: cover;
    }

    #home-banner .container {
        height: 236px;
        padding-top: 0px;
    }

    #home-banner .home-people-image-a {
        width: 400px;
        margin-left: -200px;
    }

    body.patient-site #home-banner .home-people-image-a {
        width: 320px;
        margin-left: -160px;
    }

    #home-banner .banner-text .sub-line {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0px;
    }

    #home-banner .banner-text .main-line {
        font-size: 20px;
        line-height: 21px;
        padding-bottom: 5px;
    }

    #home-banner .view-more {
        width: 31px;
        height: 31px;
        top: 135px;
        margin-left: -15px;
        background-size: 15px auto;
    }

    .page-template-page-home .two-column {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .page-template-page-home .two-column .column.column-right {
        order: 1;
        margin-bottom: 30px;
    }

    .page-template-page-home .two-column .column.column-left {
        order: 2;
    }

    body.patient-site #home-banner .container {
        padding-top: 10px;
    }

    body.patient-site #home-banner .container .main-line {
        padding: 18px 0 16px 0;
    }

    .btn,
    input[type='submit'] {
        line-height: 30px;
        font-size: 15px;
        padding: 3px 25px 0 25px;
    }

    form.signup-form .form-footer .accept {
        padding: 0px;
    }

    form.signup-form .form-footer .accept label {
        font-size: 9px;
        margin-bottom: 10px;
    }

    form.signup-form .form-footer .accept input[type='submit'] {
        font-size: 18px;
    }

    form.signup-form .form-footer .submit small,
    form.signup-form .form-footer .accept small {
        font-size: 9px;
    }

    form.signup-form small.disclaimer {
        font-size: 10px;
        line-height: 12px;
    }

    form.signup-form .form-footer .accept {
        float: none;
    }

    form.signup-form .form-footer .accept label {
        font-size: 12px;
    }

    form.signup-form .form-footer .submit {
        float: none;
    }

    form.signup-form .form-footer .submit small {
        font-size: 12px;
    }

    #site-bottom {
        bottom: 0;
        top: initial !important;
    }

    #important-safety-information .safety-information h4,
    #important-safety-information .safety-information h5,
    #important-safety-information .safety-information p,
    #important-safety-information .safety-information ul {
        font-size: 15px;
        line-height: 18px;
    }

    #important-safety-information .safety-information p,
    #important-safety-information .safety-information h4 {
        margin: 0 0 10px 0;
    }

    #important-safety-information .toggle-information {
        height: auto;
    }

    #important-safety-information .toggle-information .container {
        font-size: 12px;
        line-height: normal;
        padding: 10px 20px 10px 0;
    }

    #site-footer {
        padding: 8px 0 1px 0;
    }

    #site-footer nav {
        float: none;
        padding: 10px 0;
    }

    #site-footer nav ul li {
        display: block;
        line-height: 22px;
    }

    #site-footer nav ul li a {
        font-size: 15px;
    }

    #site-footer .footer-right {
        float: none;
        padding: 8px 0 0 0;
    }

    #site-footer .footer-right .ferring-logo {
        float: left;
        display: block;
    }

    #site-footer .footer-right .ferring-logo img {
        width: 80px;
        height: auto;
    }

    #site-footer .footer-right p {
        float: none;
        clear: both;
        font-size: 15px;
        line-height: 18px;
        width: auto;
        text-align: left;
        padding: 0 0 30px 0;
    }

}

/* Alt ISI */


/* Alt ISI */

body.alt-isi-1 #site-footer {
    margin-bottom: 54px;
}

body.alt-isi-1 #mobile-wrapper[style] {
    margin-bottom: 0px !important;
}

body.alt-isi-1 #alt_isi_1 {
    display: none;

    top: 100%;
    left: 0px;
    width: 100%;
    /*margin-top: -300px;*/
    background: #092737;
    z-index: 1000;
    color: #fff;
}

div#alt_isi_1.large {
    position: fixed;
    top: 300px;
    display: block;
}

div#alt_isi_1.large #important-safety-information .toggle-information .arrows a.arrow-up:hover,
body.alt-isi-1 .toggle-information.trigger .arrows a.arrow-down:hover {
    opacity:.5;
}


div#alt_isi_1.large .safety-information {
    height: 623px;
}

div#alt_isi_1.medium {
    position: fixed;
    top: 660px;
    display: block;
}

div#alt_isi_1.large #important-safety-information .arrows .ad{
	display:block;
}

div#alt_isi_1.medium #important-safety-information .arrows .au{
	display:block;
}

body.alt-isi-1 .toggle-information .arrows a.arrow-down,
body.alt-isi-1 .toggle-information.trigger-isi-1 .arrows .ad,
div#alt_isi_1.medium #important-safety-information .arrows .arrow-down,
div#alt_isi_1.medium #important-safety-information .arrows .ad,
div#alt_isi_1.large #important-safety-information .arrows .arrow-up,
div#alt_isi_1.large #important-safety-information .arrows .au{
	display:none;
}

div#alt_isi_1.medium .safety-information {
    height: 423px;
}

body.alt-isi-1 .toggle-information.trigger.bottom{
    display:none;
}

div#alt_isi_1.dock {
    display: none;
}

div#alt_isi_1.bottom {
    position: inherit;
    display: block;
}

#alt_isi_1.bottom .toggle-information.trigger-isi-1 {
    display: none;
}

#alt_isi_1.bottom .safety-information {
    height: 100%;
}

@media (max-width: 768px) {
    body.alt-isi-1 .toggle-information .arrows {
        float: right;
        position: relative;
        top: 12px;
    }

    body.alt-isi-1 .toggle-information span {
        max-width: 60%;
        display: block;
        float: left;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
    }

}

html.noScroll {
    overflow-y: initial;
}

html.noScroll body {
    overflow: hidden;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {

	
	body.alt-isi-1 .large .toggle-information .arrows {
        top: 15px !important;
    }

    body.alt-isi-1 #alt_isi_trigger.toggle-information .arrows {
	    top:10px !important;
    }


    body.alt-isi-1 .toggle-information .arrows {
        float: initial !important;
        position: absolute !important;
        top: 15px !important;
        right:0 !important; 
    }

    body.alt-isi-1 .toggle-information span {
        max-width: 80%;
        display: block;
        float: left;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
    }

    div#alt_isi_1.medium,
    div#alt_isi_1.large {
        top: 0;
    }

    body.alt-isi-1 .toggle-information {
        height: 42px !important;
    }

    body.alt-isi-1 .toggle-information > .container {
	    margin:0 15px;
    }

    body.alt-isi-1 .container.sicont{
	    width:100%;
    }

}

/* iPhone 4 */

body.alt-isi-1 .toggle-information.trigger {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}

body.alt-isi-1 .toggle-information {
    background: #092737;
    display: block;
    height: 54px;
    color: #FFF;
    cursor: pointer;
    border-top: 3px solid #37b1e4;
    border-bottom: 1px solid #37b1e4;
}

body.alt-isi-1 .toggle-information .container a {
    color: #fff;
}

body.alt-isi-1 .toggle-information .container {
    display: block;
    padding-top: 12px;
    line-height: 32px;
    font-size: 19px;
}

body.alt-isi-1 .toggle-information .arrows {
    float: right;
    position: relative;
    top: 6px;
}

body.alt-isi-1 .toggle-information .arrows li {
    float: left;
    margin-left: 24px;
}

body.alt-isi-1 .toggle-information .arrows li:first-child {
    margin-left: 0;
}

body.alt-isi-1 .toggle-information .arrows a {
    width: 32px;
    height: 50px;
    text-indent: -999999px;
    display: block;

    margin-top: -16px;
}

body.alt-isi-1 .toggle-information .arrows a.arrow-down {
    background: url(./images/expand-arrow-down.png) no-repeat 0 16px;
    background-size: 32px;
    opacity: .5;
}

body.alt-isi-1 .toggle-information .arrows a.arrow-down.active,
body.alt-isi-1 .toggle-information .arrows a.arrow-down:hover {
    opacity: 1;
}

body.alt-isi-1 .toggle-information .arrows a.arrow-up {
    background: url(./images/expand-arrow.png) no-repeat 0 16px;
    background-size: 32px;
    opacity: .5;
}

body.alt-isi-1 .toggle-information .arrows a.arrow-up.active,
body.alt-isi-1 .toggle-information .arrows a.arrow-up:hover {
    opacity: 1;
}


/* ISI Alt 2 */

/* Alt ISI */

.page-template-page-hcp-isi-alt-2 #site-footer {
    margin-bottom: 54px;
}

.page-template-page-hcp-isi-alt-2 #mobile-wrapper[style] {
    margin-bottom: 0px !important;
}

.page-template-page-hcp-isi-alt-2 #alt_isi_2 {
    display: none;

    top: 100%;
    left: 0px;
    width: 100%;
    /*margin-top: -300px;*/
    background: #092737;
    z-index: 1000;
    color: #fff;
}

div#alt_isi_2.large {
    position: fixed;
    top: 300px;
    display: block;
}

div#alt_isi_2.large .safety-information {
    height: 623px;
}

.page-template-page-hcp-isi-alt-2 #site-footer.large {
    margin-bottom: 680px;
}

div#alt_isi_2.medium {
    position: fixed;
    top: 600px;
    display: block;
}

div#alt_isi_2.medium .safety-information {
    height: 423px;
}

.page-template-page-hcp-isi-alt-2 #site-footer.medium {
    margin-bottom: 380px;
}

.page-template-page-hcp-isi-alt-2 .toggle-information.trigger.bottom{
    display:none;
}

div#alt_isi_2.dock {
    display: none;
}

div#alt_isi_2.bottom {
    position: inherit;
    display: block;
}

#alt_isi_2.bottom .toggle-information.trigger-isi-1 {
    display: none;
}

#alt_isi_2.bottom .safety-information {
    height: 100%;
}

@media (max-width: 768px) {
    .page-template-page-hcp-isi-alt-2 .toggle-information .arrows {
        float: right;
        position: relative;
        top: 12px;
    }

    .page-template-page-hcp-isi-alt-2 .toggle-information span {
        max-width: 60%;
        display: block;
        float: left;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 16px;
    }

}

html.noScroll {
    overflow-y: initial;
}

html.noScroll body {
    overflow: hidden;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {

    .page-template-page-hcp-isi-alt-2 .toggle-information .arrows {
        float: right;
        position: relative;
        top: 12px;
    }

    .page-template-page-hcp-isi-alt-2 .toggle-information span {
        max-width: 60%;
        display: block;
        float: left;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 16px;
    }

    div#alt_isi_2.medium,
    div#alt_isi_2.large {
        top: 0;
    }

    .page-template-page-hcp-isi-alt-2 .toggle-information {
        height: 65px !important;
    }

}

/* iPhone 4 */

.page-template-page-hcp-isi-alt-2 .toggle-information.trigger {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.page-template-page-hcp-isi-alt-2 .toggle-information {
    background: #092737;
    display: block;
    height: 54px;
    color: #FFF;
    cursor: pointer;
    border-top: 3px solid #37b1e4;
    border-bottom: 1px solid #37b1e4;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .container a {
    color: #fff;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .container {
    display: block;
    padding-top: 12px;
    line-height: 32px;
    font-size: 19px;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows {
    float: right;
    position: relative;
    top: 6px;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows li {
    float: left;
    margin-left: 24px;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows li:first-child {
    margin-left: 0;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a {
    width: 32px;
    height: 50px;
    text-indent: -999999px;
    display: block;

    margin-top: -16px;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a.arrow-down {
    background: url(./images/expand-arrow-down.png) no-repeat 0 16px;
    background-size: 32px;
    opacity: .5;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a.arrow-down.active,
.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a.arrow-down:hover {
    opacity: 1;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a.arrow-up {
    background: url(./images/expand-arrow.png) no-repeat 0 16px;
    background-size: 32px;
    opacity: .5;
}

.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a.arrow-up.active,
.page-template-page-hcp-isi-alt-2 .toggle-information .arrows a.arrow-up:hover {
    opacity: 1;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.cervidil-quiz-container .inner-content:not(.left){
		margin-right:-50px !important;
		width:780px !important;
	}
	
	#cervidil-section-intro.cervidil-intro .site-hero .featured-image{
		width:260px;
	
	}
	#cervidil-section-intro.cervidil-intro .site-hero .featured-image img{
		width:100%;
	}
	
}

.vw {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vw iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.frc-banner{display:none !important;}