﻿/*==========  Mobile First Method  ==========*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,700&display=swap');
/* Custom, iPhone Retina */
@media only screen and (min-width: 100px) {
  /* Body background */
  body {
    background: #fff;
  }

  /* Content areas background */
  .mainContent {
      padding:0 !important;
  }
  .bodyRow .container {
    background-color: #fff;
  }

 
  /* Header background */

    main, header {
        font-family: 'Lato', sans-serif;
    }

    .headerRow {
        background: #eee;
        padding: 40px 10px 130px 10px;
        text-align: center;
    }

        header img {
            max-width: 220px;
            max-height: 80px;
        }

        header .teamky {
            margin-right: 20px
        }

    .bodyRow {
        margin: 0 15px;
    }

        .bodyRow .container h1 {
            margin: 20px 0 40px 0;
            text-align: center;
        }
            .bodyRow .container h1 a {
                text-decoration: none;
                color: #0f3c60;
            }
            .bodyRow .container h2 {
                display:none;
            }
            .bodyRow .container {
                background: #fff;
                margin-top: -80px;
                padding: 30px 15px 100px 15px;
                border-top: 5px solid #5EB3E4;
                box-shadow: 0 0 8px 0px rgba(0,0,0,.5);
                margin-bottom: 40px;
            }

    label {
        font-weight: 700
    }

    .bodyRow .form-actions.col-sm-offset-3 .btn-primary {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .bodyRow input.form-control,
    .bodyRow select.form-control,
    .bodyRow textarea.form-control {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 0
    }

    .bodyRow select[multiple].form-control,
    .bodyRow textarea.form-control {
        height: auto;
    }
        .bodyRow textarea.form-control {
            min-height:200px;
        }
        .bodyRow .form-actions.col-sm-offset-3 {
            background: transparent;
        }
    .footerRow {
        background:#eee;
    }
    .checkbox-fix {
        position:relative;
    }
    .checkbox-fix label {
        padding-left:40px;
        position:relative;
        z-index:2;
    }
        .checkbox-fix .col-sm-9 {
            position:absolute;
            z-index:1;
            left:25px;
            top:3px;
        }
    .checkbox-fix .checkbox {

    }
        .checkbox-fix .checkbox input {

        }
}

@media only screen and (min-width : 768px) {
    header img {
        max-width: 300px;
        max-height: 120px;
    }

    .bodyRow .container {
        padding: 30px 30px 100px 30px;
    }

    .bodyRow .form-horizontal .control-label.col-sm-3 {
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 400;
    }

    .bodyRow .form-horizontal .col-sm-9 {
        float: none;
        width: 100%;
    }

    .bodyRow .form-actions.col-sm-offset-3 {
        padding: 0 0 0 250px;
        margin: 15px 0 0 0;
    }

    .bodyRow .form-horizontal {
        padding: 0px 100px;
    }
}

@media only screen and (min-width : 992px) {
    .bodyRow .form-horizontal {
        padding: 0px 250px;
    }
}
