/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

 
.dk_container {
  display: none;
  float: left; 
  outline: 0 !important;
  }
  .dk_container a {
  
  font-family: "proxima-nova-n3", "proxima-nova";
  font-weight: 300;
  font-size: 15px;
  
     }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
  background-color: #fff;
  color: #666;
  border: 1px solid #000;
  font-family: "proxima-nova-n3", "proxima-nova";
  font-weight: 300;
  font-size: 15px;
  padding: 14px 0 14px 10px;
  outline: 0;
  width: 275px !important;
  background: url(../images/triangleNewsletter.png) no-repeat right center #fff;
  margin-right: 10px;
   }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  background-color: #FFFFFF;
display: none;
margin-top: -1px;
outline: 0 none;
padding: 10px;
position: absolute;
left: 0;
border: 1px solid #000;
width: 265px;
top: inherit !important;
}

.dk_options ul li{
margin-bottom: 10px;
}

.dk_options a:hover{
color: #4F85A4;
}

  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  position: relative;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden;
  display: none; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }