@media all and (min-width: 768px) and (max-width: 1099px) {
   
       * { Box-sizing: Border-box } 


/*100% WIDTHS*/
	.holder, header, .pension-holder, .left, .sidebar {
		width: 100%;
	}

  header {
    height: auto;
    padding: 2.5%;
    overflow: auto;
  }

.chartered {
    position: absolute;
    left: 250px;
    top: 63px;
    width: 6%;
}

 .content, .pension-holder {
  padding: 2.5%
 }

 .ipad {
    position: relative;
    float: right;
    right: 0;
}

.team {
    width: 31%;
    }

    .cfg-element-content input[type="text"], .cfg-element-content textarea {
    	padding: 20px 0;
    }

    #cfg-element-12-4 {
    	width: 100%;
    }

    .contact-sidebar {
    width: 100%;
    float: left;
}


}


@media all and (min-width: 0px) and (max-width: 767px) {
    
    * { Box-sizing: Border-box } 


/*100% WIDTHS*/
	.holder, header, .pension-holder, .left, .sidebar {
		width: 100%;
	}

  header {
    height: auto;
    padding: 2.5%;
    overflow: auto;
  }

 .logo {
  width: 50%;
 }

 .contact-details {
  width: 78%;
padding-top: 0;
 }

 .chartered {
    position: absolute;
    left: 20px;
    top: 106px;
    width: 15%;
  }

 .content {
  padding: 2.5%
 }

 .box {
    width: 100%;
    height: auto;
    float: none;
 }

 .box:nth-of-type(3n+2) {
    margin: 25px 0;
  }

  .ipad, nav.main {
    display: none;
  }

  .pension-transfers {
    padding: 2.5%;
  }

  footer .holder {
    padding: 2.5% 5%;
    line-height: 200%;
  }

  .toggle-menu {
    display: block;
    position: absolute;
    right: 5%;
    top: 40px;
  }

  .team {
    width: 100%;
    padding: 2.5%;
    margin-bottom: 0;
  }

  .team:nth-of-type(2) {
    margin: 35px 0;
  }

  .team:nth-of-type(3) {
    margin: 0 0 45px;
  }

 /*  CONTACT FORM */

    .form {
        width: 95%;
        float: none;
        margin: 0px auto;
        text-align: center;
    }

    #cfg-element-12-8-label,#cfg-element-12-3-label,#cfg-element-12-7-label,#cfg-element-12-4-label{
        float: none;
        text-align: center;
        width: 75%;
        margin: 0px auto;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #cfg-element-12-7-set,#cfg-element-12-8-set,#cfg-element-12-3-set,#cfg-element-12-4-set {
        float: none;
    }

    #cfg-element-12-7,#cfg-element-12-8,#cfg-element-12-3,#cfg-element-12-4 {
        width: 90%;
        margin: 0px auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #cfg-element-12-5 {
        float: none;
    }


}