/* app css stylesheet */

.menu {
  list-style: none;
  /* border-bottom: 0.1em solid black;*/
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
svg,
video {
    vertical-align: middle;
}

img{
  float: left;
  height: 85px;
  padding-bottom: 5px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Green Theme
   =================== */

.header-container {
    border-bottom: 20px solid #69b62e;
}

.footer-container,
.main aside {
    border-top: 20px solid #69b62e;
}

.header-container,
.footer-container,
.main aside {
    background: white;
}
.title {
    color: black;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #69b62e;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: black;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   textarea {
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;

   	width: 80%;
   }

  input[type=radio] {
       display: inline;
   }
   input[type=radio]{
       content: '';
       display: inline-block;
       border: 1px solid #000;
       border-radius: 50%;
       margin: 0 .5em;
       padding-bottom: 10px;
   }

#wi_feedback {
  text-align: center;
  line-height: 1.7em;
}

#connect {
  width: 50%;
  text-align: center;
  margin: 0 auto 0 auto;
}
#contact {
  width: 50%;
  text-align: center;
  margin: 0 auto 0 auto;
}
#notice {
  width: 75%;
  text-align: center;
  margin: 0 auto 0 auto;
}

table.button,
 table.tiny-button,
 table.small-button,
 table.medium-button,
 table.large-button {
   width: 100%;
   overflow: hidden;
 }

 table.button td,
 table.tiny-button td,
 table.small-button td,
 table.medium-button td,
 table.large-button td {
   display: block;
   width: auto !important;
   text-align: center;
   background: #2ba6cb;
   border: 1px solid #2284a1;
   color: #ffffff;
   padding: 8px 0;
 }

 table.tiny-button td {
   padding: 5px 0 4px;
 }

 table.small-button td {
   padding: 8px 0 7px;
 }

 table.medium-button td {
   padding: 12px 0 10px;
 }

 table.large-button td {
   padding: 21px 0 18px;
 }

 table.button td a,
 table.tiny-button td a,
 table.small-button td a,
 table.medium-button td a,
 table.large-button td a {
   font-weight: bold;
   text-decoration: none;
   font-family: Helvetica, Arial, sans-serif;
   color: #ffffff;
   font-size: 16px;
 }

 table.tiny-button td a {
   font-size: 12px;
   font-weight: normal;
 }

 table.small-button td a {
   font-size: 16px;
 }

 table.medium-button td a {
   font-size: 20px;
 }

 table.large-button td a {
   font-size: 24px;
 }

 table.button:hover td,
 table.button:visited td,
 table.button:active td {
   background: #2795b6 !important;
 }

 table.button:hover td a,
 table.button:visited td a,
 table.button:active td a {
   color: #fff !important;
 }

 table.button:hover td,
 table.tiny-button:hover td,
 table.small-button:hover td,
 table.medium-button:hover td,
 table.large-button:hover td {
   background: #2795b6 !important;
 }

 table.button:hover td a,
 table.button:active td a,
 table.button td a:visited,
 table.tiny-button:hover td a,
 table.tiny-button:active td a,
 table.tiny-button td a:visited,
 table.small-button:hover td a,
 table.small-button:active td a,
 table.small-button td a:visited,
 table.medium-button:hover td a,
 table.medium-button:active td a,
 table.medium-button td a:visited,
 table.large-button:hover td a,
 table.large-button:active td a,
 table.large-button td a:visited {
   color: #ffffff !important;
 }

 table.secondary td {
   background: #e9e9e9;
   border-color: #d0d0d0;
   color: #555;
 }

 table.secondary td a {
   color: #555;
 }

 table.secondary:hover td {
   background: #d0d0d0 !important;
   color: #555;
 }

 table.secondary:hover td a,
 table.secondary td a:visited,
 table.secondary:active td a {
   color: #555 !important;
 }

 table.success td {
   background: #5da423;
   border-color: #457a1a;
 }

 table.success:hover td {
   background: #457a1a !important;
 }

 table.alert td {
   background: #c60f13;
   border-color: #970b0e;
 }

 table.alert:hover td {
   background: #970b0e !important;
 }

 table.radius td {
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
 }

 table.round td {
   -webkit-border-radius: 500px;
   -moz-border-radius: 500px;
   border-radius: 500px;
 }
   table.facebook td {
         background: #3b5998;
         border-color: #2d4473;
       }

       table.facebook:hover td {
         background: #2d4473 !important;
       }

       table.twitter td {
         background: #00acee;
         border-color: #0087bb;
       }

       table.twitter:hover td {
         background: #0087bb !important;
       }
       table.google-plus td {
      background-color: #DB4A39;
      border-color: #CC0000;
    }

    table.google-plus:hover td {
      background: #CC0000 !important;
    }

    .template-label {
      color: #ffffff;
      font-weight: bold;
      font-size: 11px;
    }

    .callout .wrapper {
      padding-bottom: 20px;
    }

    .callout .panel {
      background: #ECF8FF;
      border-color: #b9e5ff;
    }

    .header {
      background:#ffffff;
    }

    .footer .wrapper {
      background: #ebebeb;
    }

    .footer h5 {
      padding-bottom: 10px;
    }

    table.columns .text-pad {
      padding-left: 10px;
      padding-right: 10px;
    }

    table.columns .left-text-pad {
      padding-left: 10px;
    }

    table.columns .right-text-pad {
      padding-right: 10px;
    }

    @media only screen and (max-width: 600px) {

      table[class="body"] .right-text-pad {
        padding-left: 10px !important;
      }

      table[class="body"] .left-text-pad {
        padding-right: 10px !important;

      }
    }














/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 100%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.social .fa-facebook:hover { /* round facebook icon*/
    background: #4060A5;
}

.social .fa-twitter:hover { /* round twitter icon*/
    background: #00ABE3;
}

.social .fa-linkedin:hover { /* round linkedin icon*/
    background: #0094BC;
}

.btn-primary{
  color: rgb(40,40,4);
    background-color: rgb(192,200, 69);
    border-color: rgb(70,184,218);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
   color: rgb(40,40,4);
    background-color: rgb(192,200, 69);
    border-color: rgb(70,184,218);
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
     color: rgb(40,40,4);
    background-color: rgb(192,200, 69);
    border-color: rgb(70,184,218);
}