.left-container {
    width: 300px;
    position: relative;
    float: left;
}

.right-container {
    width: 638px;
    margin-left: 2px;
    float: left;
    position: relative;
}

.left-container-box {
    float: left;
    width: 260px;
    padding: 20px;
    margin-bottom: 2px;
    border-radius: 2px;
}

.left-container-box h1 {
    color: #666666;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "HelveticaNeue", Arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.left-container-box h3 {
    font-family: "CabinSemiBold", Arial, sans-serif;
    color: #666666;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    line-height: 14px;
}

.left-container-box h3 > a {
    color: #666666;
}

.left-container-box h3 img{
    height: 12px;
    margin-top: -4px;
}

.left-container-box h3 > a:hover {
    text-decoration: underline;
}

.grey-box {
    background-color: #e5e5e5;
}

.white-box {
    background-color: #ffffff;
}

.left-container-box-image-row {
    margin-top: 20px;
    position: relative;
}

.left-container-box-image-row p {
    color: #404040;
    font-family: "CabinMedium", Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
}

.link-bottom {
    position: absolute;
    bottom: 8px;
    left: 0;
}

.left-container-box h2 {
    font-family: "CabinMedium", Arial, sans-serif;
    color: #029ce2;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    margin: 0;
    line-height: 18px;
}

.right-container-header {
    width: 598px;
    float: left;
    position: relative;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 58px;
    background-color: #e5e5e5;
}

.right-container-header > h1 {
    float: left;
    color: #ffffff;
    font-size: 24px;
    margin: 10 0;
    line-height: 38px;
    font-family: "HelveticaNeue", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

.right-container-header > h5 {
    float: left;
    color: #999999;
    font-family: "CabinMedium", Arial, sans-serif;
    margin: 10px 0 10px 10px;
    line-height: 38px;
    font-weight: 200;
    font-size: 12px;
}

.faqs-row-header {
    background-color: #ededed;
    border-left: 4px solid #029ce2;
    border-radius: 2px;
    position: relative;
}

.faqs-row-header > a {
    font-family: "HelveticaNeue", Arial, sans-serif;
    color: #404040;
    font-size: 14px;
    font-weight: 200;
    padding: 8px 40px 8px 15px !important;
}

.arrow-colapse {
    position: absolute;
    right: 15px;
    top: 45%;
}

.faqs-row-content {
    background-color: #ffffff;
    font-family: "HelveticaNeue", Arial, sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 200;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.arrow-heading-in {
    background-color: #ffffff;
}

.accordion-header {
    font-family: "CabinMedium", Arial, sans-serif;
    color: #029ce2;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    line-height: 18px;
}

.faq-cnt {
    cursor: pointer;
    font-size: 14px;
}