.contentDiv { min-height: 300px;}
.imageAndBlurb {padding: 100px 100px 20px 100px;}
.imageAndBlurb h3 {color:#0a2835;}
.create-form {padding: 0 0 100px 0;}
.create-form h5 {color:#0a2835;text-transform: uppercase;}
.create-form input, .create-form select {padding:5px;margin-bottom: 10px;width: 250px;}
.dnn-captcha {margin-top: 10px;}
.createUserButton {padding: 4px 20px;background: #0a2835;color: white;border: none;margin-left: 100px;text-transform: uppercase;width: 100px !important;bottom: 10px;position: absolute;right: 0px;}
.controls.column2 .Normal > div {font-size: 12px;}
.k-widget.k-header.k-tabstrip.k-floatwrap.k-tabstrip-top .k-content.k-state-active {overflow:inherit;}
.k-widget.k-header.k-tabstrip.k-floatwrap.k-tabstrip-top .k-content.k-state-active div.box-wide .k-grid.k-widget.k-reorderable {overflow: auto;}
#EDN_Ozone {background: white; padding: 20px;}
#EDN_Ozone .edn_articleSummary span img {float: left; margin-right: 10px;}
#EDN_Ozone .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer, .eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {border: none;}
#EDN_Ozone .eds_news_Ozone.eds_subCollection_news .edn_articleTitle a, #EDN_Ozone .eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover {color: #293f3d !important;}
#EDN_Ozone .time-article {font-family: 'Playfair Display';color: #293f3d;border-bottom: 1px solid #293f3d;}
#EDN_Ozone .eds_news_Ozone.eds_subCollection_news a {color: #293f3d !important;}
div#dnn_ContentPane {background: white;}
.use-care {background: #f4f4f4;padding: 40px 0;}
.use-care h1 {margin: 0 auto 40px auto !important;font-family: "Playfair Display" !important;font-size: 44px !important;color: #113e5b !important;text-align: center !important;}
.use-care h1 a {color: #113e5b !important;text-align: center !important;}
.use-care p {width: 60%;margin: 0 auto 40px auto !important;font-size: 16px !important;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {z-index: 10010 !important;}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  .contentDiv {width: 100%;}
  .create-form .column1 {float: none;width: 100%;}
  .create-form .column2 {float: none;width: 100%;}
  .imageAndBlurb .left {float: none;width: 100%;}
  .imageAndBlurb .right {float: none;width: 100%}
  .use-care p {text-align: left;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  .contentDiv {width: 100%;}
  .create-form .column1 {float: none;width: 100%;}
  .create-form .column2 {float: none;width: 100%;}
  .imageAndBlurb .left {float: none;width: 100%;}
  .imageAndBlurb .right {float: none;width: 100%}
  .use-care p {text-align: left;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .contentDiv {width: 760px;}
  .create-form .column1 {float: left;width: 50%;}
  .create-form .column2 {float: left;width: 50%;}
  .imageAndBlurb .left {float: left;width: 15%;min-width: 140px;}
  .imageAndBlurb .right {float: left;width: 85%}
  .use-care p {text-align: center;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .contentDiv {width: 960px;}
  .create-form .column1 {float: left;width: 50%;}
  .create-form .column2 {float: left;width: 50%;}
  .imageAndBlurb .left {float: left;width: 15%;min-width: 140px;}
  .imageAndBlurb .right {float: left;width: 85%}
  .use-care p {text-align: center;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .contentDiv {width: 1144px;}
  .create-form .column1 {float: left;width: 50%;}
  .create-form .column2 {float: left;width: 50%;height: 370px;}
  .imageAndBlurb .left {float: left;width: 15%;width: 140px;}
  .imageAndBlurb .right {float: left;width: 85%}
  .use-care p {text-align: center;}
}