  /* Text Colors */
    .color-main{
      color: #1056a9 !important;
    }
    .color-second{
      color: #05448F !important;
    }
    .color-complimentary,
    ::selection{
      color: #DDF0FF !important;
    }
    .color-cta{
      color: #ffca69 !important;
    }
    a{
      color: #ffca69    }
    /* Text Backgrounds */
    .background-main{
      background-color: #1056a9    }
    .background-second,
    ::selection{
      background-color: #05448F    }
    .background-complimentary{
      background-color: #DDF0FF    }
    .background-cta{
      background-color: #ffca69    }
    /*
      Border
    */
    .border-main{
      border-color: #1056a9 !important;
    }
    img{
      width: 100%;
      height: auto;
    }