.contentDiv { min-height: 300px; background: white;}
#dnn_ContentPane {margin-bottom: 20px;}
.menuLinks.corporate {margin: 0;}
.dnnSearchBoxPanel, .dnnSearchResultPanel {max-width: inherit;background: #f4f4f4;}
.dnnSearchResultPanel {margin: 0px;}
.search-header {background: #f4f4f4;padding: 40px 0;}
.search-header h1 {margin: 0;font-family: "Playfair Display"; color: #123d5b;text-align: center;}
.dnnSearchResultPager {padding: 20px;}
.dnnSearchResultContainer {padding: 20px;}
.dnnSearchResultContainer a:link, .dnnSearchResultContainer a:visited {color: #103d59;}
.dnnSearchBoxPanel .dnnSearchBox {margin-right: 115px;}
.need-help{padding: 40px 0;}
.need-help h3 {margin: 0;font-family: "Playfair Display"; color: #123d5b;text-align: center;}
.need-help a:link, .need-help a:visited {display: block;margin: 20px auto; width:120px;border: 1px solid #123d5b;font-family: "Playfair Display";color: #123d5b;text-align: center;padding: 10px 20px;}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
  .contentDiv {width: 100%;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  .contentDiv {width: 100%;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .contentDiv {width: 760px;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .contentDiv {width: 960px;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .contentDiv {width: 1144px;}
}



